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

/linux-master/arch/alpha/lib/
H A Dclear_page.S12 clear_page: label
H A Dev6-clear_page.S12 clear_page: label
/linux-master/arch/x86/include/asm/
H A Dpage_64.h46 static inline void clear_page(void *page) function
H A Dpage_32.h20 static inline void clear_page(void *page) function
/linux-master/arch/powerpc/include/asm/
H A Dpage_32.h40 static inline void clear_page(void *addr) function
H A Dpage_64.h43 static inline void clear_page(void *addr) function
/linux-master/arch/arm/include/asm/
H A Dpage-nommu.h11 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
H A Dpage.h161 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
/linux-master/arch/m68k/include/asm/
H A Dpage_no.h10 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
H A Dpage_mm.h28 static inline void clear_page(void *page) function
51 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
/linux-master/arch/arc/include/asm/
H A Dpage.h24 #define clear_page(paddr) memset((paddr), 0, PAGE_SIZE) macro
/linux-master/arch/csky/include/asm/
H A Dpage.h43 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
/linux-master/arch/hexagon/include/asm/
H A Dpage.h100 static inline void clear_page(void *page) function
/linux-master/arch/openrisc/include/asm/
H A Dpage.h39 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
/linux-master/arch/nios2/include/asm/
H A Dpage.h48 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
/linux-master/arch/microblaze/include/asm/
H A Dpage.h49 # define clear_page(pgaddr) memset((pgaddr), 0, PAGE_SIZE) macro
/linux-master/arch/sparc/include/asm/
H A Dpage_64.h45 #define clear_page(X) _clear_page((void *)(X)) macro
H A Dpage_32.h20 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
/linux-master/arch/sh/include/asm/
H A Dpage.h48 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
/linux-master/arch/um/include/asm/
H A Dpage.h29 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
/linux-master/arch/mips/mm/
H A Dpage.c618 void clear_page(void *page) function
641 EXPORT_SYMBOL(clear_page); variable
/linux-master/arch/parisc/include/asm/
H A Dpage.h18 #define clear_page(page) clear_page_asm((void *)(page)) macro
/linux-master/arch/riscv/include/asm/
H A Dpage.h50 #define clear_page(pgaddr) memset((pgaddr), 0, PAGE_SIZE) macro
/linux-master/arch/s390/include/asm/
H A Dpage.h51 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro

Completed in 523 milliseconds