gem5
[DEVELOP-FOR-23.0]
|
TLB Invalidate by Intermediate Physical Address. More...
#include <tlbi_op.hh>
Public Member Functions | |
TLBIIPA (ExceptionLevel _targetEL, bool _secure, Addr _addr, bool last_level) | |
void | operator() (ThreadContext *tc) override |
bool | match (TlbEntry *entry, vmid_t curr_vmid) const override |
bool | stage1Flush () const override |
Return true if the TLBI op needs to flush stage1 entries, Defaulting to true in the TLBIOp abstract class. More... | |
TLBIMVAA | makeStage2 () const |
TLBIIPA is basically a TLBIMVAA for stage2 TLBs. More... | |
![]() | |
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 | 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 | lastLevel |
![]() | |
bool | secureLookup |
ExceptionLevel | targetEL |
TLB Invalidate by Intermediate Physical Address.
Definition at line 372 of file tlbi_op.hh.
|
inline |
Definition at line 375 of file tlbi_op.hh.
|
inline |
TLBIIPA is basically a TLBIMVAA for stage2 TLBs.
Definition at line 396 of file tlbi_op.hh.
References addr, gem5::ArmISA::EL1, lastLevel, and gem5::ArmISA::TLBIOp::secureLookup.
Referenced by operator()().
|
overridevirtual |
Reimplemented from gem5::ArmISA::TLBIOp.
Definition at line 298 of file tlbi_op.cc.
References gem5::ArmISA::MMU::flushStage2(), gem5::ThreadContext::getCheckerCpuPtr(), gem5::ArmISA::getMMUPtr(), and makeStage2().
|
inlineoverridevirtual |
Return true if the TLBI op needs to flush stage1 entries, Defaulting to true in the TLBIOp abstract class.
Reimplemented from gem5::ArmISA::TLBIOp.
Definition at line 389 of file tlbi_op.hh.
Addr gem5::ArmISA::TLBIIPA::addr |
Definition at line 401 of file tlbi_op.hh.
Referenced by makeStage2().
bool gem5::ArmISA::TLBIIPA::lastLevel |
Definition at line 402 of file tlbi_op.hh.
Referenced by makeStage2().