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

/gem5/src/dev/arm/
H A Dgic_v3_its.cc780 gitsTyper(params->gits_typer),
836 value = gitsTyper;
840 value = gitsTyper.high;
988 const uint32_t id_bits = gitsTyper.idBits;
996 return device_id >= (1ULL << (gitsTyper.devBits + 1));
1002 return size > gitsTyper.idBits;
1010 const auto cid_bits = gitsTyper.cil == 0 ?
1011 16 : gitsTyper.cidBits + 1;
1039 SERIALIZE_SCALAR(gitsTyper);
1052 UNSERIALIZE_SCALAR(gitsTyper);
[all...]
H A Dgic_v3_its.hh216 TYPER gitsTyper; variable

Completed in 9 milliseconds