gem5  v20.1.0.0
Public Member Functions | Protected Attributes | List of all members
DefaultFetch< Impl >::FetchTranslation Class Reference

#include <fetch.hh>

Inheritance diagram for DefaultFetch< Impl >::FetchTranslation:
BaseTLB::Translation

Public Member Functions

 FetchTranslation (DefaultFetch< Impl > *_fetch)
 
void markDelayed ()
 Signal that the translation has been delayed due to a hw page table walk. More...
 
void finish (const Fault &fault, const RequestPtr &req, ThreadContext *tc, BaseTLB::Mode mode)
 
- Public Member Functions inherited from BaseTLB::Translation
virtual ~Translation ()
 
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...
 

Protected Attributes

DefaultFetch< Impl > * fetch
 

Detailed Description

template<class Impl>
class DefaultFetch< Impl >::FetchTranslation

Definition at line 112 of file fetch.hh.

Constructor & Destructor Documentation

◆ FetchTranslation()

template<class Impl >
DefaultFetch< Impl >::FetchTranslation::FetchTranslation ( DefaultFetch< Impl > *  _fetch)
inline

Definition at line 118 of file fetch.hh.

Member Function Documentation

◆ finish()

template<class Impl >
void DefaultFetch< Impl >::FetchTranslation::finish ( const Fault fault,
const RequestPtr req,
ThreadContext tc,
BaseTLB::Mode  mode 
)
inlinevirtual

◆ markDelayed()

template<class Impl >
void DefaultFetch< Impl >::FetchTranslation::markDelayed ( )
inlinevirtual

Signal that the translation has been delayed due to a hw page table walk.

Implements BaseTLB::Translation.

Definition at line 123 of file fetch.hh.

Member Data Documentation

◆ fetch

template<class Impl >
DefaultFetch<Impl>* DefaultFetch< Impl >::FetchTranslation::fetch
protected

Definition at line 115 of file fetch.hh.

Referenced by DefaultFetch< Impl >::FetchTranslation::finish().


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

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