Searched refs:_system (Results 1 - 20 of 20) sorted by relevance

/gem5/src/arch/riscv/
H A Dremote_gdb.cc151 RemoteGDB::RemoteGDB(System *_system, ThreadContext *tc, int _port) argument
152 : BaseRemoteGDB(_system, tc, _port), regCache(this)
H A Dremote_gdb.hh84 RemoteGDB(System *_system, ThreadContext *tc, int _port);
/gem5/src/mem/
H A Dabstract_mem.hh189 System *_system; member in class:AbstractMemory
242 System* system() const { return _system; }
250 void system(System *sys) { _system = sys; }
H A Dabstract_mem.cc65 kvmMap(p->kvm_map), _system(NULL)
74 if (size() % _system->getPageBytes() != 0)
H A Ddram_ctrl.cc2762 .init(_system->maxMasters())
2768 .init(_system->maxMasters())
2790 .init(_system->maxMasters())
2796 .init(_system->maxMasters())
2803 .init(_system->maxMasters())
2816 .init(_system->maxMasters())
2828 for (int i = 0; i < _system->maxMasters(); i++) {
2829 const std::string master = _system->getMasterName(i);
/gem5/src/arch/mips/
H A Dremote_gdb.hh83 RemoteGDB(System *_system, ThreadContext *tc, int _port);
H A Dremote_gdb.cc154 RemoteGDB::RemoteGDB(System *_system, ThreadContext *tc, int _port) argument
155 : BaseRemoteGDB(_system, tc, _port), regCache(this)
/gem5/src/arch/power/
H A Dremote_gdb.hh82 RemoteGDB(System *_system, ThreadContext *tc, int _port);
H A Dremote_gdb.cc154 RemoteGDB::RemoteGDB(System *_system, ThreadContext *tc, int _port) argument
155 : BaseRemoteGDB(_system, tc, _port), regCache(this)
/gem5/src/mem/qos/
H A Dmem_ctrl.cc273 masters.emplace(m_id, _system->getMasterName(m_id));
291 avgPriority.init(_system->maxMasters()).name(name() + ".avgPriority")
295 avgPriorityDistance.init(_system->maxMasters())
322 for (int i = 0; i < _system->maxMasters(); i++) {
323 const std::string master = _system->getMasterName(i);
H A Dmem_sink.cc137 _system->getMasterName(pkt->req->masterId()),
256 _system->getMasterName(pkt->req->masterId()),
273 _system->getMasterName(pkt->req->masterId()),
H A Dmem_ctrl.hh490 _system->getMasterName(m.first),
501 _system->getMasterName(pkt->masterId()),
/gem5/src/arch/alpha/
H A Dremote_gdb.cc147 RemoteGDB::RemoteGDB(System *_system, ThreadContext *tc, int _port) argument
148 : BaseRemoteGDB(_system, tc, _port)
/gem5/src/arch/sparc/
H A Dremote_gdb.hh109 RemoteGDB(System *_system, ThreadContext *tc, int _port);
H A Dremote_gdb.cc150 RemoteGDB::RemoteGDB(System *_system, ThreadContext *c, int _port) argument
151 : BaseRemoteGDB(_system, c, _port), regCache32(this), regCache64(this)
/gem5/src/arch/arm/
H A Dremote_gdb.hh120 RemoteGDB(System *_system, ThreadContext *tc, int _port);
H A Dremote_gdb.cc173 RemoteGDB::RemoteGDB(System *_system, ThreadContext *tc, int _port) argument
174 : BaseRemoteGDB(_system, tc, _port), regCache32(this), regCache64(this)
/gem5/src/arch/x86/
H A Dremote_gdb.cc67 RemoteGDB::RemoteGDB(System *_system, ThreadContext *c, int _port) : argument
68 BaseRemoteGDB(_system, c, _port), regCache32(this), regCache64(this)
/gem5/src/base/
H A Dremote_gdb.cc328 BaseRemoteGDB::BaseRemoteGDB(System *_system, ThreadContext *c, int _port) : argument
330 active(false), attached(false), sys(_system), tc(c),
/gem5/src/cpu/
H A Dsimple_thread.hh138 SimpleThread(BaseCPU *_cpu, int _thread_num, System *_system,
142 SimpleThread(BaseCPU *_cpu, int _thread_num, System *_system,

Completed in 37 milliseconds