gem5
v20.1.0.0
|
Instruction TLB Invalidate All. More...
#include <tlbi_op.hh>
Public Member Functions | |
ITLBIALL (ExceptionLevel _targetEL, bool _secure) | |
void | broadcast (ThreadContext *tc)=delete |
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 |
Instruction TLB Invalidate All.
Definition at line 92 of file tlbi_op.hh.
|
inline |
Definition at line 95 of file tlbi_op.hh.
|
delete |
|
overridevirtual |
Reimplemented from ArmISA::TLBIOp.
Definition at line 64 of file tlbi_op.cc.
References ArmISA::TLB::flushAllSecurity(), ArmISA::getITBPtr(), ArmISA::TLBIOp::secureLookup, and ArmISA::TLBIOp::targetEL.