gem5
[DEVELOP-FOR-23.0]
|
TLB Invalidate by VA, All ASID. More...
#include <tlbi_op.hh>
Public Member Functions | |
TLBIMVAA (ExceptionLevel _targetEL, bool _secure, Addr _addr, bool last_level) | |
void | operator() (ThreadContext *tc) override |
bool | match (TlbEntry *entry, vmid_t curr_vmid) const 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 | lastLevel |
![]() | |
bool | secureLookup |
ExceptionLevel | targetEL |
TLB Invalidate by VA, All ASID.
Definition at line 301 of file tlbi_op.hh.
|
inline |
Definition at line 304 of file tlbi_op.hh.
Implements gem5::ArmISA::TLBIOp.
Definition at line 226 of file tlbi_op.cc.
References addr, gem5::ArmISA::EL2, gem5::ArmISA::TlbEntry::Lookup::functional, gem5::ArmISA::TlbEntry::Lookup::hyp, gem5::ArmISA::TlbEntry::Lookup::ignoreAsn, gem5::ArmISA::TlbEntry::Lookup::inHost, inHost, lastLevel, gem5::ArmISA::TlbEntry::Lookup::mode, gem5::BaseMMU::Read, gem5::ArmISA::TlbEntry::Lookup::secure, gem5::ArmISA::TLBIOp::secureLookup, gem5::ArmISA::TLBIOp::targetEL, gem5::ArmISA::TlbEntry::Lookup::targetEL, gem5::ArmISA::te, gem5::ArmISA::TlbEntry::Lookup::va, and gem5::ArmISA::TlbEntry::Lookup::vmid.
|
overridevirtual |
Reimplemented from gem5::ArmISA::TLBIOp.
Definition at line 213 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 314 of file tlbi_op.hh.
Referenced by match().
bool gem5::ArmISA::TLBIMVAA::inHost |
Definition at line 315 of file tlbi_op.hh.
Referenced by match(), and operator()().
bool gem5::ArmISA::TLBIMVAA::lastLevel |
Definition at line 316 of file tlbi_op.hh.
Referenced by match().