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):
142 def create(self, options, ruby_system, system):
148 self.L1cache.create(options)
179 self.L1cache.create(options)
210 def create(self, options):
217 def create(self, options, ruby_system, system):
221 self.L1cache.create(options)
244 def create(self, options):
266 def create(self, options, ruby_system, system):
269 self.L2cache.create(options)
281 def create(self, options, ruby_system, system):
295 def create(self, options, ruby_system, system):
298 self.L3cache.create(options, ruby_system, system)
316 def create(self, options, ruby_system, system):
326 def create(self, options, ruby_system, system):
332 self.directory.create(options, ruby_system, system)
335 self.L3CacheMemory.create(options, ruby_system, system)
415 # Must create the individual controllers before the network to ensure the
419 # For an odd number of CPUs, still create the right number of controllers
435 dir_cntrl.create(options, ruby_system, system)
473 cp_cntrl.create(options, ruby_system, system)
565 tcp_cntrl.create(options, ruby_system, system)
601 sqc_cntrl.create(options, ruby_system, system)
667 sqc_cntrl.create(options, ruby_system, system)
681 tcc_cntrl.create(options, ruby_system, system)