Lines Matching refs:system

105     def create(self, options, ruby_system, system):
156 def create(self, options, ruby_system, system):
188 def createCP(self, options, ruby_system, system):
229 def create(self, options, ruby_system, system):
250 def createCP(self, options, ruby_system, system):
288 def create(self, options, ruby_system, system):
312 def create(self, options, ruby_system, system):
340 def create(self, options, ruby_system, system):
353 def create(self, options, ruby_system, system):
356 self.L3cache.create(options, ruby_system, system)
375 def create(self, options, dir_ranges, ruby_system, system):
384 self.L3CacheMemory.create(options, ruby_system, system)
430 def create_system(options, full_system, system, dma_devices, bootmem,
438 # The ruby network creation expects the list of nodes in the system to be
474 for r in system.mem_ranges:
482 dir_cntrl.create(options, dir_ranges, ruby_system, system)
506 exec("system.dir_cntrl%d = dir_cntrl" % i)
516 cp_cntrl.create(options, ruby_system, system)
518 exec("system.cp_cntrl%d = cp_cntrl" % i)
551 tcp_cntrl.create(options, ruby_system, system)
553 exec("system.tcp_cntrl%d = tcp_cntrl" % i)
583 sqc_cntrl.create(options, ruby_system, system)
585 exec("system.sqc_cntrl%d = sqc_cntrl" % i)
616 tcp_cntrl.createCP(options, ruby_system, system)
618 exec("system.tcp_cntrl%d = tcp_cntrl" % (options.num_compute_units + i))
646 sqc_cntrl.createCP(options, ruby_system, system)
648 exec("system.sqc_cntrl%d = sqc_cntrl" % (options.num_compute_units + i))
680 tcc_cntrl.create(options, ruby_system, system)
686 tccdir_cntrl.create(options, ruby_system, system)
689 exec("system.tcc_cntrl%d = tcc_cntrl" % i)
690 exec("system.tccdir_cntrl%d = tccdir_cntrl" % i)