gem5
v21.0.1.0
|
Data TLB Invalidate All. More...
#include <tlbi_op.hh>
Public Member Functions | |
DTLBIALL (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 |
Data TLB Invalidate All.
Definition at line 113 of file tlbi_op.hh.
|
inline |
Definition at line 116 of file tlbi_op.hh.
|
delete |
|
overridevirtual |
Reimplemented from ArmISA::TLBIALL.
Definition at line 69 of file tlbi_op.cc.
References ArmISA::MMU::dflush(), ArmISA::TLBIALL::el2Enabled, ArmISA::EL2Enabled(), and ArmISA::getMMUPtr().