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

/gem5/src/dev/arm/
H A Dgic_v3_cpu_interface.cc224 uint8_t rprio = highestActivePriority(); local
230 if ((rprio & 0x80) == 0) {
233 rprio = 0;
234 } else if (rprio != 0xff) {
238 rprio = (rprio << 1) & 0xff;
242 value = rprio;
2170 uint8_t rprio = virtualHighestActivePriority(); local
2172 if (rprio == 0xff) {
2179 if ((prio & prio_mask) < (rprio
2267 uint8_t rprio = highestActivePriority(); local
[all...]

Completed in 9 milliseconds