Searched defs:real_addr (Results 1 – 3 of 3) sorted by relevance
26 bool AddressMapper::MapWithID(const uint64_t real_addr, const uint64_t size, in MapWithID()224 const uint64_t real_addr, uint64_t* mapped_addr, in GetMappedAddressAndListIterator()236 const uint64_t real_addr, MappingList::const_iterator real_addr_iter, in GetMappedIDAndOffset()
89 uint64_t real_addr; member
23 explicit MemLoc(void *const real_addr) : loc_(real_addr) { } in MemLoc()