Lines Matching refs:create

75     def create(self, size, assoc, options):
85 def create(self, size, assoc, options):
92 def create(self, options, ruby_system, system):
96 self.L1Icache.create(options.l1i_size, options.l1i_assoc, options)
98 self.L1D0cache.create(options.l1d_size, options.l1d_assoc, options)
100 self.L1D1cache.create(options.l1d_size, options.l1d_assoc, options)
102 self.L2cache.create(options.l2_size, options.l2_assoc, options)
135 def create(self, options):
146 def create(self, options, ruby_system, system):
149 self.L1cache.create(options)
179 def create(self, options):
186 def create(self, options, ruby_system, system):
189 self.L1cache.create(options)
208 def create(self, options):
229 def create(self, options, ruby_system, system):
232 self.L2cache.create(options)
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):
461 # For an odd number of CPUs, still create the right number of controllers
465 # Must create the individual controllers before the network to ensure the
469 # For an odd number of CPUs, still create the right number of controllers
475 cp_cntrl.create(options, ruby_system, system)
478 rb_cntrl.create(options, ruby_system, system)
544 tcp_cntrl.create(options, ruby_system, system)
577 sqc_cntrl.create(options, ruby_system, system)
605 tcc_cntrl.create(options, ruby_system, system)
636 rb_cntrl.create(options, ruby_system, system)
682 dir_cntrl.create(options, ruby_system, system)
724 reg_cntrl.create(options, ruby_system, system)