hw_exception_data 1013 drivers/gpu/drm/amd/amdkfd/kfd_events.c 	struct kfd_hsa_hw_exception_data hw_exception_data;
hw_exception_data 1024 drivers/gpu/drm/amd/amdkfd/kfd_events.c 	memset(&hw_exception_data, 0, sizeof(hw_exception_data));
hw_exception_data 1025 drivers/gpu/drm/amd/amdkfd/kfd_events.c 	hw_exception_data.gpu_id = dev->id;
hw_exception_data 1026 drivers/gpu/drm/amd/amdkfd/kfd_events.c 	hw_exception_data.memory_lost = 1;
hw_exception_data 1027 drivers/gpu/drm/amd/amdkfd/kfd_events.c 	hw_exception_data.reset_cause = reset_cause;
hw_exception_data 1040 drivers/gpu/drm/amd/amdkfd/kfd_events.c 				ev->hw_exception_data = hw_exception_data;
hw_exception_data   69 drivers/gpu/drm/amd/amdkfd/kfd_events.h 		struct kfd_hsa_hw_exception_data hw_exception_data;
hw_exception_data  279 include/uapi/linux/kfd_ioctl.h 		struct kfd_hsa_hw_exception_data hw_exception_data;