Searched refs:bcopy_phys (Results 1 - 11 of 11) sorted by relevance

/xnu-2422.115.4/osfmk/i386/
H A Dmisc_protos.h88 extern void bcopy_phys(addr64_t from, addr64_t to, vm_size_t nbytes);
H A Dacpi.c454 bcopy_phys(kvtophys((vm_offset_t) real_mode_bootstrap_base),
H A Dphys.c143 bcopy_phys((addr64_t)src + (src_offset & INTEL_OFFMASK),
H A Dmachine_routines.c203 bcopy_phys(cur_phys_src, cur_phys_dst, count);
/xnu-2422.115.4/bsd/dev/
H A Dmemdev.c120 extern void bcopy_phys(addr64_t from, addr64_t to, vm_size_t bytes);
296 bcopy_phys(fvaddr, paddr, csize); /* Copy this on in */
323 bcopy_phys(paddr, fvaddr, csize); /* Move this on out */
/xnu-2422.115.4/osfmk/x86_64/
H A Dcopyio.c332 bcopy_phys(src64, snk64, csize); /* Do a physical copy, virtually */
H A Dloose_ends.c183 * bcopy_phys - like bcopy but copies from/to physical addresses.
187 bcopy_phys( function
195 panic("bcopy_phys alignment");
H A Dpmap.c1995 bcopy_phys((addr64_t)i386_ptob(src),
/xnu-2422.115.4/iokit/Kernel/
H A DIOKitKernelInternal.h105 extern void bcopy_phys(addr64_t from, addr64_t to, vm_size_t size);
H A DIOHibernateIO.cpp268 bcopy_phys(srcAddr, dstAddr64, dstLen);
306 bcopy_phys(srcAddr64, dstAddr, dstLen);
/xnu-2422.115.4/osfmk/kdp/
H A Dkdp.c170 extern void bcopy_phys(addr64_t, addr64_t, vm_size_t);
1096 bcopy_phys(phys_src, phys_dest, cur_size);

Completed in 37 milliseconds