gem5
[DEVELOP-FOR-23.0]
|
TLB Invalidate All, Non-Secure. More...
#include <tlbi_op.hh>
Public Member Functions | |
TLBIALLN (ExceptionLevel _targetEL) | |
void | operator() (ThreadContext *tc) override |
bool | match (TlbEntry *entry, vmid_t curr_vmid) const override |
bool | stage2Flush () const override |
Return true if the TLBI op needs to flush stage2 entries, Defaulting to false in the TLBIOp abstract class. More... | |
TLBIALLN | 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 | secureLookup |
ExceptionLevel | targetEL |
TLB Invalidate All, Non-Secure.
Definition at line 276 of file tlbi_op.hh.
|
inline |
Definition at line 279 of file tlbi_op.hh.
Referenced by makeStage2().
|
inline |
Definition at line 294 of file tlbi_op.hh.
References gem5::ArmISA::EL1, and TLBIALLN().
Implements gem5::ArmISA::TLBIOp.
Definition at line 205 of file tlbi_op.cc.
References gem5::ArmISA::EL2, gem5::ArmISA::TLBIOp::targetEL, and gem5::ArmISA::te.
|
overridevirtual |
Reimplemented from gem5::ArmISA::TLBIOp.
Definition at line 194 of file tlbi_op.cc.
References gem5::ArmISA::MMU::flush(), gem5::ThreadContext::getCheckerCpuPtr(), and gem5::ArmISA::getMMUPtr().
|
inlineoverridevirtual |
Return true if the TLBI op needs to flush stage2 entries, Defaulting to false in the TLBIOp abstract class.
Reimplemented from gem5::ArmISA::TLBIOp.
Definition at line 288 of file tlbi_op.hh.
References gem5::ArmISA::EL2, and gem5::ArmISA::TLBIOp::targetEL.