Home
last modified time | relevance | path

Searched refs:bzero_phys (Results 1 – 10 of 10) sorted by relevance

/xnu-8020.101.4/osfmk/i386/
H A Dphys.c98 bzero_phys((addr64_t)i386_ptob(pn), PAGE_SIZE); in pmap_zero_page()
114 bzero_phys((addr64_t)(i386_ptob(pn) + offset), (uint32_t)len); in pmap_zero_part_page()
H A Dmachine_routines.h361 void bzero_phys(
/xnu-8020.101.4/osfmk/arm/
H A Dloose_ends.c110 bzero_phys(src64, bytes); in bzero_phys_nc()
115 bzero_phys(addr64_t src, vm_size_t bytes) in bzero_phys() function
H A Dmachine_routines.h720 void bzero_phys(
H A Dpmap.c8741 bzero_phys((addr64_t) ptoa(pn), PAGE_SIZE);
8756 bzero_phys((addr64_t) (ptoa(pn) + offset), len);
/xnu-8020.101.4/osfmk/arm64/
H A Dloose_ends.c192 bzero_phys(src64, bytes); in bzero_phys_nc()
199 bzero_phys(addr64_t src, vm_size_t bytes) in bzero_phys() function
/xnu-8020.101.4/osfmk/x86_64/
H A Dloose_ends.c222 bzero_phys(src64, bytes); in bzero_phys_nc()
226 bzero_phys( in bzero_phys() function
/xnu-8020.101.4/san/memory/
H A Dkasan-x86_64.c120 bzero_phys(mem, I386_PGBYTES); in alloc_page_zero()
/xnu-8020.101.4/iokit/Kernel/
H A DIOMemoryDescriptor.cpp2647 bzero_phys(dstAddr64, (unsigned int) dstLen); in writeBytes()
/xnu-8020.101.4/bsd/vfs/
H A Dvfs_cluster.c998 bzero_phys(zero_addr, zero_cnt); in cluster_zero()