Searched defs:system (Results 76 - 100 of 117) sorted by relevance

12345

/gem5/src/mem/
H A DCommMonitor.py50 system = Param.System(Parent.any, "System that the monitor belongs to.") variable in class:CommMonitor
H A DXBar.py120 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 Dmulti_level_page_table.hh106 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 Dcoherent_xbar.hh275 System *system; member in class:CoherentXBar
/gem5/src/mem/cache/tags/
H A DTags.py49 system = Param.System(Parent.any, "System we belong to") variable in class:BaseTags
H A Dbase.hh86 System *system; member in class:BaseTags
/gem5/src/mem/ruby/system/
H A DSequencer.py50 system = Param.System(Parent.any, "system object") variable in class:RubyPort
H A DRubySystem.hh150 RubyStatsCallback(RubySystem *system) : m_ruby_system(system) {} argument
/gem5/src/dev/
H A DDevice.py53 system = Param.System(Parent.any, "System this device is part of") variable in class:PioDevice
/gem5/src/systemc/tlm_bridge/
H A Dgem5_to_tlm.hh147 System *system; member in class:sc_gem5::Gem5ToTlmBridge
H A Dtlm_to_gem5.hh130 System *system; member in class:sc_gem5::TlmToGem5Bridge
/gem5/src/cpu/kvm/
H A Dvm.hh526 System *system; member in class:KvmVM
/gem5/configs/dram/
H A Dlat_mem_rd.py104 system = System(membus = SystemXBar(width = 32)) variable
[all...]
/gem5/configs/splash2/
H A Drun.py199 system = System(cpu = cpus, physmem = SimpleMemory(), variable
[all...]
H A Dcluster.py213 system = System(cpu = all_cpus, l1_ = all_l1s, l1bus_ = all_l1buses, variable
[all...]
/gem5/src/dev/sparc/
H A DT1000.py60 system = Param.System(Parent.any, "system") variable in class:T1000
/gem5/src/cpu/
H A Dsimple_thread.hh129 System *system; member in class:SimpleThread
/gem5/src/kern/linux/
H A Dhelpers.cc95 System *system = tc->getSystemPtr(); local
/gem5/src/mem/cache/
H A DCache.py119 system = Param.System(Parent.any, "System we belong to") variable in class:BaseCache
/gem5/src/sim/
H A DProcess.py45 system = Param.System(Parent.any, "system process will run on") variable in class:Process
/gem5/src/arch/arm/
H A DArmISA.py55 system = Param.System(Parent.any, "System this ISA object belongs to") variable in class:ArmISA
/gem5/src/base/
H A Dremote_gdb.hh288 System *system() { return sys; } function in class:BaseRemoteGDB
/gem5/src/dev/alpha/
H A DTsunami.py71 system = Param.System(Parent.any, "system") variable in class:Tsunami
/gem5/tests/configs/
H A Dgpu-ruby.py262 system = System(cpu = cpu_list, variable
[all...]
/gem5/src/cpu/checker/
H A Dcpu.cc99 CheckerCPU::setSystem(System *system) argument

Completed in 36 milliseconds

12345