Searched refs:bcopy_phys_internal (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.140.69/osfmk/arm64/ |
| H A D | loose_ends.c | 67 bcopy_phys_internal(addr64_t src, addr64_t dst, vm_size_t bytes, int flags) in bcopy_phys_internal() function 189 bcopy_phys_internal(src, dst, bytes, cppvPsrc | cppvPsnk); in bcopy_phys() 195 bcopy_phys_internal(src, dst, bytes, cppvPsrc | cppvPsnk | options); in bcopy_phys_with_options() 882 kern_return_t res = bcopy_phys_internal(source, sink, size, which); in copypv()
|