Searched refs:System (Results 176 - 189 of 189) sorted by relevance

12345678

/gem5/src/cpu/checker/
H A Dthread_context.hh135 System *getSystemPtr() override { return actualTC->getSystemPtr(); }
/gem5/src/mem/
H A Dabstract_mem.cc307 tracePacket(System *sys, const char *label, PacketPtr pkt)
/gem5/src/mem/cache/prefetch/
H A DPrefetcher.py70 sys = Param.System(Parent.any, "System this prefetcher belongs to")
/gem5/src/sim/
H A Dprocess.cc108 if (_pid >= System::maxPID)
H A Dsyscall_emul.cc107 System *sys = tc->getSystemPtr();
1009 System *sysh = tc->getSystemPtr();
H A Dsyscall_emul.hh1103 System *sysh = tc->getSystemPtr();
1557 if (temp_pid >= System::maxPID)
2346 System *sys = tc->getSystemPtr();
2711 System *sysh = tc->getSystemPtr();
/gem5/src/cpu/o3/
H A Dcpu.hh693 System *system;
/gem5/src/dev/net/
H A Ddist_iface.cc61 System *DistIface::sys = nullptr;
H A Di8254xGBe.cc2267 System *other_sys;
/gem5/configs/example/
H A Dapu_se.py420 # notice the cpu list is explicitly added as a parameter to System
421 system = System(cpu = cpu_list,
522 # parameters must be after the explicit setting of the System cpu list
/gem5/src/base/
H A Dremote_gdb.cc328 BaseRemoteGDB::BaseRemoteGDB(System *_system, ThreadContext *c, int _port) :
/gem5/src/mem/cache/
H A Dbase.hh912 /** System we are currently operating in. */
913 System *system;
/gem5/src/dev/arm/
H A DRealView.py269 system = Param.System(Parent.any, "system")
435 time = Param.Time('01/01/2009', "System time to use ('Now' for actual time)")
542 system = Param.System(Parent.any, "system")
692 # System level.
1093 raise Exception("System returned too many DT nodes")
/gem5/src/arch/arm/
H A Dsemihosting.cc257 System *sys = tc->getSystemPtr();
571 fatal_if(memories.size() < 1, "No memories reported from System");

Completed in 65 milliseconds

12345678