Lines Matching refs:numBytes
4198 mach_vm_size_t numBytes; in wireVirtual() local
4206 numBytes = memRefEntry->size; in wireVirtual()
4215 getAddrLenForInd(startPage, numBytes, type, vec, range, _task); in wireVirtual()
4224 numBytes += startPageOffset; in wireVirtual()
4233 while (numBytes) { in wireVirtual()
4257 …plPhysSize 0x%llx\n", _memRef, memRefEntry, memRefEntry->entry, startPage, numBytes, ioplPhysSize); in wireVirtual()
4259 error = vm_map_range_physical_size(theMap, startPage, numBytes, &ioplPhysSize); in wireVirtual()
4260 …0x%llx numBytes 0x%llx ioplPhysSize 0x%llx\n", _memRef, theMap, startPage, numBytes, ioplPhysSize); in wireVirtual()
4264 …x%llx error 0x%x\n", _memRef, memRefEntry, memRefEntry->entry, theMap, startPage, numBytes, error); in wireVirtual()
4266 …ap %p startPage 0x%llx numBytes 0x%llx error 0x%x\n", _memRef, theMap, startPage, numBytes, error); in wireVirtual()
4274 if (numBytes > ioplPhysSize) { in wireVirtual()
4277 ioplSize = ((typeof(ioplSize))numBytes); in wireVirtual()
4350 …llx iopl.fPageOffset 0x%x upl_get_data_offset(%p) 0x%llx\n", startPage, numBytes, iopl.fPageOffset… in wireVirtual()
4358 numBytes += iopl.fPageOffset; in wireVirtual()
4380 if (ioplSize < numBytes) { in wireVirtual()
4381 numBytes -= ioplSize; in wireVirtual()
4391 mdOffset += numBytes; in wireVirtual()