Searched refs:clear_user_page (Results 1 – 11 of 11) sorted by relevance
| /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/m68k/include/asm/ |
| H A D | page_mm.h | 55 #define clear_user_page(addr, vaddr, 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/Documentation/core-api/ |
| H A D | cachetlb.rst | 256 ``void clear_user_page(void *to, unsigned long addr, struct page *page)``
|