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

/gem5/src/dev/arm/
H A Dgic_v3_distributor.hh109 static const AddrRange GICD_ICPENDR; member in class:Gicv3Distributor
H A Dgic_v2.cc58 const AddrRange GicV2::GICD_ICPENDR (0x280, 0x2ff);
195 if (GICD_ICPENDR.contains(daddr)) {
196 uint32_t ix = (daddr - GICD_ICPENDR.start()) >> 2;
457 if (GICD_ICPENDR.contains(daddr)) {
458 uint32_t ix = (daddr - GICD_ICPENDR.start()) >> 2;
902 * writes GICD_ICPENDR or reads GICC_IAR */
H A Dgic_v3_distributor.cc57 const AddrRange Gicv3Distributor::GICD_ICPENDR (0x0280, 0x02ff);
226 } else if (GICD_ICPENDR.contains(addr)) {
229 int first_intid = (addr - GICD_ICPENDR.start()) * 8;
618 } else if (GICD_ICPENDR.contains(addr)) {
620 int first_intid = (addr - GICD_ICPENDR.start()) * 8;
H A Dgic_v2.hh86 static const AddrRange GICD_ICPENDR; // clear pending interrupt member in class:GicV2
/gem5/src/arch/arm/kvm/
H A Dgic.cc372 clear = GicV2::GICD_ICPENDR.start();

Completed in 15 milliseconds