| 
    gem5
    
   | 
 
#include <fetch.hh>
  
 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 | 
      
  | 
  inline | 
      
  | 
  inlinevirtual | 
Implements BaseTLB::Translation.
Definition at line 103 of file fetch.hh.
References BaseTLB::Execute, and DefaultFetch< Impl >::FetchTranslation::fetch.
      
  | 
  inlinevirtual | 
Signal that the translation has been delayed due to a hw page table walk.
Implements BaseTLB::Translation.
      
  | 
  protected | 
Definition at line 91 of file fetch.hh.
Referenced by DefaultFetch< Impl >::FetchTranslation::finish().