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::TLBIOp Class Reference

#include <tlbi_op.hh>

Inheritance diagram for ArmISA::TLBIOp:
ArmISA::TLBIALL ArmISA::TLBIALLEL ArmISA::TLBIALLN ArmISA::TLBIASID ArmISA::TLBIIPA ArmISA::TLBIMVA ArmISA::TLBIMVAA ArmISA::TLBIVMALL

Public Member Functions

 TLBIOp (ExceptionLevel _targetEL, bool _secure)
 
virtual ~TLBIOp ()
 
virtual void operator() (ThreadContext *tc)
 
void broadcast (ThreadContext *tc)
 Broadcast the TLB Invalidate operation to all TLBs in the Arm system. More...
 

Public Attributes

bool secureLookup
 
ExceptionLevel targetEL
 

Detailed Description

Definition at line 53 of file tlbi_op.hh.

Constructor & Destructor Documentation

◆ TLBIOp()

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

Definition at line 56 of file tlbi_op.hh.

◆ ~TLBIOp()

virtual ArmISA::TLBIOp::~TLBIOp ( )
inlinevirtual

Definition at line 60 of file tlbi_op.hh.

Member Function Documentation

◆ broadcast()

void ArmISA::TLBIOp::broadcast ( ThreadContext tc)
inline

Broadcast the TLB Invalidate operation to all TLBs in the Arm system.

Parameters
tcThread Context

Definition at line 69 of file tlbi_op.hh.

References ThreadContext::getSystemPtr(), and System::threads.

Referenced by ArmISA::ISA::setMiscReg().

◆ operator()()

virtual void ArmISA::TLBIOp::operator() ( ThreadContext tc)
inlinevirtual

Member Data Documentation

◆ secureLookup

bool ArmISA::TLBIOp::secureLookup

◆ targetEL

ExceptionLevel ArmISA::TLBIOp::targetEL

Definition at line 76 of file tlbi_op.hh.

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


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

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