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

/gem5/src/dev/arm/
H A Dgic_v3_distributor.hh173 static const uint32_t IDBITS = 0xf; member in class:Gicv3Distributor
H A Dgic_v3_distributor.cc120 gicdTyper = (1 << 26) | (1 << 25) | (1 << 24) | (IDBITS << 19) |
H A Dgic_v3_its.cc1019 return intid >= (1ULL << (Gicv3Distributor::IDBITS + 1)) ||

Completed in 12 milliseconds