gem5 v24.0.0.0
|
#include <kfd_ioctl.h>
Public Attributes | ||
union { | ||
struct kfd_hsa_memory_exception_data memory_exception_data | ||
struct kfd_hsa_hw_exception_data hw_exception_data | ||
}; | ||
uint64_t | kfd_event_data_ext | |
uint32_t | event_id | |
uint32_t | pad | |
Definition at line 307 of file kfd_ioctl.h.
union { ... } gem5::kfd_event_data |
uint32_t gem5::kfd_event_data::event_id |
Definition at line 316 of file kfd_ioctl.h.
struct kfd_hsa_hw_exception_data gem5::kfd_event_data::hw_exception_data |
Definition at line 312 of file kfd_ioctl.h.
uint64_t gem5::kfd_event_data::kfd_event_data_ext |
Definition at line 314 of file kfd_ioctl.h.
struct kfd_hsa_memory_exception_data gem5::kfd_event_data::memory_exception_data |
Definition at line 311 of file kfd_ioctl.h.
uint32_t gem5::kfd_event_data::pad |
Definition at line 317 of file kfd_ioctl.h.