Searched defs:clear_page (Results 1 – 12 of 12) sorted by relevance
/linux/arch/m68k/include/asm/ |
H A D | page_mm.h | 28 static inline void clear_page(void *page) in clear_page() function 51 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
|
/linux/arch/alpha/lib/ |
H A D | clear_page.S | 12 clear_page: label
|
H A D | ev6-clear_page.S | 12 clear_page: label
|
/linux/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
|
/linux/arch/arm/include/asm/ |
H A D | page-nommu.h | 11 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
|
/linux/arch/arc/include/asm/ |
H A D | page.h | 24 #define clear_page(paddr) memset((paddr), 0, PAGE_SIZE) macro
|
/linux/arch/mips/mm/ |
H A D | page.c | 618 void clear_page(void *page) in clear_page() function
|
/linux/arch/um/include/asm/ |
H A D | page.h | 26 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
|
/linux/arch/sh/include/asm/ |
H A D | page.h | 46 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
|
/linux/arch/parisc/include/asm/ |
H A D | page.h | 16 #define clear_page(page) clear_page_asm((void *)(page)) macro
|
/linux/arch/riscv/include/asm/ |
H A D | page.h | 49 #define clear_page(pgaddr) memset((pgaddr), 0, PAGE_SIZE) macro
|