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