Lines Matching refs:failure
1172 memory_exception_data.failure.NotPresent = 1; in kfd_signal_iommu_event()
1173 memory_exception_data.failure.NoExecute = 0; in kfd_signal_iommu_event()
1174 memory_exception_data.failure.ReadOnly = 0; in kfd_signal_iommu_event()
1176 memory_exception_data.failure.NotPresent = 0; in kfd_signal_iommu_event()
1179 memory_exception_data.failure.ReadOnly = 1; in kfd_signal_iommu_event()
1181 memory_exception_data.failure.ReadOnly = 0; in kfd_signal_iommu_event()
1184 memory_exception_data.failure.NoExecute = 1; in kfd_signal_iommu_event()
1186 memory_exception_data.failure.NoExecute = 0; in kfd_signal_iommu_event()
1193 memory_exception_data.failure.NotPresent, in kfd_signal_iommu_event()
1194 memory_exception_data.failure.NoExecute, in kfd_signal_iommu_event()
1195 memory_exception_data.failure.ReadOnly); in kfd_signal_iommu_event()
1247 memory_exception_data.failure.imprecise = true; in kfd_signal_vm_fault_event()
1251 memory_exception_data.failure.NotPresent = in kfd_signal_vm_fault_event()
1253 memory_exception_data.failure.NoExecute = in kfd_signal_vm_fault_event()
1255 memory_exception_data.failure.ReadOnly = in kfd_signal_vm_fault_event()
1257 memory_exception_data.failure.imprecise = 0; in kfd_signal_vm_fault_event()
1294 memory_exception_data.failure.imprecise = true; in kfd_signal_reset_event()
1357 memory_exception_data.failure.imprecise = true; in kfd_signal_poison_consumed_event()