| /xnu-10002.41.9/osfmk/kdp/ |
| H A D | kdp_common.c | 41 extern void bcopy_phys(addr64_t, addr64_t, vm_size_t); 246 bcopy_phys(phys_src, phys_dest, cur_size); in kdp_generic_copyin() 302 bcopy_phys(phys_src, phys_dest, 1); in kdp_generic_copyin_string_slowpath() 311 bcopy_phys(phys_src + (i - valid_from), phys_dest + (i - valid_from), 1); in kdp_generic_copyin_string_slowpath()
|
| /xnu-10002.41.9/osfmk/kdp/ml/arm/ |
| H A D | kdp_vm.c | 153 bcopy_phys(cur_phys_src, cur_phys_dst, cnt); in kdp_machine_vm_read() 203 bcopy_phys(cur_phys_src, cur_phys_dst, cnt); /* Copy stuff over */ in kdp_machine_phys_read() 262 bcopy_phys(cur_phys_src, cur_phys_dst, cnt); /* Copy stuff over */ in kdp_machine_vm_write()
|
| /xnu-10002.41.9/osfmk/arm/ |
| H A D | misc_protos.h | 104 extern void bcopy_phys(addr64_t from, addr64_t to, vm_size_t nbytes);
|
| /xnu-10002.41.9/osfmk/i386/ |
| H A D | misc_protos.h | 87 extern void bcopy_phys(addr64_t from, addr64_t to, vm_size_t nbytes);
|
| H A D | phys.c | 140 bcopy_phys((addr64_t)src + (src_offset & INTEL_OFFMASK), in pmap_copy_part_page()
|
| H A D | acpi.c | 539 bcopy_phys(kvtophys((vm_offset_t) real_mode_bootstrap_base), in install_real_mode_bootstrap()
|
| H A D | machine_routines.c | 314 bcopy_phys(cur_phys_src, cur_phys_dst, count); in ml_nofault_copy()
|
| /xnu-10002.41.9/bsd/dev/ |
| H A D | memdev.c | 118 extern void bcopy_phys(addr64_t from, addr64_t to, vm_size_t bytes); 324 bcopy_phys(fvaddr, paddr, csize); /* Copy this on in */ in mdevstrategy() 348 bcopy_phys(paddr, fvaddr, csize); /* Move this on out */ in mdevstrategy()
|
| /xnu-10002.41.9/iokit/Kernel/ |
| H A D | IOKitKernelInternal.h | 93 extern void bcopy_phys(addr64_t from, addr64_t to, vm_size_t size);
|
| H A D | IOHibernateIO.cpp | 292 bcopy_phys(srcAddr, dstAddr64, dstLen); in IOMemoryDescriptorWriteFromPhysical() 332 bcopy_phys(srcAddr64, dstAddr, dstLen); in IOMemoryDescriptorReadToPhysical()
|
| /xnu-10002.41.9/osfmk/x86_64/ |
| H A D | copyio.c | 573 bcopy_phys(src64, snk64, csize); /* Do a physical copy, virtually */ in copypv()
|
| H A D | loose_ends.c | 237 bcopy_phys( in bcopy_phys() function
|
| H A D | pmap.c | 2569 bcopy_phys((addr64_t)i386_ptob(src), in pmap_copy_page()
|
| /xnu-10002.41.9/osfmk/arm64/ |
| H A D | loose_ends.c | 185 bcopy_phys(addr64_t src, addr64_t dst, vm_size_t bytes) in bcopy_phys() function
|
| H A D | cpu.c | 1244 bcopy_phys((addr64_t)ml_static_vtop((vm_offset_t)running_signature), in cpu_machine_idle_init()
|
| H A D | machine_routines.c | 1905 bcopy_phys(cur_phys_src, cur_phys_dst, count); in ml_nofault_copy()
|
| /xnu-10002.41.9/osfmk/i386/AT386/ |
| H A D | model_dep.c | 1605 bcopy_phys(phys_src, phys_dest, cur_size); in debug_copyin()
|
| /xnu-10002.41.9/osfmk/vm/ |
| H A D | vm_fault.c | 8108 extern void bcopy_phys(addr64_t from, addr64_t to, vm_size_t bytes); in vmtc_get_page_data() 8127 bcopy_phys(page_paddr, buffer_paddr, size); in vmtc_get_page_data()
|
| /xnu-10002.41.9/osfmk/arm/pmap/ |
| H A D | pmap.c | 8540 bcopy_phys((addr64_t) (ptoa(psrc)), 8557 bcopy_phys((addr64_t) (ptoa(psrc) + src_offset),
|