Searched defs:system (Results 101 - 117 of 117) sorted by relevance
12345
/gem5/src/mem/ |
H A D | abstract_mem.hh | 242 System* system() const { return _system; } function in class:AbstractMemory 250 void system(System *sys) { _system = sys; } function in class:AbstractMemory
|
/gem5/src/cpu/ |
H A D | BaseCPU.py | 152 system = Param.System(Parent.any, "system object") variable in class:BaseCPU
|
H A D | base.hh | 400 System *system; variable
|
/gem5/src/sim/ |
H A D | process.hh | 169 System *system; member in class:Process
|
/gem5/src/mem/ruby/system/ |
H A D | RubyPort.hh | 190 System* system; member in class:RubyPort
|
/gem5/src/cpu/testers/traffic_gen/ |
H A D | base.hh | 76 System *const system; member in class:BaseTrafficGen
|
/gem5/src/dev/arm/ |
H A D | smmu_v3.hh | 92 const System &system; member in class:SMMUv3
|
H A D | rv_ctrl.hh | 247 System * system; member in class:RealViewTemperatureSensor
|
H A D | SMMUv3.py | 86 system = Param.System(Parent.any, "System this device is part of") variable in class:SMMUv3
|
H A D | generic_timer.hh | 196 ArmSystem &system; member in class:ArchTimerKvm 231 CoreTimers(GenericTimer &parent, ArmSystem &system, unsigned cpu, argument 199 ArchTimerKvm(const std::string &name, ArmSystem &system, SimObject &parent, SystemCounter &sysctr, ArmInterruptPin *interrupt) argument 280 ArmSystem &system; member in class:GenericTimer [all...] |
H A D | RealView.py | 269 system = Param.System(Parent.any, "system") variable in class:RealViewTemperatureSensor 400 system = Param.ArmSystem(Parent.any, "system") variable in class:GenericTimer 542 system = Param.System(Parent.any, "system") variable in class:RealView [all...] |
/gem5/configs/example/ |
H A D | apu_se.py | 421 system = System(cpu = cpu_list, variable [all...] |
/gem5/src/gpu-compute/ |
H A D | GPU.py | 100 system = Param.System(Parent.any, "system object") variable in class:ComputeUnit
|
/gem5/src/mem/cache/ |
H A D | base.hh | 913 System *system; member in class:BaseCache
|
/gem5/src/arch/arm/ |
H A D | isa.hh | 70 ArmSystem *system; member in class:ArmISA::ISA
|
/gem5/src/cpu/o3/ |
H A D | cpu.hh | 693 System *system; member in class:FullO3CPU
|
/gem5/src/arch/x86/regs/ |
H A D | misc.hh | 999 Bitfield<15> system; member in namespace:X86ISA
|
Completed in 48 milliseconds
12345