Lines Matching refs:inoffset
918 mach_vm_size_t inoffset, in memoryReferenceMap() argument
924 int64_t offset = inoffset; in memoryReferenceMap()
942 …p inoffset 0x%llx size 0x%llx options 0x%x *inaddr 0x%llx\n", ref, map, inoffset, size, (uint32_t)… in memoryReferenceMap()
945 err = memoryReferenceMap(ref->mapRef, map, inoffset, size, options, inaddr); in memoryReferenceMap()
950 err = memoryReferenceMapNew(ref, map, inoffset, size, options, inaddr); in memoryReferenceMap()
991 …0x%llx options 0x%x inaddr 0x%llx remain 0x%llx nextLen 0x%llx\n", map, inoffset, size, (uint32_t)… in memoryReferenceMap()
1008 …x inaddr 0x%llx addr 0x%llx page_mask 0x%llx pageOffset 0x%llx\n", map, inoffset, size, (uint32_t)… in memoryReferenceMap()
1080 …DEBUG4K_ERROR("map %p inoffset 0x%llx size 0x%llx options 0x%x inaddr 0x%llx\n", map, inoffset, si… in memoryReferenceMap()
1132 …ptions 0x%x inaddr 0x%llx entryOffset 0x%llx pageOffset 0x%llx\n", map, inoffset, size, (uint32_t)… in memoryReferenceMap()
1207 …ze 0x%llx options 0x%x inaddr 0x%llx entryIdx %d ref->count %d\n", map, inoffset, size, (uint32_t)… in memoryReferenceMap()
1219 …lx options 0x%x inaddr 0x%llx err 0x%x\n", map, vm_map_page_shift(map), inoffset, size, (uint32_t)… in memoryReferenceMap()
1229 mach_vm_size_t inoffset, in memoryReferenceMapNew() argument
1235 int64_t offset = inoffset; in memoryReferenceMapNew()
1250 …p inoffset 0x%llx size 0x%llx options 0x%x *inaddr 0x%llx\n", ref, map, inoffset, size, (uint32_t)… in memoryReferenceMapNew()
1253 err = memoryReferenceMap(ref->mapRef, map, inoffset, size, options, inaddr); in memoryReferenceMapNew()
1258 printf("MAP offset %qx, %qx\n", inoffset, size); in memoryReferenceMapNew()
2599 (IOByteCount inoffset, const void *bytes, IOByteCount length) in writeBytes() argument
2604 IOByteCount offset = inoffset; in writeBytes()
2612 …assertf(false, "writeBytes exceeds length (0x%lx, 0x%lx) > 0x%lx", (long) inoffset, (long) length,… in writeBytes()
2670 performOperation(kIOMemoryIncoherentIOFlush, inoffset, length); in writeBytes()