gem5 v24.1.0.1
|
#include <gpu_command_processor.hh>
Public Attributes | |
AMDKernelCode * | akc |
void * | raw_pkt |
uint32_t | queue_id |
Addr | host_pkt_addr |
PacketPtr | readPkt |
Definition at line 88 of file gpu_command_processor.hh.
AMDKernelCode* gem5::GPUCommandProcessor::KernelDispatchData::akc |
Definition at line 90 of file gpu_command_processor.hh.
Referenced by gem5::GPUCommandProcessor::completeTimingRead(), and gem5::GPUCommandProcessor::submitDispatchPkt().
Addr gem5::GPUCommandProcessor::KernelDispatchData::host_pkt_addr |
Definition at line 93 of file gpu_command_processor.hh.
Referenced by gem5::GPUCommandProcessor::completeTimingRead(), and gem5::GPUCommandProcessor::submitDispatchPkt().
uint32_t gem5::GPUCommandProcessor::KernelDispatchData::queue_id |
Definition at line 92 of file gpu_command_processor.hh.
Referenced by gem5::GPUCommandProcessor::completeTimingRead(), and gem5::GPUCommandProcessor::submitDispatchPkt().
void* gem5::GPUCommandProcessor::KernelDispatchData::raw_pkt |
Definition at line 91 of file gpu_command_processor.hh.
Referenced by gem5::GPUCommandProcessor::completeTimingRead(), and gem5::GPUCommandProcessor::submitDispatchPkt().
PacketPtr gem5::GPUCommandProcessor::KernelDispatchData::readPkt |
Definition at line 94 of file gpu_command_processor.hh.
Referenced by gem5::GPUCommandProcessor::completeTimingRead(), and gem5::GPUCommandProcessor::submitDispatchPkt().