/gem5/src/mem/ |
H A D | CommMonitor.py | 50 system = Param.System(Parent.any, "System that the monitor belongs to.") variable in class:CommMonitor
|
H A D | XBar.py | 120 system = Param.System(Parent.any, "System that the crossbar belongs to.") variable in class:CoherentXBar 130 system = Param.System(Parent.any, "System that the crossbar belongs to.") variable in class:SnoopFilter
|
H A D | multi_level_page_table.hh | 106 prepTopTable(System *system, Addr pageSize) argument 137 walk(System *system, Addr pageSize, Addr table, Addr vaddr, argument 148 walk(System *system, Addr pageSize, Addr table, Addr vaddr, argument 171 walk(System *system, Addr pageSize, Addr table, Addr vaddr, bool allocate, typename LastType<EntryTypes...>::type *entry) argument 189 System *system; member in class:MultiLevelPageTable [all...] |
H A D | coherent_xbar.hh | 275 System *system; member in class:CoherentXBar
|
/gem5/src/mem/cache/tags/ |
H A D | Tags.py | 49 system = Param.System(Parent.any, "System we belong to") variable in class:BaseTags
|
H A D | base.hh | 86 System *system; member in class:BaseTags
|
/gem5/src/mem/ruby/system/ |
H A D | Sequencer.py | 50 system = Param.System(Parent.any, "system object") variable in class:RubyPort
|
H A D | RubySystem.hh | 150 RubyStatsCallback(RubySystem *system) : m_ruby_system(system) {} argument
|
/gem5/src/dev/ |
H A D | Device.py | 53 system = Param.System(Parent.any, "System this device is part of") variable in class:PioDevice
|
/gem5/src/systemc/tlm_bridge/ |
H A D | gem5_to_tlm.hh | 147 System *system; member in class:sc_gem5::Gem5ToTlmBridge
|
H A D | tlm_to_gem5.hh | 130 System *system; member in class:sc_gem5::TlmToGem5Bridge
|
/gem5/src/cpu/kvm/ |
H A D | vm.hh | 526 System *system; member in class:KvmVM
|
/gem5/configs/dram/ |
H A D | lat_mem_rd.py | 104 system = System(membus = SystemXBar(width = 32)) variable [all...] |
/gem5/configs/splash2/ |
H A D | run.py | 199 system = System(cpu = cpus, physmem = SimpleMemory(), variable [all...] |
H A D | cluster.py | 213 system = System(cpu = all_cpus, l1_ = all_l1s, l1bus_ = all_l1buses, variable [all...] |
/gem5/src/dev/sparc/ |
H A D | T1000.py | 60 system = Param.System(Parent.any, "system") variable in class:T1000
|
/gem5/src/cpu/ |
H A D | simple_thread.hh | 129 System *system; member in class:SimpleThread
|
/gem5/src/kern/linux/ |
H A D | helpers.cc | 95 System *system = tc->getSystemPtr(); local
|
/gem5/src/mem/cache/ |
H A D | Cache.py | 119 system = Param.System(Parent.any, "System we belong to") variable in class:BaseCache
|
/gem5/src/sim/ |
H A D | Process.py | 45 system = Param.System(Parent.any, "system process will run on") variable in class:Process
|
/gem5/src/arch/arm/ |
H A D | ArmISA.py | 55 system = Param.System(Parent.any, "System this ISA object belongs to") variable in class:ArmISA
|
/gem5/src/base/ |
H A D | remote_gdb.hh | 288 System *system() { return sys; } function in class:BaseRemoteGDB
|
/gem5/src/dev/alpha/ |
H A D | Tsunami.py | 71 system = Param.System(Parent.any, "system") variable in class:Tsunami
|
/gem5/tests/configs/ |
H A D | gpu-ruby.py | 262 system = System(cpu = cpu_list, variable [all...] |
/gem5/src/cpu/checker/ |
H A D | cpu.cc | 99 CheckerCPU::setSystem(System *system) argument
|