Searched refs:clear_page (Results 1 - 100 of 100) sorted by relevance

/linux-4.4.14/arch/alpha/lib/
H A Dclear_page.S2 * arch/alpha/lib/clear_page.S
9 .global clear_page
10 .ent clear_page
11 clear_page: label
39 .end clear_page
H A Dev6-clear_page.S2 * arch/alpha/lib/ev6-clear_page.S
9 .global clear_page
10 .ent clear_page
11 clear_page: label
54 .end clear_page
H A DMakefile35 $(ev6-y)clear_page.o \
/linux-4.4.14/arch/avr32/mm/
H A Dclear_page.S13 * clear_page
17 .global clear_page
18 clear_page: label
/linux-4.4.14/arch/x86/include/asm/
H A Dpage_32.h24 static inline void clear_page(void *page) clear_page() function
36 static inline void clear_page(void *page) clear_page() function
H A Dpage_64.h37 void clear_page(void *page);
H A Dpage.h27 clear_page(page); clear_user_page()
H A Dpmem.h137 clear_page(vaddr); arch_clear_pmem()
/linux-4.4.14/arch/x86/lib/
H A Dclear_page_64.S16 ENTRY(clear_page)
25 ENDPROC(clear_page)
/linux-4.4.14/arch/m68k/include/asm/
H A Dpage_no.h12 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
15 #define clear_user_page(page, vaddr, pg) clear_page(page)
H A Dpage_mm.h31 static inline void clear_page(void *page) clear_page() function
54 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
59 do { clear_page(addr); \
H A Dmcf_pgalloc.h66 clear_page(pte); pte_alloc_one()
/linux-4.4.14/arch/mips/mm/
H A Dpage-funcs.S6 * Micro-assembler generated clear_page/copy_page functions.
18 #define cpu_clear_page_function_name clear_page
H A Dpage.c633 void clear_page(void *page) clear_page() function
/linux-4.4.14/arch/arm/include/asm/
H A Dpage-nommu.h23 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
26 #define clear_user_page(page, vaddr, pg) clear_page(page)
H A Dpage.h142 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
/linux-4.4.14/arch/m32r/mm/
H A Dpage.S54 .global clear_page
56 * clear_page (to)
63 clear_page: label
/linux-4.4.14/arch/metag/kernel/
H A Dmetag_ksyms.c11 EXPORT_SYMBOL(clear_page); variable
/linux-4.4.14/arch/unicore32/include/asm/
H A Dpage.h25 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
28 #define clear_user_page(page, vaddr, pg) clear_page(page)
/linux-4.4.14/arch/alpha/include/asm/
H A Dpage.h16 extern void clear_page(void *page);
17 #define clear_user_page(page, vaddr, pg) clear_page(page)
/linux-4.4.14/arch/ia64/lib/
H A Dclear_page.S32 GLOBAL_ENTRY(clear_page)
76 END(clear_page)
H A DMakefile9 checksum.o clear_page.o csum_partial_copy.o \
/linux-4.4.14/arch/sparc/lib/
H A DMakefile19 lib-$(CONFIG_SPARC64) += copy_page.o clear_page.o bzero.o
H A Dclear_page.S0 /* clear_page.S: UltraSparc optimized clear page.
H A Dcopy_page.S0 /* clear_page.S: UltraSparc optimized copy page.
/linux-4.4.14/arch/powerpc/include/asm/
H A Dpage_32.h41 static inline void clear_page(void *page) { clear_pages(page, 0); } function
H A Dpage_64.h45 static inline void clear_page(void *addr) clear_page() function
63 "mtctr %1 # clear_page\n\ clear_page()
/linux-4.4.14/arch/arm64/lib/
H A DMakefile3 clear_page.o memchr.o memcpy.o memmove.o memset.o \
/linux-4.4.14/arch/arm64/mm/
H A Dcopypage.c34 clear_page(kaddr); __cpu_clear_user_page()
/linux-4.4.14/include/asm-generic/
H A Dpage.h30 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
33 #define clear_user_page(page, vaddr, pg) clear_page(page)
/linux-4.4.14/arch/openrisc/include/asm/
H A Dpage.h46 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
49 #define clear_user_page(page, vaddr, pg) clear_page(page)
H A Dpgalloc.h83 clear_page(page_address(pte)); pte_alloc_one()
/linux-4.4.14/arch/cris/include/asm/
H A Dpage.h12 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
15 #define clear_user_page(page, vaddr, pg) clear_page(page)
/linux-4.4.14/arch/m32r/include/asm/
H A Dpage.h13 extern void clear_page(void *to);
16 #define clear_user_page(page, vaddr, pg) clear_page(page)
/linux-4.4.14/arch/um/include/asm/
H A Dpage.h28 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
31 #define clear_user_page(page, vaddr, pg) clear_page(page)
/linux-4.4.14/arch/s390/include/asm/
H A Dpage.h40 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
59 #define clear_user_page(page, vaddr, pg) clear_page(page)
/linux-4.4.14/arch/sparc/include/asm/
H A Dpage_32.h19 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
22 do { clear_page(addr); \
H A Dpage_64.h40 #define clear_page(X) _clear_page((void *)(X)) macro
/linux-4.4.14/arch/metag/include/asm/
H A Dpage.h65 extern void clear_page(void *to);
68 #define clear_user_page(page, vaddr, pg) clear_page(page)
/linux-4.4.14/arch/mn10300/include/asm/
H A Dpage.h29 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
32 #define clear_user_page(addr, vaddr, page) clear_page(addr)
/linux-4.4.14/arch/avr32/include/asm/
H A Dpage.h23 extern void clear_page(void *to);
26 #define clear_user_page(page, vaddr, pg) clear_page(page)
/linux-4.4.14/arch/arm/mm/
H A Dcopypage-v6.c52 clear_page(kaddr); v6_clear_user_highpage_nonaliasing()
120 clear_page((void *)to); v6_clear_user_highpage_aliasing()
/linux-4.4.14/arch/x86/kernel/
H A Dx8664_ksyms_64.c41 EXPORT_SYMBOL(clear_page); variable
H A Dhead64.c166 clear_page(init_level4_pgt); x86_64_start_kernel()
H A Dmachine_kexec_64.c95 clear_page(p); alloc_pgt_page()
114 clear_page(level4p); init_pgtable()
/linux-4.4.14/arch/alpha/kernel/
H A Dalpha_ksyms.c47 EXPORT_SYMBOL(clear_page); variable
/linux-4.4.14/arch/mips/kernel/
H A Dmips_ksyms.c55 EXPORT_SYMBOL(clear_page); variable
/linux-4.4.14/arch/frv/include/asm/
H A Dpage.h14 #define clear_page(pgaddr) memset((pgaddr), 0, PAGE_SIZE) macro
/linux-4.4.14/arch/ia64/kernel/
H A Dia64_ksyms.c23 EXPORT_SYMBOL(clear_page); variable
/linux-4.4.14/arch/m32r/kernel/
H A Dm32r_ksyms.c60 EXPORT_SYMBOL(clear_page); variable
/linux-4.4.14/arch/arm64/include/asm/
H A Dpage.h48 extern void clear_page(void *to);
/linux-4.4.14/arch/arm64/kernel/
H A Darm64ksyms.c33 EXPORT_SYMBOL(clear_page); variable
/linux-4.4.14/arch/avr32/kernel/
H A Davr32_ksyms.c33 EXPORT_SYMBOL(clear_page); variable
/linux-4.4.14/arch/xtensa/include/asm/
H A Dpage.h140 extern void clear_page(void *page);
159 # define clear_user_page(page, vaddr, pg) clear_page(page)
/linux-4.4.14/arch/hexagon/include/asm/
H A Dpage.h116 static inline void clear_page(void *page) clear_page() function
134 #define clear_user_page(page, vaddr, pg) clear_page(page)
/linux-4.4.14/arch/ia64/include/asm/
H A Dpage.h64 extern void clear_page (void *page);
73 clear_page(addr); \
/linux-4.4.14/arch/xtensa/kernel/
H A Dxtensa_ksyms.c45 EXPORT_SYMBOL(clear_page); variable
/linux-4.4.14/arch/score/include/asm/
H A Dpage.h33 #define clear_page(pgaddr) memset((pgaddr), 0, PAGE_SIZE) macro
/linux-4.4.14/arch/nios2/include/asm/
H A Dpage.h48 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
/linux-4.4.14/arch/hexagon/kernel/
H A Dvdso.c44 clear_page(vdso); vdso_init()
/linux-4.4.14/arch/arc/include/asm/
H A Dpage.h19 #define clear_page(paddr) memset((paddr), 0, PAGE_SIZE) macro
/linux-4.4.14/arch/mips/include/asm/
H A Dpage.h85 extern void clear_page(void * page);
103 clear_page(addr); clear_user_page()
/linux-4.4.14/arch/m68k/mm/
H A Dmotorola.c58 clear_page(ptablep); kernel_page_table()
98 clear_page(last_pgtable); kernel_ptr_table()
/linux-4.4.14/include/linux/
H A Dpmem.h109 clear_page((void __force *)addr); default_clear_pmem()
H A Dhighmem.h189 clear_page(kaddr);
/linux-4.4.14/arch/microblaze/include/asm/
H A Dpgalloc.h69 clear_page(ret); get_pgd_slow()
H A Dpage.h79 # define clear_page(pgaddr) memset((pgaddr), 0, PAGE_SIZE) macro
/linux-4.4.14/arch/mn10300/mm/
H A Dpgtable.c68 clear_page(pte); pte_alloc_one_kernel()
/linux-4.4.14/arch/openrisc/mm/
H A Dioremap.c135 clear_page(pte); pte_alloc_one_kernel()
/linux-4.4.14/arch/parisc/include/asm/
H A Dpage.h24 #define clear_page(page) clear_page_asm((void *)(page)) macro
/linux-4.4.14/arch/frv/mm/
H A Dpgalloc.c27 clear_page(pte); pte_alloc_one_kernel()
/linux-4.4.14/arch/tile/include/asm/
H A Dpage.h59 static inline void clear_page(void *page) clear_page() function
72 clear_page(page); clear_user_page()
/linux-4.4.14/drivers/infiniband/hw/mthca/
H A Dmthca_allocator.c256 clear_page(buf->page_list[i].buf); mthca_buf_alloc()
H A Dmthca_eq.c508 clear_page(eq->page_list[i].buf); mthca_create_eq()
/linux-4.4.14/fs/ntfs/
H A Dcompress.c109 * FIXME: Using clear_page() will become wrong when we get zero_partial_compressed_page()
112 clear_page(kp); zero_partial_compressed_page()
757 * FIXME: Using clear_page() will become wrong ntfs_read_compressed_block()
762 clear_page(page_address(page)); ntfs_read_compressed_block()
/linux-4.4.14/arch/sh/include/asm/
H A Dpage.h60 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
/linux-4.4.14/arch/sh/mm/
H A Dcache.c125 clear_page(kaddr); clear_user_highpage()
/linux-4.4.14/arch/microblaze/mm/
H A Dpgtable.c247 clear_page(pte); pte_alloc_one_kernel()
/linux-4.4.14/arch/nios2/mm/
H A Dcacheflush.c244 clear_page(addr); clear_user_page()
/linux-4.4.14/fs/gfs2/
H A Dlops.c375 clear_page(ld); gfs2_get_log_desc()
637 clear_page(mh); list_for_each_entry()
H A Dlog.c664 clear_page(lh); log_write_header()
/linux-4.4.14/arch/powerpc/mm/
H A Dpgtable_32.c116 clear_page(pte); pte_alloc_one_kernel()
H A Dmem.c434 clear_page(page); clear_user_page()
/linux-4.4.14/drivers/xen/events/
H A Devents_fifo.c110 clear_page(control_block); init_control_block()
/linux-4.4.14/drivers/s390/char/
H A Dsclp.c481 clear_page(sccb); __sclp_make_read_req()
780 clear_page(sccb); __sclp_make_init_req()
/linux-4.4.14/drivers/block/zram/
H A Dzram_drv.c184 clear_page(user_mem); handle_zero_page()
577 clear_page(mem); zram_decompress_page()
/linux-4.4.14/kernel/power/
H A Dswap.c444 clear_page(handle->cur); swap_write_page()
1509 clear_page(swsusp_header); swsusp_check()
H A Dsnapshot.c1977 clear_page(buffer); snapshot_read_next()
/linux-4.4.14/arch/x86/xen/
H A Dmmu.c1898 clear_page((void *)addr); check_pt_base()
1903 clear_page((void *)addr); check_pt_base()
2128 clear_page(pud); xen_relocate_p2m()
2132 clear_page(pmd); xen_relocate_p2m()
2136 clear_page(pt); xen_relocate_p2m()
/linux-4.4.14/drivers/gpu/drm/ttm/
H A Dttm_page_alloc.c775 clear_page(page_address(p)); ttm_get_pages()
/linux-4.4.14/drivers/gpu/drm/gma500/
H A Dmmu.c217 clear_page(kmap(pd->dummy_page)); psb_mmu_alloc_pd()
/linux-4.4.14/arch/x86/mm/
H A Dinit.c118 clear_page(adr); alloc_low_pages()
/linux-4.4.14/arch/arc/mm/
H A Dcache.c894 clear_page(to); clear_user_page()
/linux-4.4.14/arch/powerpc/platforms/cell/
H A Diommu.c525 clear_page(iommu->pad_page); cell_iommu_setup_window()
/linux-4.4.14/kernel/
H A Dkexec_core.c743 clear_page(ptr); kimage_load_normal_segment()
/linux-4.4.14/drivers/net/ethernet/toshiba/
H A Dtc35815.c934 clear_page((void *)((unsigned long)lp->fd_buf + tc35815_init_queues()
/linux-4.4.14/arch/arm/kvm/
H A Dmmu.c443 clear_page(merged_hyp_pgd); free_hyp_pgds()
/linux-4.4.14/arch/x86/kvm/
H A Dsvm.c1179 clear_page(svm->vmcb); svm_create_vcpu()
1803 clear_page(svm->vmcb); shutdown_interception()
/linux-4.4.14/fs/ocfs2/dlm/
H A Ddlmrecovery.c1180 clear_page(mres); dlm_init_migratable_lockres()
/linux-4.4.14/mm/
H A Dmemory.c1985 clear_page(kaddr); cow_user_page()

Completed in 4029 milliseconds