gem5
v19.0.0.0
|
TLB Invalidate by ASID match. More...
#include <tlbi_op.hh>
Public Member Functions | |
TLBIASID (ExceptionLevel _targetEL, bool _secure, uint16_t _asid) | |
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... | |
Protected Attributes | |
uint16_t | asid |
![]() | |
bool | secureLookup |
ExceptionLevel | targetEL |
TLB Invalidate by ASID match.
Definition at line 123 of file tlbi_op.hh.
|
inline |
Definition at line 126 of file tlbi_op.hh.
References ArmISA::TLBIOp::operator()().
|
overridevirtual |
Reimplemented from ArmISA::TLBIOp.
Definition at line 76 of file tlbi_op.cc.
References ArmISA::asid, ArmISA::TLB::flushAsid(), ThreadContext::getCheckerCpuPtr(), ArmISA::getDTBPtr(), ArmISA::getITBPtr(), ArmISA::TLBIOp::secureLookup, and ArmISA::TLBIOp::targetEL.
|
protected |
Definition at line 133 of file tlbi_op.hh.