Searched refs:hw_exception_data (Results 1 – 2 of 2) sorted by relevance
1018 struct kfd_hsa_hw_exception_data hw_exception_data; in kfd_signal_reset_event() local1029 memset(&hw_exception_data, 0, sizeof(hw_exception_data)); in kfd_signal_reset_event()1030 hw_exception_data.gpu_id = dev->id; in kfd_signal_reset_event()1031 hw_exception_data.memory_lost = 1; in kfd_signal_reset_event()1032 hw_exception_data.reset_cause = reset_cause; in kfd_signal_reset_event()1045 ev->hw_exception_data = hw_exception_data; in kfd_signal_reset_event()
71 struct kfd_hsa_hw_exception_data hw_exception_data; member