gem5
v20.0.0.3
|
#include <tlbi_op.hh>
Public Member Functions | |
TLBIMVA (ExceptionLevel _targetEL, bool _secure, Addr _addr, 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 | |
Addr | addr |
uint16_t | asid |
![]() | |
bool | secureLookup |
ExceptionLevel | targetEL |
TLB Invalidate by VA.
Definition at line 193 of file tlbi_op.hh.
|
inline |
Definition at line 196 of file tlbi_op.hh.
References ArmISA::TLBIOp::operator()().
|
overridevirtual |
Reimplemented from ArmISA::TLBIOp.
Definition at line 124 of file tlbi_op.cc.
References addr, ArmISA::asid, ArmISA::TLB::flushMvaAsid(), ThreadContext::getCheckerCpuPtr(), ArmISA::getDTBPtr(), ArmISA::getITBPtr(), ArmISA::TLBIOp::secureLookup, and ArmISA::TLBIOp::targetEL.
|
protected |
Definition at line 204 of file tlbi_op.hh.
|
protected |
Definition at line 205 of file tlbi_op.hh.