Searched refs:PhysicalMemory (Results 1 - 4 of 4) sorted by relevance

/gem5/src/mem/
H A Dphysical.hh60 * pointers, because PhysicalMemory is responsible for that.
112 class PhysicalMemory : public Serializable class in inherits:Serializable
137 PhysicalMemory(const PhysicalMemory&);
140 PhysicalMemory& operator=(const PhysicalMemory&);
161 PhysicalMemory(const std::string& _name,
168 ~PhysicalMemory();
H A Dphysical.cc74 PhysicalMemory::PhysicalMemory(const string& _name, function in class:PhysicalMemory
185 PhysicalMemory::createBackingStore(AddrRange range,
228 PhysicalMemory::~PhysicalMemory()
236 PhysicalMemory::isMemAddr(Addr addr) const
242 PhysicalMemory::getConfAddrRanges() const
278 PhysicalMemory::access(PacketPtr pkt)
287 PhysicalMemory::functionalAccess(PacketPtr pkt)
296 PhysicalMemory
[all...]
/gem5/src/sim/
H A Dsystem.hh268 PhysicalMemory& getPhysMem() { return physmem; }
309 PhysicalMemory physmem;
/gem5/src/arch/arm/
H A Dsemihosting.cc569 const PhysicalMemory &phys = tc->getSystemPtr()->getPhysMem();

Completed in 12 milliseconds