gem5
v21.2.1.0
|
TLB Invalidate by VA, All ASID. More...
#include <tlbi_op.hh>
Public Member Functions | |
TLBIMVAA (ExceptionLevel _targetEL, bool _secure, Addr _addr) | |
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... | |
virtual bool | stage1Flush () const |
Return true if the TLBI op needs to flush stage1 entries, Defaulting to true in the TLBIOp abstract class. More... | |
virtual bool | stage2Flush () const |
Return true if the TLBI op needs to flush stage2 entries, Defaulting to false in the TLBIOp abstract class. More... | |
Public Attributes | |
Addr | addr |
bool | inHost |
![]() | |
bool | secureLookup |
ExceptionLevel | targetEL |
TLB Invalidate by VA, All ASID.
Definition at line 281 of file tlbi_op.hh.
|
inline |
Definition at line 284 of file tlbi_op.hh.
|
overridevirtual |
Reimplemented from gem5::ArmISA::TLBIOp.
Definition at line 149 of file tlbi_op.cc.
References gem5::ArmISA::MMU::flushStage1(), gem5::ThreadContext::getCheckerCpuPtr(), gem5::ArmISA::getMMUPtr(), inHost, gem5::ArmISA::MISCREG_HCR_EL2, and gem5::ThreadContext::readMiscReg().
Addr gem5::ArmISA::TLBIMVAA::addr |
Definition at line 291 of file tlbi_op.hh.
Referenced by gem5::ArmISA::TLB::flush().
bool gem5::ArmISA::TLBIMVAA::inHost |
Definition at line 292 of file tlbi_op.hh.
Referenced by gem5::ArmISA::TLB::flush(), and operator()().