Searched refs:GoldfishAddressSpaceBlock (Results 1 – 6 of 6) sorted by relevance
27 class GoldfishAddressSpaceBlock; variable55 friend class GoldfishAddressSpaceBlock; variable59 class GoldfishAddressSpaceBlock {61 GoldfishAddressSpaceBlock();62 ~GoldfishAddressSpaceBlock();72 void replace(GoldfishAddressSpaceBlock *other);79 GoldfishAddressSpaceBlock &operator=(const GoldfishAddressSpaceBlock &);101 long hostMalloc(GoldfishAddressSpaceBlock *block, size_t size);102 void hostFree(GoldfishAddressSpaceBlock *block);
162 GoldfishAddressSpaceBlock::GoldfishAddressSpaceBlock()170 GoldfishAddressSpaceBlock::~GoldfishAddressSpaceBlock()175 GoldfishAddressSpaceBlock &GoldfishAddressSpaceBlock::operator=(const GoldfishAddressSpaceBlock &rh…187 bool GoldfishAddressSpaceBlock::allocate(GoldfishAddressSpaceBlockProvider *provider, size_t size)213 bool GoldfishAddressSpaceBlock::claimShared(GoldfishAddressSpaceBlockProvider *provider, uint64_t o…238 uint64_t GoldfishAddressSpaceBlock::physAddr() const243 uint64_t GoldfishAddressSpaceBlock::hostAddr() const248 void *GoldfishAddressSpaceBlock::mmap(uint64_t host_addr)275 void *GoldfishAddressSpaceBlock::guestPtr() const280 void GoldfishAddressSpaceBlock::destroy()[all …]
93 GoldfishAddressSpaceBlock::GoldfishAddressSpaceBlock()102 GoldfishAddressSpaceBlock::~GoldfishAddressSpaceBlock()107 GoldfishAddressSpaceBlock &GoldfishAddressSpaceBlock::operator=(const GoldfishAddressSpaceBlock &rh…120 bool GoldfishAddressSpaceBlock::allocate(GoldfishAddressSpaceBlockProvider *provider, size_t size)148 bool GoldfishAddressSpaceBlock::claimShared(GoldfishAddressSpaceBlockProvider *provider, uint64_t o…154 uint64_t GoldfishAddressSpaceBlock::physAddr() const159 uint64_t GoldfishAddressSpaceBlock::hostAddr() const164 void *GoldfishAddressSpaceBlock::mmap(uint64_t host_addr)200 void *GoldfishAddressSpaceBlock::guestPtr() const205 void GoldfishAddressSpaceBlock::destroy()[all …]
22 void GoldfishAddressSpaceBlock::replace(GoldfishAddressSpaceBlock *other) in replace()28 *other = GoldfishAddressSpaceBlock(); in replace()
39 using GoldfishAddressSpaceBlockPtr = std::shared_ptr<GoldfishAddressSpaceBlock>;
6185 GoldfishAddressSpaceBlockPtr block = std::make_shared<GoldfishAddressSpaceBlock>(); in on_vkMapMemoryIntoAddressSpaceGOOGLE_pre()