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

Instruction TLB Invalidate by ASID match. More...

#include <tlbi_op.hh>

Inheritance diagram for ArmISA::ITLBIASID:
ArmISA::TLBIOp

Public Member Functions

 ITLBIASID (ExceptionLevel _targetEL, bool _secure, uint16_t _asid)
 
void broadcast (ThreadContext *tc)=delete
 
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

uint16_t asid
 
- Protected Attributes inherited from ArmISA::TLBIOp
bool secureLookup
 
ExceptionLevel targetEL
 

Detailed Description

Instruction TLB Invalidate by ASID match.

Definition at line 132 of file tlbi_op.hh.

Constructor & Destructor Documentation

◆ ITLBIASID()

ArmISA::ITLBIASID::ITLBIASID ( ExceptionLevel  _targetEL,
bool  _secure,
uint16_t  _asid 
)
inline

Definition at line 135 of file tlbi_op.hh.

Member Function Documentation

◆ broadcast()

void ArmISA::ITLBIASID::broadcast ( ThreadContext tc)
delete

◆ operator()()

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

Member Data Documentation

◆ asid

uint16_t ArmISA::ITLBIASID::asid
protected

Definition at line 144 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:36 for gem5 by doxygen 1.8.17