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

/gem5/src/dev/arm/
H A Dgic_v3_redistributor.cc51 const AddrRange Gicv3Redistributor::GICR_IPRIORITYR(SGI_base + 0x0400,
92 if (GICR_IPRIORITYR.contains(addr)) { // Interrupt Priority Registers
94 int first_intid = addr - GICR_IPRIORITYR.start();
388 if (GICR_IPRIORITYR.contains(addr)) { // Interrupt Priority Registers
389 int first_intid = addr - GICR_IPRIORITYR.start();
H A Dgic_v3_redistributor.hh135 static const AddrRange GICR_IPRIORITYR; member in class:Gicv3Redistributor

Completed in 5 milliseconds