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