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

12345678

/gem5/src/mem/probes/
H A DMemTraceProbe.py55 # System object to look up the name associated with a master ID
56 system = Param.System(Parent.any, "System the probe belongs to")
H A DStackDistProbe.py47 system = Param.System(Parent.any,
48 "System to use when determining system cache "
/gem5/src/mem/
H A DExternalMaster.py56 system = Param.System(Parent.any, 'System this external port belongs to')
H A DXBar.py42 from m5.objects.System import System
120 system = Param.System(Parent.any, "System that the crossbar belongs to.")
130 system = Param.System(Parent.any, "System that the crossbar belongs to.")
H A DCommMonitor.py41 from m5.objects.System import System
50 system = Param.System(Parent.any, "System that the monitor belongs to.")
H A Dabstract_mem.hh59 class System;
185 /** Pointor to the System object.
189 System *_system;
242 System* system() const { return _system; }
250 void system(System *sys) { _system = sys; }
/gem5/src/learning_gem5/part2/
H A DSimpleCache.py47 system = Param.System(Parent.any, "The system this cache is part of")
/gem5/src/base/
H A Dcp_annotate.hh66 class System;
104 void hwBegin(flags f, System *sys, uint64_t frame, std::string sm,
106 void hwQ(flags f, System *sys, uint64_t frame, std::string sm,
107 std::string q, uint64_t qid, System *q_sys = NULL,
109 void hwDq(flags f, System *sys, uint64_t frame, std::string sm,
110 std::string q, uint64_t qid, System *q_sys = NULL,
112 void hwPq(flags f, System *sys, uint64_t frame, std::string sm,
113 std::string q, uint64_t qid, System *q_sys = NULL,
115 void hwRq(flags f, System *sys, uint64_t frame, std::string sm,
116 std::string q, uint64_t qid, System *q_sy
[all...]
/gem5/src/dev/mips/
H A Dmalta.hh47 class System;
63 System *system;
/gem5/src/sim/
H A Ddebug.cc102 System* curSystem = System::systemList[0];
/gem5/src/arch/mips/
H A Dremote_gdb.hh41 class System;
83 RemoteGDB(System *_system, ThreadContext *tc, int _port);
H A Dsystem.hh48 class MipsSystem : public System
/gem5/src/systemc/tlm_bridge/
H A DTlmBridge.py40 system = Param.System(Parent.any, "system")
52 system = Param.System(Parent.any, "system")
/gem5/src/arch/x86/
H A DX86TLB.py49 system = Param.System(Parent.any, "system object")
/gem5/src/cpu/testers/rubytest/
H A DRubyTester.py44 system = Param.System(Parent.any, "System we belong to")
/gem5/src/arch/sparc/
H A DSparcSystem.py32 from m5.objects.System import System
34 class SparcSystem(System):
/gem5/src/arch/arm/
H A DArmTLB.py61 sys = Param.System(Parent.any, "system object parameter")
67 sys = Param.System(Parent.any, "system object parameter")
88 sys = Param.System(Parent.any, "system object parameter")
/gem5/tests/configs/
H A Do3-timing-ruby.py37 system = System(cpu = cpu,
/gem5/src/cpu/
H A Dpc_event.cc148 sched_break_pc_sys(System *sys, Addr addr)
156 for (vector<System *>::iterator sysi = System::systemList.begin();
157 sysi != System::systemList.end(); ++sysi) {
/gem5/src/arch/riscv/
H A Dsystem.hh49 class RiscvSystem : public System
/gem5/src/dev/virtio/
H A DVirtIO.py54 system = Param.System(Parent.any, "system object")
/gem5/src/cpu/testers/memtest/
H A DMemTest.py70 system = Param.System(Parent.any, "System this tester is part of")
/gem5/src/mem/ruby/slicc_interface/
H A DController.py73 system = Param.System(Parent.any, "system object parameter")
/gem5/ext/mcpat/
H A Dmain.cc85 assert(strcmp(system_xml.getAttribute("type"), "System") == 0);
88 System* system = new System(&system_xml);
H A Dsystem.cc51 System::System(XMLNode* _xml_data) function in class:System
56 name = "System";
112 void System::displayDeviceType(int device_type_, uint32_t indent) {
138 void System::displayInterconnectType(int interconnect_type_, uint32_t indent) {
156 void System::displayData(uint32_t indent, int plevel) {
186 void System::set_proc_param() {
348 System::~System() {

Completed in 25 milliseconds

12345678