gem5 v24.0.0.0
|
#include <hsa_packet.hh>
Public Attributes | |
uint16_t | type:8 |
uint16_t | barrier:1 |
uint16_t | acquire_fence_scope:2 |
uint16_t | release_fence_scope:2 |
uint16_t | reserved:3 |
Definition at line 42 of file hsa_packet.hh.
uint16_t gem5::hsa_packet_header_bitfield_t::acquire_fence_scope |
Definition at line 47 of file hsa_packet.hh.
uint16_t gem5::hsa_packet_header_bitfield_t::barrier |
Definition at line 46 of file hsa_packet.hh.
uint16_t gem5::hsa_packet_header_bitfield_t::release_fence_scope |
Definition at line 48 of file hsa_packet.hh.
uint16_t gem5::hsa_packet_header_bitfield_t::reserved |
Definition at line 49 of file hsa_packet.hh.
uint16_t gem5::hsa_packet_header_bitfield_t::type |
Definition at line 45 of file hsa_packet.hh.