gem5  v20.1.0.0
Public Member Functions | Protected Attributes | List of all members
ArmISA::TLBIMVA Class Reference

TLB Invalidate by VA. More...

#include <tlbi_op.hh>

Inheritance diagram for ArmISA::TLBIMVA:
ArmISA::TLBIOp

Public Member Functions

 TLBIMVA (ExceptionLevel _targetEL, bool _secure, Addr _addr, uint16_t _asid)
 
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
 
uint16_t asid
 
- Protected Attributes inherited from ArmISA::TLBIOp
bool secureLookup
 
ExceptionLevel targetEL
 

Detailed Description

TLB Invalidate by VA.

Definition at line 190 of file tlbi_op.hh.

Constructor & Destructor Documentation

◆ TLBIMVA()

ArmISA::TLBIMVA::TLBIMVA ( ExceptionLevel  _targetEL,
bool  _secure,
Addr  _addr,
uint16_t  _asid 
)
inline

Definition at line 193 of file tlbi_op.hh.

Member Function Documentation

◆ operator()()

void ArmISA::TLBIMVA::operator() ( ThreadContext tc)
overridevirtual

Member Data Documentation

◆ addr

Addr ArmISA::TLBIMVA::addr
protected

Definition at line 201 of file tlbi_op.hh.

Referenced by operator()().

◆ asid

uint16_t ArmISA::TLBIMVA::asid
protected

Definition at line 202 of file tlbi_op.hh.

Referenced by operator()().


The documentation for this class was generated from the following files:

Generated on Wed Sep 30 2020 14:02:38 for gem5 by doxygen 1.8.17