Home
last modified time | relevance | path

Searched defs:clear_page (Results 1 – 25 of 25) sorted by relevance

/openbmc/linux/arch/alpha/lib/
H A Dev6-clear_page.S12 clear_page: label
H A Dclear_page.S12 clear_page: label
/openbmc/linux/arch/m68k/include/asm/
H A Dpage_mm.h29 static inline void clear_page(void *page) in clear_page() function
52 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
H A Dpage_no.h10 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dpage_32.h40 static inline void clear_page(void *addr) in clear_page() function
H A Dpage_64.h43 static inline void clear_page(void *addr) in clear_page() function
/openbmc/linux/arch/x86/include/asm/
H A Dpage_32.h20 static inline void clear_page(void *page) in clear_page() function
H A Dpage_64.h46 static inline void clear_page(void *page) in clear_page() function
/openbmc/linux/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
/openbmc/linux/arch/nios2/include/asm/
H A Dpage.h48 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
/openbmc/linux/arch/openrisc/include/asm/
H A Dpage.h39 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
/openbmc/linux/arch/csky/include/asm/
H A Dpage.h43 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
/openbmc/linux/include/asm-generic/
H A Dpage.h28 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
/openbmc/linux/arch/hexagon/include/asm/
H A Dpage.h101 static inline void clear_page(void *page) in clear_page() function
/openbmc/linux/arch/arc/include/asm/
H A Dpage.h24 #define clear_page(paddr) memset((paddr), 0, PAGE_SIZE) macro
/openbmc/linux/arch/microblaze/include/asm/
H A Dpage.h49 # define clear_page(pgaddr) memset((pgaddr), 0, PAGE_SIZE) macro
/openbmc/linux/arch/mips/mm/
H A Dpage.c630 void clear_page(void *page) in clear_page() function
/openbmc/linux/arch/sh/include/asm/
H A Dpage.h59 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
/openbmc/linux/arch/sparc/include/asm/
H A Dpage_64.h46 #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
/openbmc/linux/arch/um/include/asm/
H A Dpage.h29 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
/openbmc/linux/arch/riscv/include/asm/
H A Dpage.h50 #define clear_page(pgaddr) memset((pgaddr), 0, PAGE_SIZE) macro
/openbmc/linux/arch/parisc/include/asm/
H A Dpage.h26 #define clear_page(page) clear_page_asm((void *)(page)) macro
/openbmc/linux/arch/s390/include/asm/
H A Dpage.h51 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro