Searched refs:start_index_bit (Results 1 - 14 of 14) sorted by relevance

/gem5/src/mem/ruby/structures/
H A DRubyCache.py43 start_index_bit = Param.Int(6, "index start, default 6 for 64-byte line"); variable in class:RubyCache
H A DCacheMemory.cc61 p->start_index_bit, p->ruby_system),
63 p->start_index_bit, p->ruby_system)
69 m_start_index_bit = p->start_index_bit;
/gem5/configs/ruby/
H A DMOESI_hammer.py84 start_index_bit = block_size_bits,
88 start_index_bit = block_size_bits)
91 start_index_bit = block_size_bits)
184 start_index_bit = pf_start_bit)
H A DMESI_Three_Level.py93 start_index_bit = block_size_bits,
97 start_index_bit = block_size_bits,
127 start_index_bit = block_size_bits,
171 start_index_bit = l2_index_start)
H A DMESI_Two_Level.py76 start_index_bit = block_size_bits,
80 start_index_bit = block_size_bits,
144 start_index_bit = l2_index_start)
H A DMOESI_CMP_directory.py92 start_index_bit = block_size_bits,
96 start_index_bit = block_size_bits,
164 start_index_bit = block_size_bits + l2_bits)
H A DMOESI_CMP_token.py89 start_index_bit = block_size_bits)
92 start_index_bit = block_size_bits)
158 start_index_bit = l2_index_start)
H A DMI_example.py75 start_index_bit = block_size_bits)
H A DGPU_VIPER_Region.py224 self.start_index_bit = math.log(options.cacheline_size, 2) + \
330 self.start_index_bit = 6 + int(math.log(options.blocks_per_region, 2))
375 self.cacheMemory.start_index_bit = \
H A DGPU_VIPER_Baseline.py223 self.start_index_bit = math.log(options.cacheline_size, 2) + \
270 self.start_index_bit = 6 + int(math.log(options.blocks_per_region, 2))
H A DGPU_RfO.py77 self.start_index_bit = math.log(options.cacheline_size, 2) + \
283 self.start_index_bit = math.log(options.cacheline_size, 2) + \
H A DGPU_VIPER.py260 self.start_index_bit = math.log(options.cacheline_size, 2) + \
/gem5/configs/learning_gem5/part3/
H A Dmsi_caches.py140 start_index_bit = self.getBlockSizeBits(system))
H A Druby_caches_MI_example.py137 start_index_bit = self.getBlockSizeBits(system))

Completed in 33 milliseconds