gem5
v21.0.0.0
|
#include <tlbi_op.hh>
Public Member Functions | |
TLBIMVA (ExceptionLevel _targetEL, bool _secure, Addr _addr, 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 | |
Addr | addr |
uint16_t | asid |
bool | inHost |
![]() | |
bool | secureLookup |
ExceptionLevel | targetEL |
TLB Invalidate by VA.
Definition at line 241 of file tlbi_op.hh.
|
inline |
Definition at line 244 of file tlbi_op.hh.
|
overridevirtual |
Reimplemented from ArmISA::TLBIOp.
Reimplemented in ArmISA::DTLBIMVA, and ArmISA::ITLBIMVA.
Definition at line 157 of file tlbi_op.cc.
References ArmISA::MMU::flush(), ThreadContext::getCheckerCpuPtr(), ArmISA::getMMUPtr(), inHost, ArmISA::MISCREG_HCR_EL2, and ThreadContext::readMiscReg().
Addr ArmISA::TLBIMVA::addr |
Definition at line 252 of file tlbi_op.hh.
Referenced by ArmISA::TLB::flush().
uint16_t ArmISA::TLBIMVA::asid |
Definition at line 253 of file tlbi_op.hh.
Referenced by ArmISA::TLB::flush().
bool ArmISA::TLBIMVA::inHost |
Definition at line 254 of file tlbi_op.hh.
Referenced by ArmISA::TLB::flush(), and operator()().