gem5
v21.0.0.0
|
Instruction TLB Invalidate by VA. More...
#include <tlbi_op.hh>
Public Member Functions | |
ITLBIMVA (ExceptionLevel _targetEL, bool _secure, Addr _addr, uint16_t _asid) | |
void | broadcast (ThreadContext *tc)=delete |
void | operator() (ThreadContext *tc) override |
![]() | |
TLBIMVA (ExceptionLevel _targetEL, bool _secure, Addr _addr, uint16_t _asid) | |
![]() | |
TLBIOp (ExceptionLevel _targetEL, bool _secure) | |
virtual | ~TLBIOp () |
void | broadcast (ThreadContext *tc) |
Broadcast the TLB Invalidate operation to all TLBs in the Arm system. More... | |
Additional Inherited Members | |
![]() | |
Addr | addr |
uint16_t | asid |
bool | inHost |
![]() | |
bool | secureLookup |
ExceptionLevel | targetEL |
Instruction TLB Invalidate by VA.
Definition at line 258 of file tlbi_op.hh.
|
inline |
Definition at line 261 of file tlbi_op.hh.
|
delete |
|
overridevirtual |
Reimplemented from ArmISA::TLBIMVA.
Definition at line 170 of file tlbi_op.cc.
References ArmISA::getMMUPtr(), and ArmISA::MMU::iflush().