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

12345678

/gem5/src/systemc/tlm_bridge/
H A Dgem5_to_tlm.hh147 System *system;
H A Dtlm_to_gem5.hh130 System *system;
/gem5/util/cxx_config/
H A Dmain.cc280 System &system = config_manager->getObject<System>("system");
/gem5/src/dev/net/
H A Ddist_iface.hh95 class System;
517 * System pointer used to wakeup sleeping threads when stopping sync.
519 static System *sys;
/gem5/util/systemc/gem5_within_systemc/
H A Dmain.cc430 System &system = config_manager->getObject<System>("system");
/gem5/src/dev/
H A Ddma_device.hh118 System *const sys;
152 DmaPort(ClockedObject *dev, System *s,
/gem5/src/cpu/
H A Dthread_context.hh70 class System;
147 virtual System *getSystemPtr() = 0;
H A Dsimple_thread.hh129 System *system;
138 SimpleThread(BaseCPU *_cpu, int _thread_num, System *_system,
142 SimpleThread(BaseCPU *_cpu, int _thread_num, System *_system,
210 System *getSystemPtr() override { return system; }
/gem5/src/arch/arm/
H A Dsystem.cc60 : System(p),
140 System::initState();
H A Dtlbi_op.hh73 System *sys = tc->getSystemPtr();
/gem5/src/python/m5/
H A Dsimulate.py236 if not isinstance(system, (objects.Root, objects.System)):
238 (type(system), objects.Root, objects.System))
242 print("System already in target mode. Memory mode unchanged.")
/gem5/src/sim/
H A Dpseudo_inst.cc93 panic("Pseudo inst \"%s\" is only available in Full System mode.");
289 System *sys = tc->getSystemPtr();
605 System *sys = tc->getSystemPtr();
606 const System::Params *params = sys->params();
668 System *sys = tc->getSystemPtr();
669 const System::Params *params = sys->params();
/gem5/src/dev/arm/
H A Drv_ctrl.hh247 System * system;
/gem5/src/arch/sparc/
H A Dremote_gdb.cc150 RemoteGDB::RemoteGDB(System *_system, ThreadContext *c, int _port)
/gem5/configs/example/
H A Druby_mem_test.py109 system = System(cpu = cpus,
H A Druby_gpu_random_test.py130 system = System(cpu=tester, mem_ranges=[AddrRange(options.mem_size)])
H A Dhmctest.py53 system = System()
H A Dgarnet_synth_traffic.py117 system = System(cpu = cpus, mem_ranges = [AddrRange(options.mem_size)])
/gem5/configs/dram/
H A Dsweep.py96 system = System(membus = IOXBar(width = 32))
H A Dlow_power_sweep.py92 system = System(membus = IOXBar(width = 32))
/gem5/configs/example/arm/
H A Dstarter_se.py42 Research Starter Kit on System Modeling. More information can be found
81 class SimpleSeSystem(System):
/gem5/src/dev/alpha/
H A DTsunami.py47 "System time to use ('Now' for actual time)")
71 system = Param.System(Parent.any, "system")
107 # System level.
/gem5/src/dev/sparc/
H A DT1000.py47 time = Param.Time('01/01/2009', "System time to use ('Now' for real time)")
60 system = Param.System(Parent.any, "system")
123 # System level.
/gem5/tests/gem5/cpu_tests/
H A Drun.py122 system = System()
/gem5/src/gpu-compute/
H A DGPU.py100 system = Param.System(Parent.any, "system object")

Completed in 37 milliseconds

12345678