Lines Matching refs:create

74     def create(self, size, assoc, options):
84 def create(self, size, assoc, options):
91 def create(self, options, ruby_system, system):
95 self.L1Icache.create(options.l1i_size, options.l1i_assoc, options)
97 self.L1D0cache.create(options.l1d_size, options.l1d_assoc, options)
99 self.L1D1cache.create(options.l1d_size, options.l1d_assoc, options)
101 self.L2cache.create(options.l2_size, options.l2_assoc, options)
134 def create(self, options):
145 def create(self, options, ruby_system, system):
148 self.L1cache.create(options)
178 def create(self, options):
185 def create(self, options, ruby_system, system):
188 self.L1cache.create(options)
207 def create(self, options):
228 def create(self, options, ruby_system, system):
231 self.L2cache.create(options)
242 def create(self, options, ruby_system, system):
261 def create(self, options, ruby_system, system):
274 def create(self, options, ruby_system, system):
277 self.L3cache.create(options, ruby_system, system)
294 def create(self, options, ruby_system, system):
304 def create(self, options, ruby_system, system):
308 self.directory.create(options, ruby_system, system)
310 self.L3CacheMemory.create(options, ruby_system, system)
312 self.ProbeFilterMemory.create(options, ruby_system, system)
399 # Must create the individual controllers before the network to ensure the
403 # For an odd number of CPUs, still create the right number of controllers
413 dir_cntrl.create(options, ruby_system, system)
446 cp_cntrl.create(options, ruby_system, system)
482 tcp_cntrl.create(options, ruby_system, system)
516 sqc_cntrl.create(options, ruby_system, system)
545 tcc_cntrl.create(options, ruby_system, system)