Searched refs:DEBUG4K_ERROR (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.1.9/bsd/kern/ |
| H A D | mach_loader.c | 2260 DEBUG4K_ERROR("LOAD_BADMACHO cmdsize %d < %zu\n", lcp->cmdsize, segment_command_size); in load_segment() 2292 …DEBUG4K_ERROR("LOAD_BADMACHO fileoff 0x%llx filesize 0x%llx macho_size 0x%llx\n", scp->fileoff, sc… in load_segment() 2300 …DEBUG4K_ERROR("LOAD_BADMACHO 0x%zx 0x%zx %d\n", total_section_size, single_section_size, scp->nsec… in load_segment() 2307 DEBUG4K_ERROR("LOAD_BADMACHO file_offset: 0x%llx + 0x%llx\n", pager_offset, scp->fileoff); in load_segment() 2318 DEBUG4K_ERROR("LOAD_BADMACHO file_offset 0x%llx\n", file_offset); in load_segment() 2331 DEBUG4K_ERROR("LOAD_BADMACHO file_offset 0x%llx\n", file_offset); in load_segment() 2346 …DEBUG4K_ERROR("LOAD_BADMACHO end_offset 0x%llx fileoff 0x%llx filesize 0x%llx\n", result->cs_end_o… in load_segment() 2354 …DEBUG4K_ERROR("LOAD_BADMACHO vmaddr 0x%llx slide 0x%llx vm_offset 0x%llx\n", scp->vmaddr, slide, (… in load_segment() 2359 DEBUG4K_ERROR("LOAD_BADMACHO vmsize 0x%llx\n", scp->vmsize); in load_segment() 2392 …DEBUG4K_ERROR("LOAD_BADMACHO vm_end 0x%llx vm_offset 0x%llx vm_size 0x%llx\n", (uint64_t)vm_end, (… in load_segment() [all …]
|
| H A D | kern_exec.c | 8185 …DEBUG4K_ERROR("map %p va 0x%llx -> 0x%x\n", current_map(), (uint64_t)vm_map_trunc_page(load_result… in exec_prefault_data()
|
| /xnu-12377.1.9/osfmk/vm/ |
| H A D | vm_protos.h | 504 #define DEBUG4K_ERROR(...) __DEBUG4K(__DEBUG4K_ERROR, ##__VA_ARGS__) macro 520 #define DEBUG4K_ERROR(...) macro
|
| H A D | vm_upl.c | 257 …DEBUG4K_ERROR("upl %p (u_offset 0x%llx u_size 0x%x) offset 0x%x size 0x%x\n", upl, upl->u_offset, … in upl_abort_range() 695 …DEBUG4K_ERROR("upl %p (u_offset 0x%llx u_size 0x%x) offset 0x%x size 0x%x\n", upl, upl->u_offset, … in upl_commit_range()
|
| H A D | vm_map.c | 3601 …DEBUG4K_ERROR("map %p (%d) submap %p (%d): incompatible page sizes\n", map, VM_MAP_PAGE_SHIFT(map)… in vm_map_enter() 4404 DEBUG4K_ERROR("kr 0x%x\n", kr); in vm_map_enter_mem_object() 4442 DEBUG4K_ERROR("kr 0x%x\n", kr); in vm_map_enter_mem_object() 18749 DEBUG4K_ERROR("could have extended copy to next entry...\n"); in vm_map_remap_extract() 19163 …DEBUG4K_ERROR("copy_map %p (%d->%d) copy_map->size 0x%llx offset 0x%llx size 0x%llx KERN_INVALID_A… in vm_map_copy_adjust_to_target() 19448 …DEBUG4K_ERROR("map %p start 0x%llx 0x%llx size 0x%llx 0x%llx kr 0x%x\n", map, (uint64_t)start, (ui… in vm_map_range_physical_size() 19472 …DEBUG4K_ERROR("map %p start 0x%llx 0x%llx size 0x%llx 0x%llx kr 0x%x\n", map, (uint64_t)start, (ui… in vm_map_range_physical_size()
|
| /xnu-12377.1.9/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 670 …DEBUG4K_ERROR("make_memory_entry(map %p, addr 0x%llx, size 0x%llx, prot 0x%x) err 0x%x\n", map, en… in memoryReferenceCreate() 759 DEBUG4K_ERROR("pager setup failed size 0x%llx flags 0x%x\n", (uint64_t)size, pagerFlags); in memoryReferenceCreate() 788 DEBUG4K_ERROR("ref %p options 0x%x err 0x%x\n", ref, (unsigned int)options, err); in memoryReferenceCreate() 799 DEBUG4K_ERROR("ref %p err 0x%x\n", ref, err); in memoryReferenceCreate() 988 …DEBUG4K_ERROR("map %p inoffset 0x%llx size 0x%llx options 0x%x inaddr 0x%llx remain 0x%llx nextLen… in memoryReferenceMap() 1005 …DEBUG4K_ERROR("map %p inoffset 0x%llx size 0x%llx options 0x%x inaddr 0x%llx addr 0x%llx page_mask… in memoryReferenceMap() 1077 …DEBUG4K_ERROR("map %p inoffset 0x%llx size 0x%llx options 0x%x inaddr 0x%llx\n", map, inoffset, si… in memoryReferenceMap() 1129 …DEBUG4K_ERROR("map %p inoffset 0x%llx size 0x%llx options 0x%x inaddr 0x%llx entryOffset 0x%llx pa… in memoryReferenceMap() 1189 …DEBUG4K_ERROR("IOMemRef %p mapped in map %p (pgshift %d) at 0x%llx size 0x%llx err 0x%x\n", ref, m… in memoryReferenceMap() 1204 …DEBUG4K_ERROR("map %p inoffset 0x%llx size 0x%llx options 0x%x inaddr 0x%llx entryIdx %d ref->coun… in memoryReferenceMap() [all …]
|