![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 0003 static inline void clear_user_page(void *addr, unsigned long vaddr, 0004 struct page *page) 0005 { 0006 clear_page(addr); 0007 } 0008 0009 static inline void copy_user_page(void *to, void *from, unsigned long vaddr, 0010 struct page *page) 0011 { 0012 copy_page(to, from); 0013 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |