gem5
v20.1.0.0
|
TLB Invalidate All, Non-Secure. More...
#include <tlbi_op.hh>
Public Member Functions | |
TLBIALLN (ExceptionLevel _targetEL) | |
void | operator() (ThreadContext *tc) override |
Public Member Functions inherited from ArmISA::TLBIOp | |
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 | |
Protected Attributes inherited from ArmISA::TLBIOp | |
bool | secureLookup |
ExceptionLevel | targetEL |
TLB Invalidate All, Non-Secure.
Definition at line 164 of file tlbi_op.hh.
|
inline |
Definition at line 167 of file tlbi_op.hh.
|
overridevirtual |
Reimplemented from ArmISA::TLBIOp.
Definition at line 102 of file tlbi_op.cc.
References ArmISA::TLB::flushAllNs(), ThreadContext::getCheckerCpuPtr(), ArmISA::getDTBPtr(), ArmISA::getITBPtr(), and ArmISA::TLBIOp::targetEL.