Lines Matching refs:system
92 def create(self, options, ruby_system, system):
146 def create(self, options, ruby_system, system):
186 def create(self, options, ruby_system, system):
229 def create(self, options, ruby_system, system):
241 def create(self, options, ruby_system, system):
255 def create(self, options, ruby_system, system):
258 self.L3cache.create(options, ruby_system, system)
278 def create(self, options, ruby_system, system):
293 def create(self, options, ruby_system, system):
298 self.directory.create(options, ruby_system, system)
300 self.L3CacheMemory.create(options, ruby_system, system)
321 def create(self, options, ruby_system, system):
335 def create(self, options, ruby_system, system):
338 self.cacheMemory.create(options, ruby_system, system)
367 def create(self, options, ruby_system, system):
434 # the caches in the system
446 def create_system(options, full_system, system, dma_devices, bootmem,
454 # The ruby network creation expects the list of nodes in the system to be
475 cp_cntrl.create(options, ruby_system, system)
478 rb_cntrl.create(options, ruby_system, system)
484 exec("system.cp_cntrl%d = cp_cntrl" % i)
485 exec("system.rb_cntrl%d = rb_cntrl" % i)
544 tcp_cntrl.create(options, ruby_system, system)
548 exec("system.tcp_cntrl%d = tcp_cntrl" % i)
577 sqc_cntrl.create(options, ruby_system, system)
579 exec("system.sqc_cntrl%d = sqc_cntrl" % i)
605 tcc_cntrl.create(options, ruby_system, system)
636 rb_cntrl.create(options, ruby_system, system)
666 exec("system.tcc_cntrl%d = tcc_cntrl" % i)
667 exec("system.tcc_rb_cntrl%d = rb_cntrl" % i)
682 dir_cntrl.create(options, ruby_system, system)
718 exec("system.dir_cntrl%d = dir_cntrl" % i)
724 reg_cntrl.create(options, ruby_system, system)
726 reg_cntrl.cpuRegionBufferNum = system.rb_cntrl0.version
727 reg_cntrl.gpuRegionBufferNum = system.tcc_rb_cntrl0.version
747 exec("system.reg_cntrl%d = reg_cntrl" % i)