gem5  v22.1.0.0
Public Member Functions | Protected Attributes | List of all members
gem5::o3::Fetch::FetchTranslation Class Reference

#include <fetch.hh>

Inheritance diagram for gem5::o3::Fetch::FetchTranslation:
gem5::BaseMMU::Translation

Public Member Functions

 FetchTranslation (Fetch *_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, gem5::ThreadContext *tc, BaseMMU::Mode mode)
 
- Public Member Functions inherited from gem5::BaseMMU::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

Fetchfetch
 

Detailed Description

Definition at line 104 of file fetch.hh.

Constructor & Destructor Documentation

◆ FetchTranslation()

gem5::o3::Fetch::FetchTranslation::FetchTranslation ( Fetch _fetch)
inline

Definition at line 110 of file fetch.hh.

Member Function Documentation

◆ finish()

void gem5::o3::Fetch::FetchTranslation::finish ( const Fault fault,
const RequestPtr req,
gem5::ThreadContext tc,
BaseMMU::Mode  mode 
)
inlinevirtual

◆ markDelayed()

void gem5::o3::Fetch::FetchTranslation::markDelayed ( )
inlinevirtual

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

Implements gem5::BaseMMU::Translation.

Definition at line 112 of file fetch.hh.

Member Data Documentation

◆ fetch

Fetch* gem5::o3::Fetch::FetchTranslation::fetch
protected

Definition at line 107 of file fetch.hh.

Referenced by finish().


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

Generated on Wed Dec 21 2022 10:24:18 for gem5 by doxygen 1.9.1