gem5
v21.0.1.0
|
TLB Invalidate by ASID match. More...
#include <tlbi_op.hh>
Public Member Functions | |
TLBIASID (ExceptionLevel _targetEL, bool _secure, uint16_t _asid) | |
void | operator() (ThreadContext *tc) override |
![]() | |
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 | |
uint16_t | asid |
bool | inHost |
bool | el2Enabled |
![]() | |
bool | secureLookup |
ExceptionLevel | targetEL |
TLB Invalidate by ASID match.
Definition at line 167 of file tlbi_op.hh.
|
inline |
Definition at line 170 of file tlbi_op.hh.
|
overridevirtual |
Reimplemented from ArmISA::TLBIOp.
Reimplemented in ArmISA::DTLBIASID, and ArmISA::ITLBIASID.
Definition at line 105 of file tlbi_op.cc.
References el2Enabled, ArmISA::EL2Enabled(), ArmISA::MMU::flush(), ThreadContext::getCheckerCpuPtr(), ArmISA::getMMUPtr(), inHost, ArmISA::MISCREG_HCR_EL2, and ThreadContext::readMiscReg().
uint16_t ArmISA::TLBIASID::asid |
Definition at line 177 of file tlbi_op.hh.
Referenced by ArmISA::TLB::flush().
bool ArmISA::TLBIASID::el2Enabled |
Definition at line 179 of file tlbi_op.hh.
Referenced by ArmISA::TLB::flush(), operator()(), ArmISA::ITLBIASID::operator()(), and ArmISA::DTLBIASID::operator()().
bool ArmISA::TLBIASID::inHost |
Definition at line 178 of file tlbi_op.hh.
Referenced by ArmISA::TLB::flush(), and operator()().