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

/gem5/src/dev/arm/
H A Dgic_v3.hh50 class Gicv3Distributor;
61 Gicv3Distributor * distributor;
141 inline Gicv3Distributor *
H A Dgic_v3_distributor.cc53 const AddrRange Gicv3Distributor::GICD_IGROUPR (0x0080, 0x00ff);
54 const AddrRange Gicv3Distributor::GICD_ISENABLER (0x0100, 0x017f);
55 const AddrRange Gicv3Distributor::GICD_ICENABLER (0x0180, 0x01ff);
56 const AddrRange Gicv3Distributor::GICD_ISPENDR (0x0200, 0x027f);
57 const AddrRange Gicv3Distributor::GICD_ICPENDR (0x0280, 0x02ff);
58 const AddrRange Gicv3Distributor::GICD_ISACTIVER (0x0300, 0x037f);
59 const AddrRange Gicv3Distributor::GICD_ICACTIVER (0x0380, 0x03ff);
60 const AddrRange Gicv3Distributor::GICD_IPRIORITYR(0x0400, 0x07ff);
61 const AddrRange Gicv3Distributor::GICD_ITARGETSR (0x0800, 0x08ff);
62 const AddrRange Gicv3Distributor
69 Gicv3Distributor::Gicv3Distributor(Gicv3 * gic, uint32_t it_lines) function in class:Gicv3Distributor
[all...]
H A Dgic_v3_redistributor.hh51 class Gicv3Distributor;
59 friend class Gicv3Distributor;
65 Gicv3Distributor * distributor;
H A Dgic_v3_distributor.hh50 class Gicv3Distributor : public Serializable class in inherits:Serializable
197 panic("Gicv3Distributor::groupEnabled(): "
210 panic("Gicv3Distributor::groupEnabled(): "
239 Gicv3Distributor(Gicv3 * gic, uint32_t it_lines);
H A Dgic_v3_cpu_interface.hh49 class Gicv3Distributor;
56 friend class Gicv3Distributor;
63 Gicv3Distributor * distributor;
H A Dgic_v3.cc64 distributor = new Gicv3Distributor(this, params()->it_lines);
79 Gicv3Distributor::ADDR_RANGE_SIZE - 1);
H A Dgic_v3_its.cc1019 return intid >= (1ULL << (Gicv3Distributor::IDBITS + 1)) ||

Completed in 9 milliseconds