gem5  v20.1.0.0
Public Member Functions | Public Attributes | List of all members
X86ISA::GpuTLB::TranslationState Struct Reference

TLB TranslationState: this currently is a somewhat bastardization of the usage of SenderState, whereby the receiver of a packet is not usually supposed to need to look at the contents of the senderState, you're really only supposed to look at what you pushed on, pop it off, and send it back. More...

#include <gpu_tlb.hh>

Inheritance diagram for X86ISA::GpuTLB::TranslationState:
Packet::SenderState

Public Member Functions

 TranslationState (Mode tlb_mode, ThreadContext *_tc, bool _prefetch=false, Packet::SenderState *_saved=nullptr)
 
- Public Member Functions inherited from Packet::SenderState
 SenderState ()
 
virtual ~SenderState ()
 

Public Attributes

Mode tlbMode
 
ThreadContexttc
 
TlbEntrytlbEntry
 
bool prefetch
 
uint64_t issueTime
 
std::vector< ResponsePort * > ports
 
std::vector< int > reqCnt
 
int hitLevel
 
Packet::SenderStatesaved
 
- Public Attributes inherited from Packet::SenderState
SenderStatepredecessor
 

Detailed Description

TLB TranslationState: this currently is a somewhat bastardization of the usage of SenderState, whereby the receiver of a packet is not usually supposed to need to look at the contents of the senderState, you're really only supposed to look at what you pushed on, pop it off, and send it back.

However, since there is state that we want to pass to the TLBs using the send/recv Timing/Functional/etc. APIs, which don't allow for new arguments, we need a common TLB senderState to pass between TLBs, both "forwards" and "backwards."

So, basically, the rule is that any packet received by a TLB port (cpuside OR memside) must be safely castable to a TranslationState.

Definition at line 310 of file gpu_tlb.hh.

Constructor & Destructor Documentation

◆ TranslationState()

X86ISA::GpuTLB::TranslationState::TranslationState ( Mode  tlb_mode,
ThreadContext _tc,
bool  _prefetch = false,
Packet::SenderState _saved = nullptr 
)
inline

Definition at line 337 of file gpu_tlb.hh.

Member Data Documentation

◆ hitLevel

int X86ISA::GpuTLB::TranslationState::hitLevel

◆ issueTime

uint64_t X86ISA::GpuTLB::TranslationState::issueTime

Definition at line 326 of file gpu_tlb.hh.

◆ ports

std::vector<ResponsePort*> X86ISA::GpuTLB::TranslationState::ports

Definition at line 328 of file gpu_tlb.hh.

◆ prefetch

bool X86ISA::GpuTLB::TranslationState::prefetch

◆ reqCnt

std::vector<int> X86ISA::GpuTLB::TranslationState::reqCnt

◆ saved

Packet::SenderState* X86ISA::GpuTLB::TranslationState::saved

Definition at line 335 of file gpu_tlb.hh.

Referenced by ComputeUnit::sendRequest().

◆ tc

ThreadContext* X86ISA::GpuTLB::TranslationState::tc

◆ tlbEntry

TlbEntry* X86ISA::GpuTLB::TranslationState::tlbEntry

◆ tlbMode

Mode X86ISA::GpuTLB::TranslationState::tlbMode

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

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