Searched refs:Gicv3Redistributor (Results 1 - 10 of 10) sorted by relevance

/gem5/src/dev/arm/
H A Dgic_v3.hh51 class Gicv3Redistributor;
58 friend class Gicv3Redistributor;
62 std::vector<Gicv3Redistributor *> redistributors;
147 inline Gicv3Redistributor *
155 Gicv3Redistributor *
158 Gicv3Redistributor *
H A Dgic_v3_redistributor.cc51 const AddrRange Gicv3Redistributor::GICR_IPRIORITYR(SGI_base + 0x0400,
54 Gicv3Redistributor::Gicv3Redistributor(Gicv3 * gic, uint32_t cpu_id) function in class:Gicv3Redistributor
81 Gicv3Redistributor::init()
90 Gicv3Redistributor::read(Addr addr, size_t size, bool is_secure_access)
379 panic("Gicv3Redistributor::read(): invalid offset %#x\n", addr);
385 Gicv3Redistributor::write(Addr addr, uint64_t data, size_t size,
405 DPRINTF(GIC, "Gicv3Redistributor::write(): "
430 DPRINTF(GIC, "Gicv3Redistributor::write(): "
434 DPRINTF(GIC, "Gicv3Redistributor
[all...]
H A Dgic_v3.cc74 redistributors[i] = new Gicv3Redistributor(this, i);
119 Gicv3Redistributor *redist = getRedistributorByAddr(addr);
156 Gicv3Redistributor *redist = getRedistributorByAddr(addr);
216 Gicv3Redistributor *
228 Gicv3Redistributor *
H A Dgic_v3_its.hh50 class Gicv3Redistributor;
292 Gicv3Redistributor* getRedistributor(uint64_t rd_base);
293 Gicv3Redistributor* getRedistributor(CTE cte)
320 Gicv3Redistributor *rd1, Gicv3Redistributor *rd2);
410 std::pair<uint32_t, Gicv3Redistributor *>
H A Dgic_v3_redistributor.hh54 class Gicv3Redistributor : public Serializable class in inherits:Serializable
228 Gicv3Redistributor(Gicv3 * gic, uint32_t cpu_id);
H A Dgic_v3_cpu_interface.hh50 class Gicv3Redistributor;
57 friend class Gicv3Redistributor;
62 Gicv3Redistributor * redistributor;
H A Dgic_v3_its.cc245 Gicv3Redistributor *redist = result.second;
258 std::pair<uint32_t, Gicv3Redistributor *>
660 Gicv3Redistributor * redist1 = its.getRedistributor(rd1);
661 Gicv3Redistributor * redist2 = its.getRedistributor(rd2);
711 Gicv3Redistributor *first_redist = its.getRedistributor(cte1);
712 Gicv3Redistributor *second_redist = its.getRedistributor(cte2);
1020 (intid < Gicv3Redistributor::SMALLEST_LPI_ID &&
1231 Gicv3Redistributor*
1270 Gicv3Redistributor *rd1, Gicv3Redistributor *rd
[all...]
H A Dgic_v3_distributor.hh54 friend class Gicv3Redistributor;
H A Dgic_v3_cpu_interface.cc402 int_id >= Gicv3Redistributor::SMALLEST_LPI_ID) {
458 int_id >= Gicv3Redistributor::SMALLEST_LPI_ID) {
1781 Gicv3Redistributor * redistributor_i =
1845 } else if (int_id >= Gicv3Redistributor::SMALLEST_LPI_ID) {
H A Dgic_v3_distributor.cc1020 Gicv3Redistributor * target_redistributor = nullptr;
1027 Gicv3Redistributor * redistributor_i =

Completed in 24 milliseconds