Lines Matching refs:theMap
4235 vm_map_t theMap; in wireVirtual() local
4237 theMap = curMap; in wireVirtual()
4239 theMap = NULL; in wireVirtual()
4242 theMap = IOPageableMapForAddress(kernelStart); in wireVirtual()
4259 error = vm_map_range_physical_size(theMap, startPage, numBytes, &ioplPhysSize); in wireVirtual()
4260 …Map %p startPage 0x%llx numBytes 0x%llx ioplPhysSize 0x%llx\n", _memRef, theMap, startPage, numByt… in wireVirtual()
4264 …numBytes 0x%llx error 0x%x\n", _memRef, memRefEntry, memRefEntry->entry, theMap, startPage, numByt… in wireVirtual()
4266 …ef %p theMap %p startPage 0x%llx numBytes 0x%llx error 0x%x\n", _memRef, theMap, startPage, numByt… in wireVirtual()
4303 } else if ((theMap == kernel_map) in wireVirtual()
4306 error = io_get_kernel_static_upl(theMap, in wireVirtual()
4315 assert(theMap); in wireVirtual()
4316 error = vm_map_create_upl(theMap, in wireVirtual()
4328 … %p (kernel:%d) _memRef %p startPage 0x%llx ioplSize 0x%x\n", error, theMap, (theMap == kernel_map… in wireVirtual()