Home
last modified time | relevance | path

Searched refs:offsetIntoPhys (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/host-common/
Daddress_space_graphics.cpp61 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
[all …]
/hardware/google/aemu/host-common/include/host-common/
Daddress_space_graphics.h34 uint64_t offsetIntoPhys = 0; member