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

/gem5/src/arch/arm/
H A Dtlb.cc694 if (sctlr.afe == 1 || te->longDescFormat)
761 "priv:%d write:%d ns:%d sif:%d sctlr.afe: %d \n",
762 ap, is_priv, is_write, te->ns, scr.sif,sctlr.afe);
992 "sctlr.afe: %d\n",
993 ap, is_priv, is_write, te->ns, scr.sif, sctlr.afe);
H A Dmiscregs_types.hh316 Bitfield<29> afe; // Access flag enable (AArch32 only) member in namespace:ArmISA
H A Dtable_walker.cc1496 if (currState->sctlr.afe && bits(currState->l1Desc.ap(), 0) == 0) {
1771 if (currState->sctlr.afe && bits(currState->l2Desc.ap(), 0) == 0) {
1775 DPRINTF(TLB, "Generating access fault at L2, afe: %d, ap: %d\n",
1776 currState->sctlr.afe, currState->l2Desc.ap());

Completed in 25 milliseconds