/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | clear_page.S | 12 clear_page: label
|
H A D | ev6-clear_page.S | 12 clear_page: label
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | ev6-clear_page.S | 12 clear_page: label
|
H A D | clear_page.S | 12 clear_page: label
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | page_32.h | 50 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
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | page_64.h | 47 static inline void clear_page(void *page) in clear_page() function
|
H A D | page_32.h | 25 static inline void clear_page(void *page) in clear_page() function 37 static inline void clear_page(void *page) in clear_page() function
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | page_64.h | 46 static inline void clear_page(void *page) in clear_page() function
|
H A D | page_32.h | 20 static inline void clear_page(void *page) in clear_page() function
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | page-nommu.h | 11 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
|
H A D | page.h | 139 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | page_no.h | 10 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
|
H A D | page_mm.h | 29 static inline void clear_page(void *page) in clear_page() function 52 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | page-nommu.h | 11 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
|
H A D | page.h | 161 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | page_no.h | 10 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
|
H A D | page_mm.h | 29 static inline void clear_page(void *page) in clear_page() function 52 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
|
/kernel/linux/linux-5.10/arch/openrisc/include/asm/ |
H A D | page.h | 39 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
|
/kernel/linux/linux-5.10/arch/nios2/include/asm/ |
H A D | page.h | 48 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
H A D | page.h | 24 #define clear_page(paddr) memset((paddr), 0, PAGE_SIZE) macro
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | xtensa_ksyms.c | 49 EXPORT_SYMBOL(clear_page); variable
|
/kernel/linux/linux-5.10/arch/csky/include/asm/ |
H A D | page.h | 47 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
|