Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
Dkfd_events.c619 dst = &data[i].memory_exception_data; in copy_signaled_event_data()
620 src = &event->memory_exception_data; in copy_signaled_event_data()
848 ev->memory_exception_data = *ev_data; in lookup_events_by_type_and_signal()
878 struct kfd_hsa_memory_exception_data memory_exception_data; in kfd_signal_iommu_event() local
901 memset(&memory_exception_data, 0, sizeof(memory_exception_data)); in kfd_signal_iommu_event()
906 memory_exception_data.gpu_id = dev->id; in kfd_signal_iommu_event()
907 memory_exception_data.va = address; in kfd_signal_iommu_event()
909 memory_exception_data.failure.NotPresent = 1; in kfd_signal_iommu_event()
910 memory_exception_data.failure.NoExecute = 0; in kfd_signal_iommu_event()
911 memory_exception_data.failure.ReadOnly = 0; in kfd_signal_iommu_event()
[all …]
Dkfd_events.h68 struct kfd_hsa_memory_exception_data memory_exception_data; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
Dkfd_events.c496 memcpy(&ev->memory_exception_data, in kfd_criu_restore_event()
497 &ev_priv->memory_exception_data, in kfd_criu_restore_event()
562 memcpy(&ev_priv->memory_exception_data, in kfd_criu_checkpoint_events()
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()
1120 ev->memory_exception_data = *ev_data; in lookup_events_by_type_and_signal()
1171 struct kfd_hsa_memory_exception_data memory_exception_data; in kfd_signal_vm_fault_event() local
1185 memset(&memory_exception_data, 0, sizeof(memory_exception_data)); in kfd_signal_vm_fault_event()
1186 memory_exception_data.gpu_id = user_gpu_id; in kfd_signal_vm_fault_event()
[all …]
Dkfd_events.h71 struct kfd_hsa_memory_exception_data memory_exception_data; member
Dkfd_priv.h1251 struct kfd_hsa_memory_exception_data memory_exception_data; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dkfd_ioctl.h176 struct kfd_hsa_memory_exception_data memory_exception_data; member
/kernel/linux/linux-5.10/include/uapi/linux/
Dkfd_ioctl.h282 struct kfd_hsa_memory_exception_data memory_exception_data; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dkfd_ioctl.h197 struct kfd_hsa_memory_exception_data memory_exception_data; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dkfd_ioctl.h197 struct kfd_hsa_memory_exception_data memory_exception_data; member
/kernel/linux/linux-6.6/include/uapi/linux/
Dkfd_ioctl.h333 struct kfd_hsa_memory_exception_data memory_exception_data; member