/linux/arch/sparc/lib/ |
H A D | clear_page.S | 40 .globl clear_user_page symbol 41 EXPORT_SYMBOL(clear_user_page) 42 clear_user_page: /* %o0=dest, %o1=vaddr */ label
|
H A D | M7patch.S | 48 NG_DO_PATCH(clear_user_page, M7clear_user_page)
|
H A D | NG4patch.S | 54 NG_DO_PATCH(clear_user_page, NG4clear_user_page)
|
H A D | GENpage.S | 75 GEN_DO_PATCH(clear_user_page, GENclear_user_page)
|
/linux/arch/powerpc/mm/ |
H A D | cacheflush.c | 177 void clear_user_page(void *page, unsigned long vaddr, struct page *pg) in clear_user_page() function 188 EXPORT_SYMBOL(clear_user_page);
|
/linux/arch/csky/abiv2/inc/abi/ |
H A D | page.h | 3 static inline void clear_user_page(void *addr, unsigned long vaddr, in clear_user_page() function
|
/linux/arch/csky/abiv1/inc/abi/ |
H A D | page.h | 13 static inline void clear_user_page(void *addr, unsigned long vaddr, in clear_user_page() function
|
/linux/arch/arm/include/asm/ |
H A D | page-nommu.h | 14 #define clear_user_page(page, vaddr, pg) clear_page(page) macro
|
/linux/arch/arm64/include/asm/ |
H A D | page.h | 39 #define clear_user_page(page, vaddr, pg) clear_page(page) macro
|
/linux/arch/m68k/include/asm/ |
H A D | page_no.h | 13 #define clear_user_page(page, vaddr, pg) clear_page(page) macro
|
H A D | page_mm.h | 55 #define clear_user_page(addr, vaddr, page) \ macro
|
/linux/arch/openrisc/include/asm/ |
H A D | page.h | 33 #define clear_user_page(page, vaddr, pg) clear_page(page) macro
|
/linux/arch/x86/include/asm/ |
H A D | page.h | 25 static inline void clear_user_page(void *page, unsigned long vaddr, in clear_user_page() function
|
/linux/arch/nios2/include/asm/ |
H A D | page.h | 48 extern void clear_user_page(void *addr, unsigned long vaddr, struct page *page);
|
/linux/arch/alpha/include/asm/ |
H A D | page.h | 14 #define clear_user_page(page, vaddr, pg) clear_page(page) macro
|
/linux/arch/hexagon/include/asm/ |
H A D | page.h | 116 #define clear_user_page(page, vaddr, pg) clear_page(page) macro
|
/linux/arch/arc/include/asm/ |
H A D | page.h | 35 void clear_user_page(void *to, unsigned long u_vaddr, struct page *page);
|
/linux/arch/microblaze/include/asm/ |
H A D | page.h | 48 # define clear_user_page(pgaddr, vaddr, page) memset((pgaddr), 0, PAGE_SIZE) macro
|
/linux/arch/um/include/asm/ |
H A D | page.h | 29 #define clear_user_page(page, vaddr, pg) clear_page(page) macro
|
/linux/arch/loongarch/include/asm/ |
H A D | page.h | 33 #define clear_user_page(page, vaddr, pg) clear_page(page) macro
|
/linux/arch/powerpc/include/asm/ |
H A D | page.h | 273 extern void clear_user_page(void *page, unsigned long vaddr, struct page *pg);
|
/linux/arch/sparc/include/asm/ |
H A D | page_32.h | 20 #define clear_user_page(addr, vaddr, page) \ macro
|
H A D | page_64.h | 45 void clear_user_page(void *addr, unsigned long vaddr, struct page *page);
|
/linux/arch/xtensa/include/asm/ |
H A D | page.h | 129 # define clear_user_page(page, vaddr, pg) clear_page(page) macro
|
/linux/arch/parisc/include/asm/ |
H A D | page.h | 24 #define clear_user_page(vto, vaddr, page) clear_page_asm(vto) macro
|