Searched defs:clear_user_page (Results 1 – 12 of 12) sorted by relevance
/linux/arch/sparc/lib/ |
H A D | clear_page.S | 42 clear_user_page: /* %o0=dest, %o1=vaddr */ label
|
/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/arm64/include/asm/ |
H A D | page.h | 39 #define clear_user_page(page, vaddr, pg) clear_page(page) macro
|
/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/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
|
/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/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/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
|