Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/
Dkfd_events.c1013 struct kfd_hsa_hw_exception_data hw_exception_data; in kfd_signal_reset_event() local
1020 memset(&hw_exception_data, 0, sizeof(hw_exception_data)); in kfd_signal_reset_event()
1021 hw_exception_data.gpu_id = dev->id; in kfd_signal_reset_event()
1022 hw_exception_data.memory_lost = 1; in kfd_signal_reset_event()
1030 ev->hw_exception_data = hw_exception_data; in kfd_signal_reset_event()
Dkfd_events.h69 struct kfd_hsa_hw_exception_data hw_exception_data; member
/Linux-v4.19/include/uapi/linux/
Dkfd_ioctl.h260 struct kfd_hsa_hw_exception_data hw_exception_data; member