gem5  v21.0.1.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | List of all members
ArmISA::DTLBIASID Class Reference

Data TLB Invalidate by ASID match. More...

#include <tlbi_op.hh>

Inheritance diagram for ArmISA::DTLBIASID:
ArmISA::TLBIASID ArmISA::TLBIOp

Public Member Functions

 DTLBIASID (ExceptionLevel _targetEL, bool _secure, uint16_t _asid)
 
void broadcast (ThreadContext *tc)=delete
 
void operator() (ThreadContext *tc) override
 
- Public Member Functions inherited from ArmISA::TLBIASID
 TLBIASID (ExceptionLevel _targetEL, bool _secure, uint16_t _asid)
 
- 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...
 

Additional Inherited Members

- Public Attributes inherited from ArmISA::TLBIASID
uint16_t asid
 
bool inHost
 
bool el2Enabled
 
- Public Attributes inherited from ArmISA::TLBIOp
bool secureLookup
 
ExceptionLevel targetEL
 

Detailed Description

Data TLB Invalidate by ASID match.

Definition at line 196 of file tlbi_op.hh.

Constructor & Destructor Documentation

◆ DTLBIASID()

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

Definition at line 199 of file tlbi_op.hh.

Member Function Documentation

◆ broadcast()

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

◆ operator()()

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

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

Generated on Tue Jun 22 2021 15:28:47 for gem5 by doxygen 1.8.17