Lines Matching refs:offsetIntoPhys
61 uint64_t offsetIntoPhys = 0; // guest claimShared/mmap uses this member
161 res.offsetIntoPhys = in newAllocation()
162 block.offsetIntoPhys + in newAllocation()
191 res.offsetIntoPhys = in newAllocation()
192 newBlock.offsetIntoPhys + in newAllocation()
378 stream->putBe64(block.offsetIntoPhys); in saveBlockLocked()
404 block.offsetIntoPhys = stream->getBe64(); in loadBlockLocked()
422 alloc.buffer = block.buffer + (alloc.offsetIntoPhys - block.offsetIntoPhys); in fillAllocFromLoad()
451 block.offsetIntoPhys = 0; in fillBlockLocked()
468 uint64_t offsetIntoPhys; in fillBlockLocked() local
472 offsetIntoPhys = block.offsetIntoPhys; in fillBlockLocked()
475 ADDRESS_SPACE_GRAPHICS_BLOCK_SIZE, offsetIntoPhys); in fillBlockLocked()
483 ADDRESS_SPACE_GRAPHICS_BLOCK_SIZE, &offsetIntoPhys); in fillBlockLocked()
498 offsetIntoPhys, buf, in fillBlockLocked()
506 block.offsetIntoPhys = offsetIntoPhys; in fillBlockLocked()
520 block.offsetIntoPhys, in destroyBlockLocked()
525 block.offsetIntoPhys); in destroyBlockLocked()
649 info->metadata = mRingAllocation.offsetIntoPhys; in perform()
653 info->metadata = mBufferAllocation.offsetIntoPhys; in perform()
829 stream->putBe64(alloc.offsetIntoPhys); in saveAllocation()
846 alloc.offsetIntoPhys = stream->getBe64(); in loadAllocation()