Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ | |
kfd_events.h | 70 struct kfd_hsa_memory_exception_data memory_exception_data; member in union:kfd_event::__anon700df544010a |
kfd_events.c | 625 dst = &data[i].memory_exception_data; 626 src = &event->memory_exception_data; 854 ev->memory_exception_data = *ev_data; 884 struct kfd_hsa_memory_exception_data memory_exception_data; local in function:kfd_signal_iommu_event 907 memset(&memory_exception_data, 0, sizeof(memory_exception_data)); 912 memory_exception_data.gpu_id = dev->id; 913 memory_exception_data.va = address; 915 memory_exception_data.failure.NotPresent = 1; 916 memory_exception_data.failure.NoExecute = 0 985 struct kfd_hsa_memory_exception_data memory_exception_data; local in function:kfd_signal_vm_fault_event 1019 struct kfd_hsa_memory_exception_data memory_exception_data; local in function:kfd_signal_reset_event [all...] |