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

12345678

/gem5/src/arch/x86/
H A Dpagetable_walker.hh172 System * sys;
H A Dsystem.cc55 System(p), smbiosTable(p->smbios_table),
109 System::initState();
H A Dremote_gdb.cc67 RemoteGDB::RemoteGDB(System *_system, ThreadContext *c, int _port) :
/gem5/src/dev/arm/
H A DSMMUv3.py86 system = Param.System(Parent.any, "System this device is part of")
/gem5/configs/example/
H A Dmemtest.py226 system = System(physmem = SimpleMemory(),
H A Dmemcheck.py222 system = System(physmem = DDR3_1600_8x8())
H A Dse.py176 system = System(cpu = [CPUClass(cpu_id=i) for i in range(np)],
/gem5/configs/dram/
H A Dlat_mem_rd.py104 system = System(membus = SystemXBar(width = 32))
/gem5/configs/splash2/
H A Drun.py199 system = System(cpu = cpus, physmem = SimpleMemory(),
H A Dcluster.py213 system = System(cpu = all_cpus, l1_ = all_l1s, l1bus_ = all_l1buses,
/gem5/src/arch/arm/
H A Dsemihosting.hh335 SEMI_CALL(System);
H A Dremote_gdb.cc173 RemoteGDB::RemoteGDB(System *_system, ThreadContext *tc, int _port)
/gem5/src/arch/alpha/
H A Dstacktrace.cc141 System *sys = tc->getSystemPtr();
/gem5/src/cpu/checker/
H A Dcpu.cc99 CheckerCPU::setSystem(System *system)
H A Dcpu.hh102 void setSystem(System *system);
130 System *systemPtr;
/gem5/src/mem/
H A Dcoherent_xbar.hh70 * \ref gem5MemorySystem "gem5 Memory System"
275 System *system;
/gem5/src/cpu/
H A Dbase.hh400 System *system;
H A DBaseCPU.py152 system = Param.System(Parent.any, "system object")
/gem5/src/cpu/kvm/
H A Dvm.cc532 KvmVM::setSystem(System *s)
535 panic_if(s == nullptr, "setSystem() called with null System*");
/gem5/tests/configs/
H A Dbase_config.py109 system -- System to work on.
125 system -- System to work on.
138 system -- System to work on.
146 system -- System to initialize.
227 system = System(physmem = self.mem_class(),
H A Dgpu-ruby.py262 system = System(cpu = cpu_list,
340 # parameters must be after the explicit setting of the System cpu list
/gem5/src/cpu/o3/
H A Dthread_context.hh119 System *getSystemPtr() override { return cpu->system; }
/gem5/src/arch/sparc/
H A Dua2005.cc283 System *sys;
/gem5/src/python/m5/util/
H A Ddot_writer.py42 # System visualization using DOT
200 if isinstance(simNode, m5.objects.System):
/gem5/src/dev/
H A Ddma_device.cc57 DmaPort::DmaPort(ClockedObject *dev, System *s,

Completed in 44 milliseconds

12345678