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

/gem5/src/dev/arm/
H A Dgic_v3_redistributor.hh72 * Order of frames must be RD_base, SGI_base.
75 static const uint32_t SGI_base = 0x10000; member in class:Gicv3Redistributor
111 GICR_IGROUPR0 = SGI_base + 0x0080,
113 GICR_ISENABLER0 = SGI_base + 0x0100,
115 GICR_ICENABLER0 = SGI_base + 0x0180,
117 GICR_ISPENDR0 = SGI_base + 0x0200,
119 GICR_ICPENDR0 = SGI_base + 0x0280,
121 GICR_ISACTIVER0 = SGI_base + 0x0300,
123 GICR_ICACTIVER0 = SGI_base + 0x0380,
125 GICR_ICFGR0 = SGI_base
[all...]
H A Dgic_v3_redistributor.cc51 const AddrRange Gicv3Redistributor::GICR_IPRIORITYR(SGI_base + 0x0400,
52 SGI_base + 0x041f);

Completed in 7 milliseconds