gem5
v20.1.0.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 |
Public Member Functions inherited from ArmISA::TLBIOp | |
TLBIOp (ExceptionLevel _targetEL, bool _secure) | |
virtual | ~TLBIOp () |
void | broadcast (ThreadContext *tc) |
Broadcast the TLB Invalidate operation to all TLBs in the Arm system. More... | |
Protected Attributes | |
Addr | addr |
Protected Attributes inherited from ArmISA::TLBIOp | |
bool | secureLookup |
ExceptionLevel | targetEL |
TLB Invalidate by Intermediate Physical Address.
Definition at line 242 of file tlbi_op.hh.
|
inline |
Definition at line 245 of file tlbi_op.hh.
|
overridevirtual |
Reimplemented from ArmISA::TLBIOp.
Definition at line 163 of file tlbi_op.cc.
References addr, ArmISA::TLB::flushIpaVmid(), ThreadContext::getCheckerCpuPtr(), ArmISA::getDTBPtr(), ArmISA::getITBPtr(), ArmISA::TLBIOp::secureLookup, and ArmISA::TLBIOp::targetEL.
|
protected |
Definition at line 252 of file tlbi_op.hh.
Referenced by operator()().