/linux-6.12.1/arch/alpha/lib/ |
D | clear_page.S | 10 .global clear_page symbol 11 .ent clear_page 12 clear_page: label 40 .end clear_page 41 EXPORT_SYMBOL(clear_page)
|
D | ev6-clear_page.S | 10 .global clear_page symbol 11 .ent clear_page 12 clear_page: label 55 .end clear_page 56 EXPORT_SYMBOL(clear_page)
|
/linux-6.12.1/arch/riscv/lib/ |
D | clear_page.S | 20 SYM_FUNC_START(clear_page) 73 SYM_FUNC_END(clear_page) 74 EXPORT_SYMBOL(clear_page)
|
/linux-6.12.1/arch/m68k/include/asm/ |
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); \
|
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-6.12.1/arch/arm/include/asm/ |
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-6.12.1/arch/arm64/include/asm/ |
D | page.h | 23 extern void clear_page(void *to); 39 #define clear_user_page(page, vaddr, pg) clear_page(page)
|
/linux-6.12.1/arch/arm64/lib/ |
D | clear_page.S | 39 SYM_FUNC_ALIAS(clear_page, __pi_clear_page) 40 EXPORT_SYMBOL(clear_page)
|
/linux-6.12.1/arch/loongarch/mm/ |
D | page.S | 12 SYM_FUNC_START(clear_page) 36 SYM_FUNC_END(clear_page) 37 EXPORT_SYMBOL(clear_page)
|
/linux-6.12.1/arch/openrisc/include/asm/ |
D | page.h | 39 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro 42 #define clear_user_page(page, vaddr, pg) clear_page(page)
|
/linux-6.12.1/arch/alpha/include/asm/ |
D | page.h | 17 extern void clear_page(void *page); 18 #define clear_user_page(page, vaddr, pg) clear_page(page)
|
/linux-6.12.1/arch/hexagon/include/asm/ |
D | page.h | 100 static inline void clear_page(void *page) in clear_page() function 118 #define clear_user_page(page, vaddr, pg) clear_page(page)
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | page.h | 48 void clear_page(void *page); 50 #define clear_page(pgaddr) memset((pgaddr), 0, PAGE_SIZE) macro 54 #define clear_user_page(pgaddr, vaddr, page) clear_page(pgaddr)
|
/linux-6.12.1/arch/arm/mm/ |
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-6.12.1/arch/loongarch/include/asm/ |
D | page.h | 35 extern void clear_page(void *page); 38 #define clear_user_page(page, vaddr, pg) clear_page(page)
|
/linux-6.12.1/arch/um/include/asm/ |
D | page.h | 29 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro 32 #define clear_user_page(page, vaddr, pg) clear_page(page)
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | page_32.h | 20 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro 23 do { clear_page(addr); \
|
/linux-6.12.1/arch/xtensa/include/asm/ |
D | page.h | 134 extern void clear_page(void *page); 153 # define clear_user_page(page, vaddr, pg) clear_page(page)
|
/linux-6.12.1/arch/mips/include/asm/ |
D | page.h | 76 extern void clear_page(void * page); 94 clear_page(addr); in clear_user_page()
|
/linux-6.12.1/arch/xtensa/mm/ |
D | misc.S | 31 ENTRY(clear_page) 49 ENDPROC(clear_page) 50 EXPORT_SYMBOL(clear_page)
|
/linux-6.12.1/arch/csky/abiv2/inc/abi/ |
D | page.h | 6 clear_page(addr); in clear_user_page()
|
/linux-6.12.1/arch/x86/include/asm/ |
D | page_32.h | 20 static inline void clear_page(void *page) in clear_page() function
|
/linux-6.12.1/arch/mips/mm/ |
D | page-funcs.S | 19 #define cpu_clear_page_function_name clear_page
|
/linux-6.12.1/arch/csky/abiv1/inc/abi/ |
D | page.h | 16 clear_page(addr); in clear_user_page()
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | page_32.h | 40 static inline void clear_page(void *addr) in clear_page() function
|