gem5
v21.0.1.0
|
#include <tlbi_op.hh>
Public Member Functions | |
TLBIALL (ExceptionLevel _targetEL, bool _secure) | |
void | operator() (ThreadContext *tc) override |
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... | |
Public Attributes | |
bool | inHost |
bool | el2Enabled |
![]() | |
bool | secureLookup |
ExceptionLevel | targetEL |
TLB Invalidate All.
Definition at line 80 of file tlbi_op.hh.
|
inline |
Definition at line 83 of file tlbi_op.hh.
Referenced by makeStage2().
|
inline |
Definition at line 90 of file tlbi_op.hh.
References ArmISA::EL1, ArmISA::TLBIOp::secureLookup, and TLBIALL().
Referenced by ArmISA::TLB::flush().
|
overridevirtual |
Reimplemented from ArmISA::TLBIOp.
Reimplemented in ArmISA::DTLBIALL, and ArmISA::ITLBIALL.
Definition at line 46 of file tlbi_op.cc.
References el2Enabled, ArmISA::EL2Enabled(), ArmISA::MMU::flush(), ThreadContext::getCheckerCpuPtr(), ArmISA::getMMUPtr(), inHost, ArmISA::MISCREG_HCR_EL2, and ThreadContext::readMiscReg().
bool ArmISA::TLBIALL::el2Enabled |
Definition at line 96 of file tlbi_op.hh.
Referenced by ArmISA::TLB::flush(), operator()(), ArmISA::ITLBIALL::operator()(), and ArmISA::DTLBIALL::operator()().
bool ArmISA::TLBIALL::inHost |
Definition at line 95 of file tlbi_op.hh.
Referenced by ArmISA::TLB::flush(), and operator()().