Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_events.c510 memcpy(&ev->hw_exception_data, in kfd_criu_restore_event()
511 &ev_priv->hw_exception_data, in kfd_criu_restore_event()
573 memcpy(&ev_priv->hw_exception_data, in kfd_criu_checkpoint_events()
574 &ev->hw_exception_data, in kfd_criu_checkpoint_events()
891 src = &event->hw_exception_data; in copy_signaled_event_data()
1247 struct kfd_hsa_hw_exception_data hw_exception_data; in kfd_signal_reset_event() local
1258 memset(&hw_exception_data, 0, sizeof(hw_exception_data)); in kfd_signal_reset_event()
1259 hw_exception_data.memory_lost = 1; in kfd_signal_reset_event()
1260 hw_exception_data.reset_cause = reset_cause; in kfd_signal_reset_event()
1310 ev->hw_exception_data = hw_exception_data; in kfd_signal_reset_event()
[all …]
H A Dkfd_events.h72 struct kfd_hsa_hw_exception_data hw_exception_data; member
H A Dkfd_priv.h1306 struct kfd_hsa_hw_exception_data hw_exception_data; member
/linux/include/uapi/linux/
H A Dkfd_ioctl.h274 /* For kfd_event_data.hw_exception_data.reset_type. */
278 /* For kfd_event_data.hw_exception_data.reset_cause. */
352 struct kfd_hsa_hw_exception_data hw_exception_data;
346 struct kfd_hsa_hw_exception_data hw_exception_data; global() member