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

/gem5/src/dev/arm/
H A Dgic_v3_its.hh88 DataPort(const std::string &_name, Gicv3Its &_its) : argument
89 MasterPort(_name, &_its),
90 its(_its)
356 ItsProcess(Gicv3Its &_its);
404 ItsTranslation(Gicv3Its &_its);
460 ItsCommand(Gicv3Its &_its); variable
H A Dgic_v3_its.cc57 ItsProcess::ItsProcess(Gicv3Its &_its) argument
58 : its(_its), coroutine(nullptr)
218 ItsTranslation::ItsTranslation(Gicv3Its &_its) argument
219 : ItsProcess(_its)
312 ItsCommand::ItsCommand(Gicv3Its &_its) argument
313 : ItsProcess(_its)

Completed in 10 milliseconds