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

/gem5/src/dev/arm/
H A Dgic_v3_cpu_interface.hh143 static const uint8_t PRIORITY_BITS = 5; member in class:Gicv3CPUInterface
H A Dgic_v3_cpu_interface.cc578 icc_ctlr_el1.PRIbits = PRIORITY_BITS - 1;
614 icc_ctlr_el3.PRIbits = PRIORITY_BITS - 1;
1309 val &= ~0U << (8 - PRIORITY_BITS);
1816 int apr_bit = prio >> (8 - PRIORITY_BITS);

Completed in 11 milliseconds