Searched defs:clear_page (Results 1 - 39 of 39) sorted by relevance

/linux-4.4.14/arch/alpha/lib/
H A Dclear_page.S11 clear_page: label
H A Dev6-clear_page.S11 clear_page: label
/linux-4.4.14/arch/avr32/mm/
H A Dclear_page.S18 clear_page: label
/linux-4.4.14/arch/m32r/mm/
H A Dpage.S63 clear_page: label
/linux-4.4.14/arch/powerpc/include/asm/
H A Dpage_32.h41 static inline void clear_page(void *page) { clear_pages(page, 0); } function
H A Dpage_64.h45 static inline void clear_page(void *addr) clear_page() function
/linux-4.4.14/arch/x86/include/asm/
H A Dpage_32.h24 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 Dpage_no.h12 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
H A Dpage_mm.h31 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 Dpage-nommu.h23 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
H A Dpage.h142 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
/linux-4.4.14/arch/unicore32/include/asm/
H A Dpage.h25 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
/linux-4.4.14/arch/metag/kernel/
H A Dmetag_ksyms.c11 EXPORT_SYMBOL(clear_page); variable
/linux-4.4.14/arch/arm64/kernel/
H A Darm64ksyms.c33 EXPORT_SYMBOL(clear_page); variable
/linux-4.4.14/arch/x86/kernel/
H A Dx8664_ksyms_64.c41 EXPORT_SYMBOL(clear_page); variable
/linux-4.4.14/arch/xtensa/kernel/
H A Dxtensa_ksyms.c45 EXPORT_SYMBOL(clear_page); variable
/linux-4.4.14/arch/arc/include/asm/
H A Dpage.h19 #define clear_page(paddr) memset((paddr), 0, PAGE_SIZE) macro
/linux-4.4.14/include/asm-generic/
H A Dpage.h30 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
/linux-4.4.14/arch/mips/kernel/
H A Dmips_ksyms.c55 EXPORT_SYMBOL(clear_page); variable
/linux-4.4.14/arch/nios2/include/asm/
H A Dpage.h48 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
/linux-4.4.14/arch/openrisc/include/asm/
H A Dpage.h46 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
/linux-4.4.14/arch/cris/include/asm/
H A Dpage.h12 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
/linux-4.4.14/arch/frv/include/asm/
H A Dpage.h14 #define clear_page(pgaddr) memset((pgaddr), 0, PAGE_SIZE) macro
/linux-4.4.14/arch/hexagon/include/asm/
H A Dpage.h116 static inline void clear_page(void *page) clear_page() function
/linux-4.4.14/arch/ia64/kernel/
H A Dia64_ksyms.c23 EXPORT_SYMBOL(clear_page); variable
/linux-4.4.14/arch/avr32/kernel/
H A Davr32_ksyms.c33 EXPORT_SYMBOL(clear_page); variable
/linux-4.4.14/arch/um/include/asm/
H A Dpage.h28 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
/linux-4.4.14/arch/alpha/kernel/
H A Dalpha_ksyms.c47 EXPORT_SYMBOL(clear_page); variable
/linux-4.4.14/arch/score/include/asm/
H A Dpage.h33 #define clear_page(pgaddr) memset((pgaddr), 0, PAGE_SIZE) macro
/linux-4.4.14/arch/sh/include/asm/
H A Dpage.h60 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
/linux-4.4.14/arch/sparc/include/asm/
H A Dpage_32.h19 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
H A Dpage_64.h40 #define clear_page(X) _clear_page((void *)(X)) macro
/linux-4.4.14/arch/microblaze/include/asm/
H A Dpage.h79 # define clear_page(pgaddr) memset((pgaddr), 0, PAGE_SIZE) macro
/linux-4.4.14/arch/mn10300/include/asm/
H A Dpage.h29 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
/linux-4.4.14/arch/parisc/include/asm/
H A Dpage.h24 #define clear_page(page) clear_page_asm((void *)(page)) macro
/linux-4.4.14/arch/m32r/kernel/
H A Dm32r_ksyms.c60 EXPORT_SYMBOL(clear_page); variable
/linux-4.4.14/arch/tile/include/asm/
H A Dpage.h59 static inline void clear_page(void *page) clear_page() function
/linux-4.4.14/arch/s390/include/asm/
H A Dpage.h40 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
/linux-4.4.14/arch/mips/mm/
H A Dpage.c633 void clear_page(void *page) clear_page() function

Completed in 1040 milliseconds