gem5
v20.1.0.0
|
#include <tlbi_op.hh>
Public Member Functions | |
TLBIALL (ExceptionLevel _targetEL, bool _secure) | |
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.
Definition at line 81 of file tlbi_op.hh.
|
inline |
Definition at line 84 of file tlbi_op.hh.
|
overridevirtual |
Reimplemented from ArmISA::TLBIOp.
Definition at line 46 of file tlbi_op.cc.
References ArmISA::TLB::flushAllSecurity(), ThreadContext::getCheckerCpuPtr(), ArmISA::getDTBPtr(), ArmISA::getITBPtr(), ArmISA::MISCREG_HCR_EL2, ThreadContext::readMiscReg(), ArmISA::TLBIOp::secureLookup, and ArmISA::TLBIOp::targetEL.