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

Implementaton of AArch64 TLBI ALLE(1,2,3)(IS) instructions. More...

#include <tlbi_op.hh>

Inheritance diagram for ArmISA::TLBIALLEL:
ArmISA::TLBIOp

Public Member Functions

 TLBIALLEL (ExceptionLevel _targetEL, bool _secure)
 
void operator() (ThreadContext *tc) override
 
TLBIALLEL makeStage2 () const
 
- 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...
 

Public Attributes

bool inHost
 
- Public Attributes inherited from ArmISA::TLBIOp
bool secureLookup
 
ExceptionLevel targetEL
 

Detailed Description

Implementaton of AArch64 TLBI ALLE(1,2,3)(IS) instructions.

Definition at line 126 of file tlbi_op.hh.

Constructor & Destructor Documentation

◆ TLBIALLEL()

ArmISA::TLBIALLEL::TLBIALLEL ( ExceptionLevel  _targetEL,
bool  _secure 
)
inline

Definition at line 129 of file tlbi_op.hh.

Referenced by makeStage2().

Member Function Documentation

◆ makeStage2()

TLBIALLEL ArmISA::TLBIALLEL::makeStage2 ( ) const
inline

Definition at line 136 of file tlbi_op.hh.

References ArmISA::EL1, ArmISA::TLBIOp::secureLookup, and TLBIALLEL().

Referenced by ArmISA::TLB::flush().

◆ operator()()

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

Member Data Documentation

◆ inHost

bool ArmISA::TLBIALLEL::inHost

Definition at line 141 of file tlbi_op.hh.

Referenced by ArmISA::TLB::flush(), and operator()().


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

Generated on Tue Mar 23 2021 19:41:45 for gem5 by doxygen 1.8.17