Home
last modified time | relevance | path

Searched refs:hw_exception_data (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_events.c503 memcpy(&ev->hw_exception_data, in kfd_criu_restore_event()
504 &ev_priv->hw_exception_data, in kfd_criu_restore_event()
566 memcpy(&ev_priv->hw_exception_data, in kfd_criu_checkpoint_events()
567 &ev->hw_exception_data, in kfd_criu_checkpoint_events()
1232 memset(&hw_exception_data, 0, sizeof(hw_exception_data)); in kfd_signal_reset_event()
1233 hw_exception_data.memory_lost = 1; in kfd_signal_reset_event()
1255 ev->hw_exception_data = hw_exception_data; in kfd_signal_reset_event()
1293 memset(&hw_exception_data, 0, sizeof(hw_exception_data)); in kfd_signal_poison_consumed_event()
1294 hw_exception_data.gpu_id = user_gpu_id; in kfd_signal_poison_consumed_event()
1295 hw_exception_data.memory_lost = 1; in kfd_signal_poison_consumed_event()
[all …]
H A Dkfd_events.h72 struct kfd_hsa_hw_exception_data hw_exception_data; member
H A Dkfd_priv.h1252 struct kfd_hsa_hw_exception_data hw_exception_data; member
/openbsd/sys/dev/pci/drm/include/uapi/linux/
H A Dkfd_ioctl.h334 struct kfd_hsa_hw_exception_data hw_exception_data; member