Searched refs:DEBUG4K_COPY (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/osfmk/vm/ |
| H A D | vm_protos.h | 836 #define DEBUG4K_COPY(...) __DEBUG4K(__DEBUG4K_COPY, ##__VA_ARGS__) macro 852 #define DEBUG4K_COPY(...) macro
|
| H A D | vm_map.c | 11031 DEBUG4K_COPY("adjust failed 0x%x\n", kr); in vm_map_copyout_internal() 11034 …DEBUG4K_COPY("copy %p (%d 0x%llx 0x%llx) dst_map %p (%d) target_copy %p (%d 0x%llx 0x%llx) overmap… in vm_map_copyout_internal() 17323 …DEBUG4K_COPY("copy_map %p (%d %d 0x%llx 0x%llx) BEFORE\n", copy_map, copy_map->cpy_hdr.page_shift,… in vm_map_copy_to_physcopy() 17416 …DEBUG4K_COPY("copyinmap(%p, 0x%llx, %p, 0x%llx) kr 0x%x\n", new_map, (uint64_t)src_cur, kbuf, (uin… in vm_map_copy_to_physcopy() 17423 …DEBUG4K_COPY("copyoutmap(%p, %p, 0x%llx, 0x%llx) kr 0x%x\n", new_map, kbuf, (uint64_t)dst_cur, (ui… in vm_map_copy_to_physcopy() 17456 …DEBUG4K_COPY("copy_map %p (%d %d 0x%llx 0x%llx) AFTER\n", copy_map, copy_map->cpy_hdr.page_shift, … in vm_map_copy_to_physcopy() 18028 …DEBUG4K_COPY("src_map %p pgsz 0x%x addr 0x%llx size 0x%llx copy %d -> target_map %p pgsz 0x%x\n", … in vm_map_remap() 18130 DEBUG4K_COPY("failed to adjust 0x%x\n", result); in vm_map_remap()
|
| H A D | vm_object.c | 3993 …DEBUG4K_COPY("adjusting offset @ %p from 0x%llx to 0x%llx for object %p length: 0x%llx\n", offset,… in vm_object_shadow()
|