Searched refs:theMap (Results 1 – 1 of 1) sorted by relevance
4235 vm_map_t theMap; in wireVirtual() local4237 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()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()[all …]