Searched refs:longDescFormat (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/arm/
H A Dpagetable.hh125 bool longDescFormat; // @todo use this in the update attribute bethod member in struct:ArmISA::TlbEntry
156 longDescFormat(false), isHyp(false), global(false), valid(true),
171 longDescFormat(false), isHyp(false), global(false), valid(false),
297 SERIALIZE_SCALAR(longDescFormat); variable
327 UNSERIALIZE_SCALAR(longDescFormat); variable
H A Dtlb.cc620 ArmFault::TranMethod tranMethod = te->longDescFormat ? ArmFault::LpaeTran
660 if (!te->longDescFormat) {
691 uint8_t ap = te->longDescFormat ? te->ap << 1 : te->ap;
694 if (sctlr.afe == 1 || te->longDescFormat)
757 (te->longDescFormat && te->pxn && is_priv) ||
H A Dtable_walker.cc2055 te.longDescFormat = longDescriptor;

Completed in 18 milliseconds