| /linux/arch/alpha/lib/ |
| H A D | clear_page.S | 10 .global clear_page 11 .ent clear_page 12 clear_page: label 40 .end clear_page 41 EXPORT_SYMBOL(clear_page)
|
| H A D | ev6-clear_page.S | 10 .global clear_page 11 .ent clear_page 12 clear_page: label 55 .end clear_page 56 EXPORT_SYMBOL(clear_page)
|
| /linux/arch/riscv/lib/ |
| H A D | clear_page.S | 20 SYM_FUNC_START(clear_page) 73 SYM_FUNC_END(clear_page) 74 EXPORT_SYMBOL(clear_page)
|
| H A D | Makefile | 17 lib-$(CONFIG_RISCV_ISA_ZICBOZ) += clear_page.o
|
| /linux/arch/m68k/include/asm/ |
| H A D | page_mm.h | 28 static inline void clear_page(void *page) in clear_page() function 51 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro 56 do { clear_page(addr); \
|
| H A D | page_no.h | 10 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro 13 #define clear_user_page(page, vaddr, pg) clear_page(page)
|
| /linux/arch/arm/include/asm/ |
| H A D | page-nommu.h | 11 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro 14 #define clear_user_page(page, vaddr, pg) clear_page(page)
|
| /linux/arch/loongarch/mm/ |
| H A D | page.S | 12 SYM_FUNC_START(clear_page) 36 SYM_FUNC_END(clear_page) 37 EXPORT_SYMBOL(clear_page)
|
| /linux/arch/openrisc/include/asm/ |
| H A D | page.h | 30 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro 33 #define clear_user_page(page, vaddr, pg) clear_page(page)
|
| /linux/arch/riscv/include/asm/ |
| H A D | page.h | 47 void clear_page(void *page); 49 #define clear_page(pgaddr) memset((pgaddr), 0, PAGE_SIZE) macro 53 #define clear_user_page(pgaddr, vaddr, page) clear_page(pgaddr)
|
| /linux/arch/alpha/include/asm/ |
| H A D | page.h | 13 extern void clear_page(void *page); 14 #define clear_user_page(page, vaddr, pg) clear_page(page)
|
| /linux/arch/arm/mm/ |
| H A D | copypage-v6.c | 49 clear_page(kaddr); in v6_clear_user_highpage_nonaliasing() 118 clear_page((void *)to); in v6_clear_user_highpage_aliasing()
|
| /linux/arch/um/include/asm/ |
| H A D | page.h | 26 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro 29 #define clear_user_page(page, vaddr, pg) clear_page(page)
|
| /linux/arch/loongarch/include/asm/ |
| H A D | page.h | 30 extern void clear_page(void *page); 33 #define clear_user_page(page, vaddr, pg) clear_page(page)
|
| /linux/arch/xtensa/include/asm/ |
| H A D | page.h | 110 extern void clear_page(void *page); 129 # define clear_user_page(page, vaddr, pg) clear_page(page)
|
| /linux/arch/xtensa/mm/ |
| H A D | misc.S | 31 ENTRY(clear_page) 49 ENDPROC(clear_page) 50 EXPORT_SYMBOL(clear_page)
|
| /linux/arch/csky/abiv2/inc/abi/ |
| H A D | page.h | 6 clear_page(addr); in clear_user_page()
|
| /linux/arch/mips/mm/ |
| H A D | page-funcs.S | 19 #define cpu_clear_page_function_name clear_page
|
| /linux/arch/csky/abiv1/inc/abi/ |
| H A D | page.h | 16 clear_page(addr); in clear_user_page()
|
| /linux/arch/s390/include/asm/ |
| H A D | page.h | 46 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro 68 #define clear_user_page(page, vaddr, pg) clear_page(page)
|
| /linux/arch/powerpc/include/asm/ |
| H A D | page_32.h | 40 static inline void clear_page(void *addr) in clear_page() function
|
| H A D | page_64.h | 43 static inline void clear_page(void *addr) in clear_page() function
|
| /linux/arch/arm64/lib/ |
| H A D | Makefile | 4 clear_page.o csum.o insn.o memchr.o memcpy.o \
|
| /linux/arch/x86/include/asm/ |
| H A D | page_64.h | 58 static inline void clear_page(void *page) in clear_page() function
|
| /linux/arch/hexagon/kernel/ |
| H A D | vdso.c | 32 clear_page(vdso); in vdso_init()
|