Searched refs:bcopy_phys_with_options (Results 1 – 5 of 5) sorted by relevance
| /xnu-11417.140.69/osfmk/arm/ |
| H A D | misc_protos.h | 136 extern void bcopy_phys_with_options(addr64_t from, addr64_t to, vm_size_t nbytes, int options);
|
| /xnu-11417.140.69/iokit/Kernel/ |
| H A D | IOKitKernelInternal.h | 95 extern void bcopy_phys_with_options(addr64_t from, addr64_t to, vm_size_t nbytes, int options);
|
| /xnu-11417.140.69/osfmk/arm64/ |
| H A D | loose_ends.c | 193 bcopy_phys_with_options(addr64_t src, addr64_t dst, vm_size_t bytes, int options) in bcopy_phys_with_options() function
|
| /xnu-11417.140.69/osfmk/arm64/sptm/pmap/ |
| H A D | pmap.c | 8082 bcopy_phys_with_options((addr64_t) (ptoa(psrc)),
|
| /xnu-11417.140.69/osfmk/arm/pmap/ |
| H A D | pmap.c | 8671 bcopy_phys_with_options((addr64_t) (ptoa(psrc)),
|