gem5
v21.2.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) | |
bool | stage2Flush () const override |
Return true if the TLBI op needs to flush stage2 entries, Defaulting to false in the TLBIOp abstract class. More... | |
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... | |
virtual bool | stage1Flush () const |
Return true if the TLBI op needs to flush stage1 entries, Defaulting to true in the TLBIOp abstract class. More... | |
Additional Inherited Members | |
![]() | |
bool | inHost |
bool | el2Enabled |
ExceptionLevel | currentEL |
![]() | |
bool | secureLookup |
ExceptionLevel | targetEL |
Data TLB Invalidate All.
Definition at line 149 of file tlbi_op.hh.
|
inline |
Definition at line 152 of file tlbi_op.hh.
|
delete |
|
overridevirtual |
Reimplemented from gem5::ArmISA::TLBIALL.
Definition at line 73 of file tlbi_op.cc.
References gem5::ArmISA::MMU::dflush(), gem5::ArmISA::TLBIALL::el2Enabled, gem5::ArmISA::EL2Enabled(), and gem5::ArmISA::getMMUPtr().