Searched refs:objects (Results 276 - 300 of 312) sorted by relevance

<<111213

/gem5/configs/ruby/
H A DMOESI_AMD_Base.py36 from m5.objects import *
254 addr_range = m5.objects.AddrRange(r.start, size = r.size(),
H A DMI_example.py32 from m5.objects import *
69 # First create the Ruby objects associated with this cpu
152 # Create the Ruby objects associated with the dma controller
H A DMESI_Two_Level.py32 from m5.objects import *
72 # First create the Ruby objects associated with this cpu
140 # First create the Ruby objects associated with this cpu
194 # Create the Ruby objects associated with the dma controller
H A DRuby.py46 from m5.objects import *
H A DMOESI_CMP_directory.py44 from m5.objects import *
88 # First create the Ruby objects associated with this cpu
160 # First create the Ruby objects associated with this cpu
219 # Create the Ruby objects associated with the dma controller
H A DMOESI_hammer.py32 from m5.objects import *
80 # First create the Ruby objects associated with this cpu
216 # Create the Ruby objects associated with the dma controller
H A DMOESI_CMP_token.py32 from m5.objects import *
85 # First create the Ruby objects associated with this cpu
154 # First create the Ruby objects associated with this cpu
224 # Create the Ruby objects associated with the dma controller
H A DMESI_Three_Level.py34 from m5.objects import *
90 # First create the Ruby objects associated with this cpu
221 # Create the Ruby objects associated with the dma controller
/gem5/configs/example/
H A Dmemtest.py50 from m5.objects import *
H A Dmemcheck.py50 from m5.objects import *
H A Dse.py54 from m5.objects import *
/gem5/configs/learning_gem5/part3/
H A Dmsi_caches.py47 from m5.objects import *
H A Druby_caches_MI_example.py49 from m5.objects import *
/gem5/configs/splash2/
H A Drun.py40 from m5.objects import *
197 # Create a system, and add system wide objects
H A Dcluster.py41 from m5.objects import *
211 # Create a system, and add system wide objects
/gem5/configs/common/
H A DCacheConfig.py48 from m5.objects import *
176 # Make sure connectAllPorts connects the right objects.
H A DHMC.py131 from m5.objects import *
/gem5/configs/topologies/
H A DMeshDirCorners_XY.py33 from m5.objects import *
/gem5/src/dev/net/
H A DEthernet.py45 from m5.objects.PciDevice import PciDevice
/gem5/src/python/m5/stats/
H A D__init__.py49 from m5.objects import Root
/gem5/src/sim/
H A Dcxx_manager.cc415 std::vector<std::string> objects; local
416 configFile.getAllObjectNames(objects);
599 DPRINTF(CxxConfig, "Initialising all objects\n");
615 DPRINTF(CxxConfig, "Calling initState on all objects\n");
622 DPRINTF(CxxConfig, "Starting up all objects\n");
/gem5/tests/configs/
H A Dbase_config.py42 from m5.objects import *
86 """Return a list of CPU objects to add to a system."""
H A Dgpu-ruby.py39 from m5.objects import *
/gem5/configs/example/arm/
H A Dfs_bigLITTLE.py51 from m5.objects import *
284 # has to be done after creating caches and other child objects
290 # Child objects usually inherit the parent's event
H A Ddevices.py45 from m5.objects import *

Completed in 38 milliseconds

<<111213