/linux/arch/sparc/lib/ |
H A D | clear_page.S | 40 .globl clear_user_page 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)
|
H A D | NGpage.S | 135 NG_DO_PATCH(clear_user_page, NGclear_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/arc/include/asm/ |
H A D | page.h | 35 void clear_user_page(void *to, unsigned long u_vaddr, struct page *page);
|
/linux/arch/m68k/include/asm/ |
H A D | page_mm.h | 55 #define clear_user_page(addr, vaddr, page) \ 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/riscv/include/asm/ |
H A D | page.h | 52 #define clear_user_page(pgaddr, vaddr, page) clear_page(pgaddr) macro
|
/linux/arch/s390/include/asm/ |
H A D | page.h | 68 #define clear_user_page(page, vaddr, pg) clear_page(page) macro
|
/linux/arch/nios2/mm/ |
H A D | cacheflush.c | 252 void clear_user_page(void *addr, unsigned long vaddr, struct page *page) in clear_user_page() function
|
/linux/arch/arc/mm/ |
H A D | cache.c | 899 void clear_user_page(void *to, unsigned long u_vaddr, struct page *page) in clear_user_page() function 905 EXPORT_SYMBOL(clear_user_page);
|
/linux/Documentation/arch/arm/ |
H A D | memory.rst | 24 ffff8000 ffffffff copy_user_page / clear_user_page use.
|
/linux/include/linux/ |
H A D | highmem.h | 205 clear_user_page(addr, vaddr, page); in clear_user_highpage()
|
/linux/Documentation/core-api/ |
H A D | cachetlb.rst | 256 ``void clear_user_page(void *to, unsigned long addr, struct page *page)``
|