Searched defs:clear_page (Results 1 – 8 of 8) 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/csky/include/asm/ |
| H A D | page.h | 39 #define clear_page(page) memset((page), 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/sh/include/asm/ |
| H A D | page.h | 46 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
|
| /linux/arch/riscv/include/asm/ |
| H A D | page.h | 45 #define clear_page(pgaddr) memset((pgaddr), 0, PAGE_SIZE) macro
|
| /linux/arch/sparc/include/asm/ |
| H A D | page_32.h | 18 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
|