gem5  v22.1.0.0
Public Member Functions | List of all members
gem5::ArmISA::TLBIALLN Class Reference

TLB Invalidate All, Non-Secure. More...

#include <tlbi_op.hh>

Inheritance diagram for gem5::ArmISA::TLBIALLN:
gem5::ArmISA::TLBIOp

Public Member Functions

 TLBIALLN (ExceptionLevel _targetEL)
 
void operator() (ThreadContext *tc) override
 
bool match (TlbEntry *entry, vmid_t curr_vmid) const override
 
bool stage2Flush () const override
 Return true if the TLBI op needs to flush stage2 entries, Defaulting to false in the TLBIOp abstract class. More...
 
TLBIALLN makeStage2 () const
 
- Public Member Functions inherited from gem5::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...
 
virtual bool stage1Flush () const
 Return true if the TLBI op needs to flush stage1 entries, Defaulting to true in the TLBIOp abstract class. More...
 

Additional Inherited Members

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

Detailed Description

TLB Invalidate All, Non-Secure.

Definition at line 276 of file tlbi_op.hh.

Constructor & Destructor Documentation

◆ TLBIALLN()

gem5::ArmISA::TLBIALLN::TLBIALLN ( ExceptionLevel  _targetEL)
inline

Definition at line 279 of file tlbi_op.hh.

Referenced by makeStage2().

Member Function Documentation

◆ makeStage2()

TLBIALLN gem5::ArmISA::TLBIALLN::makeStage2 ( ) const
inline

Definition at line 294 of file tlbi_op.hh.

References gem5::ArmISA::EL1, and TLBIALLN().

◆ match()

bool gem5::ArmISA::TLBIALLN::match ( TlbEntry entry,
vmid_t  curr_vmid 
) const
overridevirtual

Implements gem5::ArmISA::TLBIOp.

Definition at line 205 of file tlbi_op.cc.

References gem5::ArmISA::EL2, gem5::ArmISA::TLBIOp::targetEL, and gem5::ArmISA::te.

◆ operator()()

void gem5::ArmISA::TLBIALLN::operator() ( ThreadContext tc)
overridevirtual

◆ stage2Flush()

bool gem5::ArmISA::TLBIALLN::stage2Flush ( ) const
inlineoverridevirtual

Return true if the TLBI op needs to flush stage2 entries, Defaulting to false in the TLBIOp abstract class.

Reimplemented from gem5::ArmISA::TLBIOp.

Definition at line 288 of file tlbi_op.hh.

References gem5::ArmISA::EL2, and gem5::ArmISA::TLBIOp::targetEL.


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

Generated on Wed Dec 21 2022 10:23:37 for gem5 by doxygen 1.9.1