Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_events.c496 memcpy(&ev->memory_exception_data, in kfd_criu_restore_event()
497 &ev_priv->memory_exception_data, in kfd_criu_restore_event()
563 &ev->memory_exception_data, in kfd_criu_checkpoint_events()
880 dst = &data[i].memory_exception_data; in copy_signaled_event_data()
881 src = &event->memory_exception_data; in copy_signaled_event_data()
1185 memset(&memory_exception_data, 0, sizeof(memory_exception_data)); in kfd_signal_vm_fault_event()
1210 memory_exception_data; in kfd_signal_vm_fault_event()
1236 memset(&memory_exception_data, 0, sizeof(memory_exception_data)); in kfd_signal_reset_event()
1263 ev->memory_exception_data = memory_exception_data; in kfd_signal_reset_event()
1298 memset(&memory_exception_data, 0, sizeof(memory_exception_data)); in kfd_signal_poison_consumed_event()
[all …]
H A Dkfd_events.h71 struct kfd_hsa_memory_exception_data memory_exception_data; member
H A Dkfd_priv.h1251 struct kfd_hsa_memory_exception_data memory_exception_data; member
/openbmc/linux/include/uapi/linux/
H A Dkfd_ioctl.h333 struct kfd_hsa_memory_exception_data memory_exception_data; member