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

/gem5/src/dev/arm/
H A Dgic_v3_cpu_interface.hh76 Bitfield<10, 8> PRIbits; member in class:Gicv3CPUInterface
93 Bitfield<10, 8> PRIbits; member in class:Gicv3CPUInterface
274 Bitfield<31, 29> PRIbits; member in class:Gicv3CPUInterface
292 Bitfield<10, 8> PRIbits; member in class:Gicv3CPUInterface
H A Dgic_v3_cpu_interface.cc571 // PRIbits [10:8], number of priority bits implemented, minus one
578 icc_ctlr_el1.PRIbits = PRIORITY_BITS - 1;
590 icv_ctlr_el1.PRIbits = 7;
606 // PRIbits [10:8], number of priority bits implemented, minus one
614 icc_ctlr_el3.PRIbits = PRIORITY_BITS - 1;
673 ich_vtr_el2.PRIbits = VIRTUAL_PRIORITY_BITS - 1;
1140 * PRIbits is RO.
1236 * PRIbits is RO.

Completed in 13 milliseconds