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

/gem5/src/dev/arm/
H A Dgic_v3_its.cc169 Yield &yield, uint32_t collection_id, CTE cte)
172 const Addr address = base + (collection_id * sizeof(cte));
174 doWrite(yield, address, &cte, sizeof(cte));
176 DPRINTF(ITS, "Writing CTE at address %#x: %#x\n", address, cte);
208 uint64_t cte; local
210 const Addr address = base + (collection_id * sizeof(cte));
212 doRead(yield, address, &cte, sizeof(cte));
214 DPRINTF(ITS, "Reading CTE at address %#x: %#x\n", address, cte);
168 writeIrqCollectionTable( Yield &yield, uint32_t collection_id, CTE cte) argument
279 CTE cte = readIrqCollectionTable(yield, collection_id); local
411 CTE cte = readIrqCollectionTable(yield, collection_id); local
446 Gicv3Its::CTE cte = readIrqCollectionTable(yield, collection_id); local
485 CTE cte = readIrqCollectionTable(yield, collection_id); local
520 CTE cte = readIrqCollectionTable(yield, collection_id); local
540 CTE cte = readIrqCollectionTable(yield, icid); local
558 CTE cte = 0; local
[all...]
H A Dgic_v3_its.hh293 Gicv3Redistributor* getRedistributor(CTE cte) argument
295 return getRedistributor(cte.rdBase);
374 Yield &yield, uint32_t collection_id, CTE cte);

Completed in 9 milliseconds