Searched refs:memory_exception_data (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/amdkfd/ |
A D | kfd_events.c | 495 memcpy(&ev->memory_exception_data, in kfd_criu_restore_event() 496 &ev_priv->memory_exception_data, in kfd_criu_restore_event() 562 &ev->memory_exception_data, in kfd_criu_checkpoint_events() 1161 memset(&memory_exception_data, 0, sizeof(memory_exception_data)); in kfd_signal_iommu_event() 1202 &memory_exception_data); in kfd_signal_iommu_event() 1242 memset(&memory_exception_data, 0, sizeof(memory_exception_data)); in kfd_signal_vm_fault_event() 1263 ev->memory_exception_data = memory_exception_data; in kfd_signal_vm_fault_event() 1289 memset(&memory_exception_data, 0, sizeof(memory_exception_data)); in kfd_signal_reset_event() 1316 ev->memory_exception_data = memory_exception_data; in kfd_signal_reset_event() 1351 memset(&memory_exception_data, 0, sizeof(memory_exception_data)); in kfd_signal_poison_consumed_event() [all …]
|
A D | kfd_events.h | 70 struct kfd_hsa_memory_exception_data memory_exception_data; member
|
A D | kfd_priv.h | 1139 struct kfd_hsa_memory_exception_data memory_exception_data; member
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | kfd_ioctl.h | 298 struct kfd_hsa_memory_exception_data memory_exception_data; member
|
Completed in 19 milliseconds