gem5
[DEVELOP-FOR-23.0]
|
Implementaton of AArch64 TLBI ALLE(1,2,3)(IS) instructions. More...
#include <tlbi_op.hh>
Public Member Functions | |
TLBIALLEL (ExceptionLevel _targetEL, bool _secure) | |
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... | |
TLBIALLEL | 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... | |
Public Attributes | |
bool | inHost |
![]() | |
bool | secureLookup |
ExceptionLevel | targetEL |
Implementaton of AArch64 TLBI ALLE(1,2,3)(IS) instructions.
Definition at line 170 of file tlbi_op.hh.
|
inline |
Definition at line 173 of file tlbi_op.hh.
Referenced by makeStage2().
|
inline |
Definition at line 189 of file tlbi_op.hh.
References gem5::ArmISA::EL1, gem5::ArmISA::TLBIOp::secureLookup, and TLBIALLEL().
Implements gem5::ArmISA::TLBIOp.
Definition at line 114 of file tlbi_op.cc.
References inHost, gem5::ArmISA::TLBIOp::secureLookup, gem5::ArmISA::TLBIOp::targetEL, and gem5::ArmISA::te.
|
overridevirtual |
Reimplemented from gem5::ArmISA::TLBIOp.
Definition at line 100 of file tlbi_op.cc.
References gem5::ArmISA::MMU::flush(), gem5::ThreadContext::getCheckerCpuPtr(), gem5::ArmISA::getMMUPtr(), inHost, gem5::ArmISA::MISCREG_HCR_EL2, and gem5::ThreadContext::readMiscReg().
|
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 182 of file tlbi_op.hh.
References gem5::ArmISA::EL1, and gem5::ArmISA::TLBIOp::targetEL.
bool gem5::ArmISA::TLBIALLEL::inHost |
Definition at line 194 of file tlbi_op.hh.
Referenced by match(), and operator()().