/linux-4.4.14/arch/alpha/lib/ |
H A D | clear_page.S | 11 clear_page: label
|
H A D | ev6-clear_page.S | 11 clear_page: label
|
/linux-4.4.14/arch/avr32/mm/ |
H A D | clear_page.S | 18 clear_page: label
|
/linux-4.4.14/arch/m32r/mm/ |
H A D | page.S | 63 clear_page: label
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | page_32.h | 41 static inline void clear_page(void *page) { clear_pages(page, 0); } function
|
H A D | page_64.h | 45 static inline void clear_page(void *addr) clear_page() function
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | page_32.h | 24 static inline void clear_page(void *page) clear_page() function 36 static inline void clear_page(void *page) clear_page() function
|
/linux-4.4.14/arch/m68k/include/asm/ |
H A D | page_no.h | 12 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
|
H A D | page_mm.h | 31 static inline void clear_page(void *page) clear_page() function 54 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
|
/linux-4.4.14/arch/arm/include/asm/ |
H A D | page-nommu.h | 23 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
|
H A D | page.h | 142 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
|
/linux-4.4.14/arch/unicore32/include/asm/ |
H A D | page.h | 25 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
|
/linux-4.4.14/arch/metag/kernel/ |
H A D | metag_ksyms.c | 11 EXPORT_SYMBOL(clear_page); variable
|
/linux-4.4.14/arch/arm64/kernel/ |
H A D | arm64ksyms.c | 33 EXPORT_SYMBOL(clear_page); variable
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | x8664_ksyms_64.c | 41 EXPORT_SYMBOL(clear_page); variable
|
/linux-4.4.14/arch/xtensa/kernel/ |
H A D | xtensa_ksyms.c | 45 EXPORT_SYMBOL(clear_page); variable
|
/linux-4.4.14/arch/arc/include/asm/ |
H A D | page.h | 19 #define clear_page(paddr) memset((paddr), 0, PAGE_SIZE) macro
|
/linux-4.4.14/include/asm-generic/ |
H A D | page.h | 30 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
|
/linux-4.4.14/arch/mips/kernel/ |
H A D | mips_ksyms.c | 55 EXPORT_SYMBOL(clear_page); variable
|
/linux-4.4.14/arch/nios2/include/asm/ |
H A D | page.h | 48 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
|
/linux-4.4.14/arch/openrisc/include/asm/ |
H A D | page.h | 46 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
|
/linux-4.4.14/arch/cris/include/asm/ |
H A D | page.h | 12 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
|
/linux-4.4.14/arch/frv/include/asm/ |
H A D | page.h | 14 #define clear_page(pgaddr) memset((pgaddr), 0, PAGE_SIZE) macro
|
/linux-4.4.14/arch/hexagon/include/asm/ |
H A D | page.h | 116 static inline void clear_page(void *page) clear_page() function
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | ia64_ksyms.c | 23 EXPORT_SYMBOL(clear_page); variable
|
/linux-4.4.14/arch/avr32/kernel/ |
H A D | avr32_ksyms.c | 33 EXPORT_SYMBOL(clear_page); variable
|
/linux-4.4.14/arch/um/include/asm/ |
H A D | page.h | 28 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
|
/linux-4.4.14/arch/alpha/kernel/ |
H A D | alpha_ksyms.c | 47 EXPORT_SYMBOL(clear_page); variable
|
/linux-4.4.14/arch/score/include/asm/ |
H A D | page.h | 33 #define clear_page(pgaddr) memset((pgaddr), 0, PAGE_SIZE) macro
|
/linux-4.4.14/arch/sh/include/asm/ |
H A D | page.h | 60 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
|
/linux-4.4.14/arch/sparc/include/asm/ |
H A D | page_32.h | 19 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
|
H A D | page_64.h | 40 #define clear_page(X) _clear_page((void *)(X)) macro
|
/linux-4.4.14/arch/microblaze/include/asm/ |
H A D | page.h | 79 # define clear_page(pgaddr) memset((pgaddr), 0, PAGE_SIZE) macro
|
/linux-4.4.14/arch/mn10300/include/asm/ |
H A D | page.h | 29 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
|
/linux-4.4.14/arch/parisc/include/asm/ |
H A D | page.h | 24 #define clear_page(page) clear_page_asm((void *)(page)) macro
|
/linux-4.4.14/arch/m32r/kernel/ |
H A D | m32r_ksyms.c | 60 EXPORT_SYMBOL(clear_page); variable
|
/linux-4.4.14/arch/tile/include/asm/ |
H A D | page.h | 59 static inline void clear_page(void *page) clear_page() function
|
/linux-4.4.14/arch/s390/include/asm/ |
H A D | page.h | 40 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
|
/linux-4.4.14/arch/mips/mm/ |
H A D | page.c | 633 void clear_page(void *page) clear_page() function
|