gem5
v21.0.1.0
|
TLB Invalidate All, Non-Secure. More...
#include <tlbi_op.hh>
Public Member Functions | |
TLBIALLN (ExceptionLevel _targetEL) | |
void | operator() (ThreadContext *tc) override |
TLBIALLN | makeStage2 () const |
![]() | |
TLBIOp (ExceptionLevel _targetEL, bool _secure) | |
virtual | ~TLBIOp () |
void | broadcast (ThreadContext *tc) |
Broadcast the TLB Invalidate operation to all TLBs in the Arm system. More... | |
Additional Inherited Members | |
![]() | |
bool | secureLookup |
ExceptionLevel | targetEL |
TLB Invalidate All, Non-Secure.
Definition at line 209 of file tlbi_op.hh.
|
inline |
Definition at line 212 of file tlbi_op.hh.
Referenced by makeStage2().
|
inline |
Definition at line 219 of file tlbi_op.hh.
References ArmISA::EL1, and TLBIALLN().
Referenced by ArmISA::TLB::flush().
|
overridevirtual |
Reimplemented from ArmISA::TLBIOp.
Definition at line 133 of file tlbi_op.cc.
References ArmISA::MMU::flush(), ThreadContext::getCheckerCpuPtr(), and ArmISA::getMMUPtr().