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

Data TLB Invalidate by VA. More...

#include <tlbi_op.hh>

Inheritance diagram for ArmISA::DTLBIMVA:
ArmISA::TLBIMVA ArmISA::TLBIOp

Public Member Functions

 DTLBIMVA (ExceptionLevel _targetEL, bool _secure, Addr _addr, uint16_t _asid)
 
void broadcast (ThreadContext *tc)=delete
 
void operator() (ThreadContext *tc) override
 
- Public Member Functions inherited from ArmISA::TLBIMVA
 TLBIMVA (ExceptionLevel _targetEL, bool _secure, Addr _addr, 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::TLBIMVA
Addr addr
 
uint16_t asid
 
bool inHost
 
- Public Attributes inherited from ArmISA::TLBIOp
bool secureLookup
 
ExceptionLevel targetEL
 

Detailed Description

Data TLB Invalidate by VA.

Definition at line 272 of file tlbi_op.hh.

Constructor & Destructor Documentation

◆ DTLBIMVA()

ArmISA::DTLBIMVA::DTLBIMVA ( ExceptionLevel  _targetEL,
bool  _secure,
Addr  _addr,
uint16_t  _asid 
)
inline

Definition at line 275 of file tlbi_op.hh.

Member Function Documentation

◆ broadcast()

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

◆ operator()()

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

Reimplemented from ArmISA::TLBIMVA.

Definition at line 176 of file tlbi_op.cc.

References ArmISA::MMU::dflush(), and ArmISA::getMMUPtr().


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

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