gem5
v21.0.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 |
![]() | |
TLBIALL (ExceptionLevel _targetEL, bool _secure) | |
TLBIALL | 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 | inHost |
bool | el2Enabled |
![]() | |
bool | secureLookup |
ExceptionLevel | targetEL |
Instruction TLB Invalidate All.
Definition at line 100 of file tlbi_op.hh.
|
inline |
Definition at line 103 of file tlbi_op.hh.
|
delete |
|
overridevirtual |
Reimplemented from ArmISA::TLBIALL.
Definition at line 62 of file tlbi_op.cc.
References ArmISA::TLBIALL::el2Enabled, ArmISA::EL2Enabled(), ArmISA::getMMUPtr(), and ArmISA::MMU::iflush().