/linux-4.4.14/arch/alpha/lib/ |
D | clear_page.S | 9 .global clear_page 10 .ent clear_page 11 clear_page: label 39 .end clear_page
|
D | ev6-clear_page.S | 9 .global clear_page 10 .ent clear_page 11 clear_page: label 54 .end clear_page
|
D | Makefile | 35 $(ev6-y)clear_page.o \
|
/linux-4.4.14/arch/avr32/mm/ |
D | clear_page.S | 17 .global clear_page 18 clear_page: label
|
D | Makefile | 5 obj-y += init.o clear_page.o copy_page.o dma-coherent.o
|
/linux-4.4.14/arch/arm64/lib/ |
D | clear_page.S | 28 ENTRY(clear_page) 39 ENDPROC(clear_page)
|
D | Makefile | 3 clear_page.o memchr.o memcpy.o memmove.o memset.o \
|
/linux-4.4.14/arch/x86/include/asm/ |
D | page_32.h | 24 static inline void clear_page(void *page) in clear_page() function 36 static inline void clear_page(void *page) in clear_page() function
|
D | page_64.h | 37 void clear_page(void *page);
|
D | page.h | 27 clear_page(page); in clear_user_page()
|
D | pmem.h | 137 clear_page(vaddr); in arch_clear_pmem()
|
/linux-4.4.14/arch/x86/lib/ |
D | clear_page_64.S | 16 ENTRY(clear_page) 25 ENDPROC(clear_page)
|
/linux-4.4.14/arch/arm/include/asm/ |
D | page-nommu.h | 23 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro 26 #define clear_user_page(page, vaddr, pg) clear_page(page)
|
D | page.h | 142 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | page_mm.h | 31 static inline void clear_page(void *page) in clear_page() function 54 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro 59 do { clear_page(addr); \
|
D | page_no.h | 12 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro 15 #define clear_user_page(page, vaddr, pg) clear_page(page)
|
D | mcf_pgalloc.h | 66 clear_page(pte); in pte_alloc_one()
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | page.h | 25 #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/cris/include/asm/ |
D | page.h | 12 #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/mm/ |
D | page.S | 54 .global clear_page 63 clear_page: label
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | page.h | 46 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro 49 #define clear_user_page(page, vaddr, pg) clear_page(page)
|
D | pgalloc.h | 83 clear_page(page_address(pte)); in pte_alloc_one()
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | page.h | 13 extern void clear_page(void *to); 16 #define clear_user_page(page, vaddr, pg) clear_page(page)
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | page.h | 23 extern void clear_page(void *to); 26 #define clear_user_page(page, vaddr, pg) clear_page(page)
|
/linux-4.4.14/arch/arm/mm/ |
D | copypage-v6.c | 52 clear_page(kaddr); in v6_clear_user_highpage_nonaliasing() 120 clear_page((void *)to); in v6_clear_user_highpage_aliasing()
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | page.h | 116 static inline void clear_page(void *page) in clear_page() function 134 #define clear_user_page(page, vaddr, pg) clear_page(page)
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | page.h | 16 extern void clear_page(void *page); 17 #define clear_user_page(page, vaddr, pg) clear_page(page)
|
/linux-4.4.14/include/asm-generic/ |
D | page.h | 30 #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/mn10300/include/asm/ |
D | page.h | 29 #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/ia64/lib/ |
D | clear_page.S | 32 GLOBAL_ENTRY(clear_page) 76 END(clear_page)
|
D | Makefile | 9 checksum.o clear_page.o csum_partial_copy.o \
|
/linux-4.4.14/arch/metag/include/asm/ |
D | page.h | 65 extern void clear_page(void *to); 68 #define clear_user_page(page, vaddr, pg) clear_page(page)
|
/linux-4.4.14/arch/s390/include/asm/ |
D | page.h | 40 #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/ |
D | page_32.h | 19 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro 22 do { clear_page(addr); \
|
D | page_64.h | 40 #define clear_page(X) _clear_page((void *)(X)) macro
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | page.h | 140 extern void clear_page(void *page); 159 # define clear_user_page(page, vaddr, pg) clear_page(page)
|
/linux-4.4.14/arch/um/include/asm/ |
D | page.h | 28 #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/arm64/mm/ |
D | copypage.c | 34 clear_page(kaddr); in __cpu_clear_user_page()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | page.h | 85 extern void clear_page(void * page); 103 clear_page(addr); in clear_user_page()
|
/linux-4.4.14/arch/mips/mm/ |
D | page-funcs.S | 18 #define cpu_clear_page_function_name clear_page
|
D | page.c | 633 void clear_page(void *page) in clear_page() function
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | page_32.h | 41 static inline void clear_page(void *page) { clear_pages(page, 0); } in clear_page() function
|
D | page_64.h | 45 static inline void clear_page(void *addr) in clear_page() function
|
/linux-4.4.14/arch/metag/lib/ |
D | Makefile | 7 lib-y += clear_page.o
|
/linux-4.4.14/arch/arm64/kernel/ |
D | arm64ksyms.c | 33 EXPORT_SYMBOL(clear_page);
|
/linux-4.4.14/arch/metag/kernel/ |
D | metag_ksyms.c | 11 EXPORT_SYMBOL(clear_page);
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | page.h | 64 extern void clear_page (void *page); 73 clear_page(addr); \
|
/linux-4.4.14/arch/tile/include/asm/ |
D | page.h | 59 static inline void clear_page(void *page) in clear_page() function 72 clear_page(page); in clear_user_page()
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | page.h | 48 extern void clear_page(void *to);
|
/linux-4.4.14/arch/avr32/kernel/ |
D | avr32_ksyms.c | 33 EXPORT_SYMBOL(clear_page);
|
/linux-4.4.14/arch/x86/kernel/ |
D | x8664_ksyms_64.c | 41 EXPORT_SYMBOL(clear_page);
|
D | head64.c | 166 clear_page(init_level4_pgt); in x86_64_start_kernel()
|
D | machine_kexec_64.c | 95 clear_page(p); in alloc_pgt_page() 114 clear_page(level4p); in init_pgtable()
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | vdso.c | 44 clear_page(vdso); in vdso_init()
|
/linux-4.4.14/arch/m68k/mm/ |
D | motorola.c | 58 clear_page(ptablep); in kernel_page_table() 98 clear_page(last_pgtable); in kernel_ptr_table()
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | xtensa_ksyms.c | 45 EXPORT_SYMBOL(clear_page);
|
/linux-4.4.14/arch/ia64/kernel/ |
D | ia64_ksyms.c | 23 EXPORT_SYMBOL(clear_page);
|
/linux-4.4.14/arch/mips/kernel/ |
D | mips_ksyms.c | 55 EXPORT_SYMBOL(clear_page);
|
/linux-4.4.14/arch/m32r/kernel/ |
D | m32r_ksyms.c | 60 EXPORT_SYMBOL(clear_page);
|
/linux-4.4.14/arch/alpha/kernel/ |
D | alpha_ksyms.c | 47 EXPORT_SYMBOL(clear_page);
|
/linux-4.4.14/arch/openrisc/mm/ |
D | ioremap.c | 135 clear_page(pte); in pte_alloc_one_kernel()
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | page.h | 48 #define clear_page(page) memset((page), 0, PAGE_SIZE) macro
|
/linux-4.4.14/arch/arc/include/asm/ |
D | page.h | 19 #define clear_page(paddr) memset((paddr), 0, PAGE_SIZE) macro
|
/linux-4.4.14/include/linux/ |
D | pmem.h | 109 clear_page((void __force *)addr); in default_clear_pmem()
|
D | highmem.h | 189 clear_page(kaddr); in clear_highpage()
|
/linux-4.4.14/arch/frv/include/asm/ |
D | page.h | 14 #define clear_page(pgaddr) memset((pgaddr), 0, PAGE_SIZE) macro
|
/linux-4.4.14/arch/xtensa/mm/ |
D | misc.S | 31 ENTRY(clear_page) 49 ENDPROC(clear_page)
|
/linux-4.4.14/arch/score/include/asm/ |
D | page.h | 33 #define clear_page(pgaddr) memset((pgaddr), 0, PAGE_SIZE) macro
|
/linux-4.4.14/arch/frv/mm/ |
D | pgalloc.c | 27 clear_page(pte); in pte_alloc_one_kernel()
|
/linux-4.4.14/arch/mn10300/mm/ |
D | pgtable.c | 68 clear_page(pte); in pte_alloc_one_kernel()
|
/linux-4.4.14/arch/sparc/lib/ |
D | Makefile | 19 lib-$(CONFIG_SPARC64) += copy_page.o clear_page.o bzero.o
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | pgalloc.h | 69 clear_page(ret); in get_pgd_slow()
|
D | page.h | 79 # define clear_page(pgaddr) memset((pgaddr), 0, PAGE_SIZE) macro
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | page.h | 24 #define clear_page(page) clear_page_asm((void *)(page)) macro
|
/linux-4.4.14/arch/sh/include/asm/ |
D | page.h | 60 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE) macro
|
/linux-4.4.14/arch/microblaze/mm/ |
D | pgtable.c | 247 clear_page(pte); in pte_alloc_one_kernel()
|
/linux-4.4.14/arch/nios2/mm/ |
D | cacheflush.c | 244 clear_page(addr); in clear_user_page()
|
/linux-4.4.14/fs/ntfs/ |
D | compress.c | 112 clear_page(kp); in zero_partial_compressed_page() 762 clear_page(page_address(page)); in ntfs_read_compressed_block()
|
/linux-4.4.14/drivers/xen/events/ |
D | events_fifo.c | 110 clear_page(control_block); in init_control_block()
|
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
D | mthca_allocator.c | 256 clear_page(buf->page_list[i].buf); in mthca_buf_alloc()
|
D | mthca_eq.c | 508 clear_page(eq->page_list[i].buf); in mthca_create_eq()
|
/linux-4.4.14/arch/sh/mm/ |
D | cache.c | 125 clear_page(kaddr); in clear_user_highpage()
|
/linux-4.4.14/arch/powerpc/mm/ |
D | pgtable_32.c | 116 clear_page(pte); in pte_alloc_one_kernel()
|
D | mem.c | 434 clear_page(page); in clear_user_page()
|
/linux-4.4.14/fs/gfs2/ |
D | lops.c | 375 clear_page(ld); in gfs2_get_log_desc() 637 clear_page(mh); in revoke_lo_before_commit()
|
D | log.c | 664 clear_page(lh); in log_write_header()
|
/linux-4.4.14/arch/x86/xen/ |
D | mmu.c | 1898 clear_page((void *)addr); in check_pt_base() 1903 clear_page((void *)addr); in check_pt_base() 2128 clear_page(pud); in xen_relocate_p2m() 2132 clear_page(pmd); in xen_relocate_p2m() 2136 clear_page(pt); in xen_relocate_p2m()
|
/linux-4.4.14/drivers/s390/char/ |
D | sclp.c | 481 clear_page(sccb); in __sclp_make_read_req() 780 clear_page(sccb); in __sclp_make_init_req()
|
/linux-4.4.14/arch/x86/mm/ |
D | init.c | 118 clear_page(adr); in alloc_low_pages()
|
/linux-4.4.14/kernel/power/ |
D | swap.c | 444 clear_page(handle->cur); in swap_write_page() 1509 clear_page(swsusp_header); in swsusp_check()
|
D | snapshot.c | 1977 clear_page(buffer); in snapshot_read_next()
|
/linux-4.4.14/arch/arc/mm/ |
D | cache.c | 894 clear_page(to); in clear_user_page()
|
/linux-4.4.14/drivers/gpu/drm/ttm/ |
D | ttm_page_alloc.c | 775 clear_page(page_address(p)); in ttm_get_pages()
|
/linux-4.4.14/drivers/block/zram/ |
D | zram_drv.c | 184 clear_page(user_mem); in handle_zero_page() 577 clear_page(mem); in zram_decompress_page()
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | mmu.c | 217 clear_page(kmap(pd->dummy_page)); in psb_mmu_alloc_pd()
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | iommu.c | 525 clear_page(iommu->pad_page); in cell_iommu_setup_window()
|
/linux-4.4.14/kernel/ |
D | kexec_core.c | 743 clear_page(ptr); in kimage_load_normal_segment()
|
/linux-4.4.14/arch/arm/kvm/ |
D | mmu.c | 443 clear_page(merged_hyp_pgd); in free_hyp_pgds()
|
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
D | tc35815.c | 934 clear_page((void *)((unsigned long)lp->fd_buf + in tc35815_init_queues()
|
/linux-4.4.14/arch/x86/kvm/ |
D | svm.c | 1179 clear_page(svm->vmcb); in svm_create_vcpu() 1803 clear_page(svm->vmcb); in shutdown_interception()
|
/linux-4.4.14/fs/ocfs2/dlm/ |
D | dlmrecovery.c | 1180 clear_page(mres); in dlm_init_migratable_lockres()
|
/linux-4.4.14/mm/ |
D | memory.c | 1985 clear_page(kaddr); in cow_user_page()
|