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

/gem5/src/base/
H A Daddr_range.hh140 * If the user provides a non-zero value in _intlv_high_bit the
149 * sel1 = a[_intlv_low_bit:_intlv_high_bit]
151 * _intlv_low_bit = _intlv_high_bit - intv_bits
156 * @param _intlv_high_bit The MSB of the intlv bits (disabled if 0)
160 AddrRange(Addr _start, Addr _end, uint8_t _intlv_high_bit, argument
173 if (_xor_high_bit == _intlv_high_bit) {
175 } else if (_xor_high_bit > _intlv_high_bit) {
176 if ((_xor_high_bit - _intlv_high_bit) < _intlv_bits)
180 if ((_intlv_high_bit - _xor_high_bit) < _intlv_bits) {
188 uint8_t bit1 = _intlv_high_bit
[all...]

Completed in 2 milliseconds