Searched refs:longDescFormatInUse (Results 1 - 5 of 5) sorted by relevance

/gem5/src/arch/arm/
H A Dutility.hh262 bool longDescFormatInUse(ThreadContext *tc);
H A Dutility.cc219 longDescFormatInUse(ThreadContext *tc) function in namespace:ArmISA
H A Dtable_walker.cc311 longDescFormatInUse(currState->tc);
390 else if (longDescFormatInUse(currState->tc) ||
582 assert(longDescFormatInUse(currState->tc));
H A Dtlb.cc1055 bool long_desc_format = aarch64 || longDescFormatInUse(tc);
1374 if (longDescFormatInUse(tc)) {
H A Dfaults.cc1052 tranMethod = longDescFormatInUse(tc) ? ArmFault::LpaeTran

Completed in 15 milliseconds