Lines Matching refs:blocks
100 auto& mem = entry.blocks[off]; in setHostAddr()
110 for (auto &it2 : it.second.blocks) { in setHostAddrByPhysAddr()
130 for (auto &it2 : it.second.blocks) { in unsetHostAddrByPhysAddr()
160 for (const auto &it2 : it.second.blocks) { in getHostAddr()
206 if (entry.blocks.find(off) != entry.blocks.end()) { in claimShared()
219 auto& entryBlock = entry.blocks[off]; in claimShared()
227 if (entry.blocks.find(off) == entry.blocks.end()) { in unclaimShared()
233 if (!enclosingSharedRegionExists(mSharedRegions, off, entry.blocks[off].size)) { in unclaimShared()
236 (unsigned long long)off + entry.blocks[off].size); in unclaimShared()
240 entry.blocks.erase(off); in unclaimShared()
326 auto& block = entry.blocks[off]; in allocBlockLocked()
335 entry.blocks.erase(off); in freeBlockLocked()
379 MemoryMap blocks; member