gem5
v21.0.1.0
|
TLB Invalidate by Intermediate Physical Address. More...
#include <tlbi_op.hh>
Public Member Functions | |
TLBIIPA (ExceptionLevel _targetEL, bool _secure, Addr _addr) | |
void | operator() (ThreadContext *tc) override |
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... | |
Public Attributes | |
Addr | addr |
![]() | |
bool | secureLookup |
ExceptionLevel | targetEL |
TLB Invalidate by Intermediate Physical Address.
Definition at line 286 of file tlbi_op.hh.
|
inline |
Definition at line 289 of file tlbi_op.hh.
|
inline |
TLBIIPA is basically a TLBIMVAA for stage2 TLBs.
Definition at line 297 of file tlbi_op.hh.
References addr, ArmISA::EL1, and ArmISA::TLBIOp::secureLookup.
Referenced by ArmISA::TLB::flush().
|
overridevirtual |
Reimplemented from ArmISA::TLBIOp.
Definition at line 182 of file tlbi_op.cc.
References ArmISA::MMU::flush(), ThreadContext::getCheckerCpuPtr(), and ArmISA::getMMUPtr().
Addr ArmISA::TLBIIPA::addr |
Definition at line 302 of file tlbi_op.hh.
Referenced by makeStage2().