Searched refs:bzero_phys (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dphys.c100 bzero_phys((addr64_t)i386_ptob(pn), PAGE_SIZE);
116 bzero_phys((addr64_t)(i386_ptob(pn) + offset), (uint32_t)len);
H A Dmachine_routines.h295 void bzero_phys(
H A Dloose_ends.c114 bzero_phys(src64,bytes);
118 bzero_phys( function
/darwin-on-arm/xnu/osfmk/arm/
H A Dmachine_routines.h246 void bzero_phys(addr64_t phys_address, uint32_t length);
H A Dloose_ends.c450 bzero_phys(src64, bytes);
H A Dmachine_routines.c201 * bzero_phys
205 void bzero_phys(addr64_t src64, uint32_t bytes) function
217 * The equivalent of bzero_phys but with additional copying features.
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dloose_ends.c166 bzero_phys(src64,bytes);
170 bzero_phys( function
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c813 bzero_phys(zero_addr, zero_cnt);

Completed in 91 milliseconds