Searched refs:offsetIntoPhys (Results 1 – 2 of 2) sorted by relevance
61 uint64_t offsetIntoPhys = 0; // guest claimShared/mmap uses this member161 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[all …]
34 uint64_t offsetIntoPhys = 0; member