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

#include <gpu_tlb.hh>

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 (Fault fault, const RequestPtr &req, ThreadContext *tc, Mode mode)=0
 The memory for this object may be dynamically allocated, and it may be responsible for cleaning itslef up which will happen in this function. More...
 

Detailed Description

Definition at line 79 of file gpu_tlb.hh.

Constructor & Destructor Documentation

◆ ~Translation()

virtual X86ISA::GpuTLB::Translation::~Translation ( )
inlinevirtual

Definition at line 82 of file gpu_tlb.hh.

Member Function Documentation

◆ finish()

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

The memory for this object may be dynamically allocated, and it may be responsible for cleaning itslef up which will happen in this function.

Once it's called the object is no longer valid.

Referenced by X86ISA::GpuTLB::translateTiming().

◆ markDelayed()

virtual void X86ISA::GpuTLB::Translation::markDelayed ( )
pure virtual

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


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

Generated on Wed Sep 30 2020 14:03:15 for gem5 by doxygen 1.8.17