gem5
v21.0.0.0
|
#include <tlbi_op.hh>
Public Member Functions | |
TLBIOp (ExceptionLevel _targetEL, bool _secure) | |
virtual | ~TLBIOp () |
virtual void | operator() (ThreadContext *tc) |
void | broadcast (ThreadContext *tc) |
Broadcast the TLB Invalidate operation to all TLBs in the Arm system. More... | |
Public Attributes | |
bool | secureLookup |
ExceptionLevel | targetEL |
Definition at line 53 of file tlbi_op.hh.
|
inline |
Definition at line 56 of file tlbi_op.hh.
|
inlinevirtual |
Definition at line 60 of file tlbi_op.hh.
|
inline |
Broadcast the TLB Invalidate operation to all TLBs in the Arm system.
tc | Thread Context |
Definition at line 69 of file tlbi_op.hh.
References ThreadContext::getSystemPtr(), and System::threads.
Referenced by ArmISA::ISA::setMiscReg().
|
inlinevirtual |
Reimplemented in ArmISA::TLBIIPA, ArmISA::DTLBIMVA, ArmISA::ITLBIMVA, ArmISA::TLBIMVA, ArmISA::TLBIMVAA, ArmISA::TLBIALLN, ArmISA::DTLBIASID, ArmISA::ITLBIASID, ArmISA::TLBIASID, ArmISA::TLBIVMALL, ArmISA::TLBIALLEL, ArmISA::DTLBIALL, ArmISA::ITLBIALL, and ArmISA::TLBIALL.
Definition at line 61 of file tlbi_op.hh.
bool ArmISA::TLBIOp::secureLookup |
Definition at line 75 of file tlbi_op.hh.
Referenced by ArmISA::TLB::flush(), ArmISA::TLBIALL::makeStage2(), ArmISA::TLBIALLEL::makeStage2(), ArmISA::TLBIVMALL::makeStage2(), and ArmISA::TLBIIPA::makeStage2().
ExceptionLevel ArmISA::TLBIOp::targetEL |
Definition at line 76 of file tlbi_op.hh.
Referenced by ArmISA::TLB::flush().