| /xnu-8020.101.4/osfmk/kdp/ml/arm/ |
| H A D | kdp_vm.c | 152 bcopy_phys(cur_phys_src, cur_phys_dst, cnt); in kdp_machine_vm_read() 202 bcopy_phys(cur_phys_src, cur_phys_dst, cnt); /* Copy stuff over */ in kdp_machine_phys_read() 261 bcopy_phys(cur_phys_src, cur_phys_dst, cnt); /* Copy stuff over */ in kdp_machine_vm_write()
|
| /xnu-8020.101.4/osfmk/arm/ |
| H A D | cpu.c | 549 bcopy_phys((addr64_t)ml_static_vtop((vm_offset_t)&patch_to_nop), in cpu_machine_idle_init() 565 bcopy_phys((addr64_t)ml_static_vtop((vm_offset_t)&BootArgs_paddr), in cpu_machine_idle_init() 571 bcopy_phys((addr64_t)ml_static_vtop((vm_offset_t)&CpuDataEntries_paddr), in cpu_machine_idle_init()
|
| H A D | misc_protos.h | 100 extern void bcopy_phys(addr64_t from, addr64_t to, vm_size_t nbytes);
|
| H A D | loose_ends.c | 64 bcopy_phys(addr64_t src, addr64_t dst, vm_size_t bytes) in bcopy_phys() function
|
| H A D | machine_routines.c | 973 bcopy_phys(cur_phys_src, cur_phys_dst, count); in ml_nofault_copy()
|
| H A D | pmap.c | 8710 bcopy_phys((addr64_t) (ptoa(psrc)), 8727 bcopy_phys((addr64_t) (ptoa(psrc) + src_offset),
|
| /xnu-8020.101.4/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 | 141 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 | 307 bcopy_phys(cur_phys_src, cur_phys_dst, count); in ml_nofault_copy()
|
| /xnu-8020.101.4/bsd/dev/ |
| H A D | memdev.c | 118 extern void bcopy_phys(addr64_t from, addr64_t to, vm_size_t bytes); 310 bcopy_phys(fvaddr, paddr, csize); /* Copy this on in */ in mdevstrategy() 334 bcopy_phys(paddr, fvaddr, csize); /* Move this on out */ in mdevstrategy()
|
| /xnu-8020.101.4/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 | 291 bcopy_phys(srcAddr, dstAddr64, dstLen); in IOMemoryDescriptorWriteFromPhysical() 331 bcopy_phys(srcAddr64, dstAddr, dstLen); in IOMemoryDescriptorReadToPhysical()
|
| /xnu-8020.101.4/osfmk/x86_64/ |
| H A D | copyio.c | 591 bcopy_phys(src64, snk64, csize); /* Do a physical copy, virtually */ in copypv()
|
| H A D | loose_ends.c | 239 bcopy_phys( in bcopy_phys() function
|
| H A D | pmap.c | 2523 bcopy_phys((addr64_t)i386_ptob(src), in pmap_copy_page()
|
| /xnu-8020.101.4/osfmk/arm64/ |
| H A D | loose_ends.c | 184 bcopy_phys(addr64_t src, addr64_t dst, vm_size_t bytes) in bcopy_phys() function
|
| H A D | cpu.c | 1232 bcopy_phys((addr64_t)ml_static_vtop((vm_offset_t)running_signature), in cpu_machine_idle_init()
|
| H A D | machine_routines.c | 1767 bcopy_phys(cur_phys_src, cur_phys_dst, count); in ml_nofault_copy()
|
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | kern_stackshot.c | 188 extern void bcopy_phys(addr64_t, addr64_t, vm_size_t); 3476 bcopy_phys(phys_src, phys_dest, 1); in kdp_copyin_string_slowpath() 3485 bcopy_phys(phys_src + (i - valid_from), phys_dest + (i - valid_from), 1); in kdp_copyin_string_slowpath() 3552 bcopy_phys(phys_src, phys_dest, cur_size); in kdp_copyin()
|
| /xnu-8020.101.4/osfmk/i386/AT386/ |
| H A D | model_dep.c | 1607 bcopy_phys(phys_src, phys_dest, cur_size); in debug_copyin()
|
| /xnu-8020.101.4/osfmk/vm/ |
| H A D | vm_fault.c | 7821 extern void bcopy_phys(addr64_t from, addr64_t to, vm_size_t bytes); in vmtc_get_page_data() 7840 bcopy_phys(page_paddr, buffer_paddr, size); in vmtc_get_page_data()
|