Searched refs:getBlockSizeBits (Results 1 - 7 of 7) sorted by relevance

/gem5/src/mem/ruby/common/
H A DAddress.cc108 return bitSelect(addr, 0, RubySystem::getBlockSizeBits() - 1);
114 return maskLowOrderBits(addr, RubySystem::getBlockSizeBits());
121 return maskLowOrderBits(addr, RubySystem::getBlockSizeBits())
130 << maskLowOrderBits(addr, RubySystem::getBlockSizeBits())
/gem5/src/mem/ruby/structures/
H A DDirectoryMemory.cc109 return ret >> RubySystem::getBlockSizeBits();
H A DPrefetcher.hh55 m_stride = (1 << RubySystem::getBlockSizeBits());
/gem5/src/mem/ruby/system/
H A DRubySystem.hh60 static uint32_t getBlockSizeBits() { return m_block_size_bits; } function in class:RubySystem
H A DDMASequencer.cc58 m_data_block_mask = mask(RubySystem::getBlockSizeBits());
/gem5/configs/learning_gem5/part3/
H A Dmsi_caches.py140 start_index_bit = self.getBlockSizeBits(system))
146 def getBlockSizeBits(self, system): member in class:L1Cache
H A Druby_caches_MI_example.py137 start_index_bit = self.getBlockSizeBits(system))
143 def getBlockSizeBits(self, system): member in class:L1Cache

Completed in 11 milliseconds