Searched refs:getPhysMem (Results 1 - 6 of 6) sorted by relevance

/gem5/src/cpu/simple/
H A Dnoncaching.cc60 system->getPhysMem().access(pkt);
/gem5/src/mem/ruby/system/
H A DRubySystem.hh65 SimpleMemory *getPhysMem() { return m_phys_mem; } function in class:RubySystem
H A DRubyPort.cc385 rs->getPhysMem()->functionalAccess(pkt);
546 rs->getPhysMem()->access(pkt);
/gem5/src/sim/
H A Dsystem.hh268 PhysicalMemory& getPhysMem() { return physmem; } function in class:System
/gem5/src/cpu/kvm/
H A Dvm.cc348 system->getPhysMem().getBackingStore());
/gem5/src/arch/arm/
H A Dsemihosting.cc569 const PhysicalMemory &phys = tc->getSystemPtr()->getPhysMem();

Completed in 16 milliseconds