Home
last modified time | relevance | path

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

123

/linux/arch/alpha/lib/
H A Dclear_page.S10 .global clear_page
11 .ent clear_page
12 clear_page: label
40 .end clear_page
41 EXPORT_SYMBOL(clear_page)
H A Dev6-clear_page.S10 .global clear_page
11 .ent clear_page
12 clear_page: label
55 .end clear_page
56 EXPORT_SYMBOL(clear_page)
H A DMakefile32 $(ev6-y)clear_page.o \
/linux/arch/riscv/lib/
H A Dclear_page.S20 SYM_FUNC_START(clear_page)
73 SYM_FUNC_END(clear_page)
74 EXPORT_SYMBOL(clear_page)
H A DMakefile17 lib-$(CONFIG_RISCV_ISA_ZICBOZ) += clear_page.o
/linux/arch/m68k/include/asm/
H A Dpage_mm.h28 static inline void clear_page(void *page) in clear_page() function
51 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
56 do { clear_page(addr); \
/linux/arch/arm/include/asm/
H A Dpage-nommu.h11 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
14 #define clear_user_page(page, vaddr, pg) clear_page(page)
/linux/arch/arm64/include/asm/
H A Dpage.h23 extern void clear_page(void *to);
39 #define clear_user_page(page, vaddr, pg) clear_page(page)
/linux/arch/loongarch/mm/
H A Dpage.S12 SYM_FUNC_START(clear_page)
36 SYM_FUNC_END(clear_page)
37 EXPORT_SYMBOL(clear_page)
/linux/arch/riscv/include/asm/
H A Dpage.h46 void clear_page(void *page);
48 #define clear_page(pgaddr) memset((pgaddr), 0, PAGE_SIZE) macro
52 #define clear_user_page(pgaddr, vaddr, page) clear_page(pgaddr)
/linux/arch/arm/mm/
H A Dcopypage-v6.c49 clear_page(kaddr); in v6_clear_user_highpage_nonaliasing()
118 clear_page((void *)to); in v6_clear_user_highpage_aliasing()
/linux/arch/um/include/asm/
H A Dpage.h26 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
29 #define clear_user_page(page, vaddr, pg) clear_page(page)
/linux/arch/xtensa/mm/
H A Dmisc.S31 ENTRY(clear_page)
49 ENDPROC(clear_page)
50 EXPORT_SYMBOL(clear_page)
/linux/arch/csky/abiv2/inc/abi/
H A Dpage.h6 clear_page(addr); in clear_user_page()
/linux/arch/x86/include/asm/
H A Dpage_32.h20 static inline void clear_page(void *page) in clear_page() function
/linux/arch/mips/mm/
H A Dpage-funcs.S19 #define cpu_clear_page_function_name clear_page
/linux/arch/csky/abiv1/inc/abi/
H A Dpage.h16 clear_page(addr); in clear_user_page()
/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
/linux/arch/hexagon/kernel/
H A Dvdso.c32 clear_page(vdso); in vdso_init()
/linux/arch/arc/include/asm/
H A Dpage.h24 #define clear_page(paddr) memset((paddr), 0, PAGE_SIZE) macro
/linux/arch/powerpc/mm/
H A Dcacheflush.c179 clear_page(page); in clear_user_page()
/linux/arch/m68k/mm/
H A Dmotorola.c235 clear_page(pte_table); in kernel_page_table()
282 clear_page(last_pmd_table); in kernel_ptr_table()
/linux/include/linux/
H A Dhighmem.h240 clear_page(kaddr); in clear_highpage()
248 clear_page(kasan_reset_tag(kaddr)); in clear_highpage_kasan_tagged()
/linux/arch/sparc/lib/
H A DMakefile23 lib-$(CONFIG_SPARC64) += copy_page.o clear_page.o bzero.o

123