gem5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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, 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 88 of file fetch.hh.

Constructor & Destructor Documentation

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

Definition at line 94 of file fetch.hh.

Member Function Documentation

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

Implements BaseTLB::Translation.

Definition at line 103 of file fetch.hh.

References BaseTLB::Execute, and DefaultFetch< Impl >::FetchTranslation::fetch.

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 99 of file fetch.hh.

Member Data Documentation

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

Definition at line 91 of file fetch.hh.

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


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

Generated on Fri Jun 9 2017 13:04:07 for gem5 by doxygen 1.8.6