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