Searched refs:DEBUG4K_FAULT (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/osfmk/vm/ |
| H A D | vm_protos.h | 835 #define DEBUG4K_FAULT(...) __DEBUG4K(__DEBUG4K_FAULT, ##__VA_ARGS__) macro 851 #define DEBUG4K_FAULT(...) macro
|
| H A D | vm_fault.c | 3403 …DEBUG4K_FAULT("pmap %p va 0x%llx pa 0x%llx (0x%llx+0x%llx) prot 0x%x fault_type 0x%x\n", pmap, (ui… in vm_fault_attempt_pmap_enter() 4097 …DEBUG4K_FAULT("map %p vaddr 0x%llx caller_prot 0x%x\n", map, (uint64_t)trace_real_vaddr, caller_pr… in vm_fault_internal() 4762 …DEBUG4K_FAULT("map %p original %p pmap %p va 0x%llx caller pmap %p va 0x%llx pa 0x%llx (0x%llx+0x%… in vm_fault_internal() 4919 …DEBUG4K_FAULT("map %p vaddr 0x%llx page %p [%p 0x%llx] copied to %p [%p 0x%llx]\n", map, (uint64_t… in vm_fault_internal() 4961 …DEBUG4K_FAULT("pmap_disconnect() page %p object %p offset 0x%llx phys 0x%x\n", cur_m, VM_PAGE_OBJE… in vm_fault_internal() 5965 …DEBUG4K_FAULT("map %p original %p pmap %p va 0x%llx pa 0x%llx(0x%llx+0x%llx) prot 0x%x caller_prot… in vm_fault_internal() 6248 …DEBUG4K_FAULT("map %p original %p vaddr 0x%llx -> 0x%x\n", map, original_map, (uint64_t)trace_real… in vm_fault_internal()
|