Lines Matching refs:hw_exception_data
504 memcpy(&ev->hw_exception_data, in kfd_criu_restore_event()
505 &ev_priv->hw_exception_data, in kfd_criu_restore_event()
567 memcpy(&ev_priv->hw_exception_data, in kfd_criu_checkpoint_events()
568 &ev->hw_exception_data, in kfd_criu_checkpoint_events()
897 src = &event->hw_exception_data; in copy_signaled_event_data()
1253 struct kfd_hsa_hw_exception_data hw_exception_data; in kfd_signal_reset_event() local
1264 memset(&hw_exception_data, 0, sizeof(hw_exception_data)); in kfd_signal_reset_event()
1265 hw_exception_data.memory_lost = 1; in kfd_signal_reset_event()
1266 hw_exception_data.reset_cause = reset_cause; in kfd_signal_reset_event()
1316 ev->hw_exception_data = hw_exception_data; in kfd_signal_reset_event()
1317 ev->hw_exception_data.gpu_id = user_gpu_id; in kfd_signal_reset_event()
1340 struct kfd_hsa_hw_exception_data hw_exception_data; in kfd_signal_poison_consumed_event() local
1357 memset(&hw_exception_data, 0, sizeof(hw_exception_data)); in kfd_signal_poison_consumed_event()
1358 hw_exception_data.gpu_id = user_gpu_id; in kfd_signal_poison_consumed_event()
1359 hw_exception_data.memory_lost = 1; in kfd_signal_poison_consumed_event()
1360 hw_exception_data.reset_cause = KFD_HW_EXCEPTION_ECC; in kfd_signal_poison_consumed_event()
1372 ev->hw_exception_data = hw_exception_data; in kfd_signal_poison_consumed_event()