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

/gem5/src/dev/arm/
H A Dgic_v3_its.cc223 its.gitsControl.quiescent = 0;
231 its.gitsControl.quiescent = 1;
318 its.gitsControl.quiescent = 0;
326 its.gitsControl.quiescent = 1;
779 gitsControl(CTLR_QUIESCENT),
828 value = gitsControl;
902 gitsControl = (pkt->getLE<uint32_t>() & ~CTLR_QUIESCENT);
959 if (gitsControl.enabled) {
1038 SERIALIZE_SCALAR(gitsControl);
1051 UNSERIALIZE_SCALAR(gitsControl);
[all...]
H A Dgic_v3_its.hh215 CTLR gitsControl; variable

Completed in 9 milliseconds