gem5  v20.1.0.0
Public Member Functions | List of all members
BaseTLB::Translation Class Referenceabstract

#include <tlb.hh>

Inheritance diagram for BaseTLB::Translation:
ArmISA::Stage2LookUp ArmISA::Stage2MMU::Stage2Translation DataTranslation< ExecContextPtr > DefaultFetch< Impl >::FetchTranslation LSQ< Impl >::LSQRequest Minor::Fetch1::FetchRequest Minor::LSQ::LSQRequest Prefetcher::Queued::DeferredPacket TimingSimpleCPU::FetchTranslation

Public Member Functions

virtual ~Translation ()
 
virtual void markDelayed ()=0
 Signal that the translation has been delayed due to a hw page table walk. More...
 
virtual void finish (const Fault &fault, const RequestPtr &req, ThreadContext *tc, Mode mode)=0
 
virtual bool squashed () const
 This function is used by the page table walker to determine if it should translate the a pending request or if the underlying request has been squashed. More...
 

Detailed Description

Definition at line 59 of file tlb.hh.

Constructor & Destructor Documentation

◆ ~Translation()

virtual BaseTLB::Translation::~Translation ( )
inlinevirtual

Definition at line 62 of file tlb.hh.

Member Function Documentation

◆ finish()

virtual void BaseTLB::Translation::finish ( const Fault fault,
const RequestPtr req,
ThreadContext tc,
Mode  mode 
)
pure virtual

◆ markDelayed()

virtual void BaseTLB::Translation::markDelayed ( )
pure virtual

◆ squashed()

virtual bool BaseTLB::Translation::squashed ( ) const
inlinevirtual

This function is used by the page table walker to determine if it should translate the a pending request or if the underlying request has been squashed.

@ return Is the instruction that requested this translation squashed?

Reimplemented in LSQ< Impl >::LSQRequest, and DataTranslation< ExecContextPtr >.

Definition at line 84 of file tlb.hh.

Referenced by ArmISA::TableWalker::processWalkWrapper(), RiscvISA::Walker::startWalkWrapper(), and X86ISA::Walker::startWalkWrapper().


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

Generated on Wed Sep 30 2020 14:02:21 for gem5 by doxygen 1.8.17