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

/gem5/src/dev/arm/
H A Dgic_v3_distributor.hh107 static const AddrRange GICD_ISPENDR; member in class:Gicv3Distributor
H A Dgic_v2.cc57 const AddrRange GicV2::GICD_ISPENDR (0x200, 0x27f);
189 if (GICD_ISPENDR.contains(daddr)) {
190 uint32_t ix = (daddr - GICD_ISPENDR.start()) >> 2;
448 if (GICD_ISPENDR.contains(daddr)) {
449 uint32_t ix = (daddr - GICD_ISPENDR.start()) >> 2;
H A Dgic_v3_distributor.cc56 const AddrRange Gicv3Distributor::GICD_ISPENDR (0x0200, 0x027f);
202 } else if (GICD_ISPENDR.contains(addr)) {
205 int first_intid = (addr - GICD_ISPENDR.start()) * 8;
588 } else if (GICD_ISPENDR.contains(addr)) {
590 int first_intid = (addr - GICD_ISPENDR.start()) * 8;
610 DPRINTF(GIC, "Gicv3Distributor::write() (GICD_ISPENDR): "
H A Dgic_v2.hh85 static const AddrRange GICD_ISPENDR; // set pending interrupt member in class:GicV2
/gem5/src/arch/arm/kvm/
H A Dgic.cc371 set = GicV2::GICD_ISPENDR.start();

Completed in 15 milliseconds