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

/gem5/src/arch/arm/
H A Dtlbi_op.hh86 class TLBIALL : public TLBIOp class in namespace:ArmISA
89 TLBIALL(ExceptionLevel _targetEL, bool _secure) function in class:ArmISA::TLBIALL
H A Dtlbi_op.cc48 TLBIALL::operator()(ThreadContext* tc)
H A Disa.cc1114 TLBIALL tlbiOp(EL1, haveSecurity && !scr.ns);
1124 TLBIALL tlbiOp(EL1, haveSecurity && !scr.ns);
1392 TLBIALL tlbiOp(EL3, true);
1401 TLBIALL tlbiOp(EL3, true);
1412 TLBIALL tlbiOp(EL2, haveSecurity && !scr.ns);
1425 TLBIALL tlbiOp(EL1, haveSecurity && !scr.ns);
1438 TLBIALL tlbiOp(EL1, haveSecurity && !scr.ns);

Completed in 11 milliseconds