Lines Matching refs:failure
910 memory_exception_data.failure.NotPresent = 1; in kfd_signal_iommu_event()
911 memory_exception_data.failure.NoExecute = 0; in kfd_signal_iommu_event()
912 memory_exception_data.failure.ReadOnly = 0; in kfd_signal_iommu_event()
914 memory_exception_data.failure.NotPresent = 0; in kfd_signal_iommu_event()
917 memory_exception_data.failure.ReadOnly = 1; in kfd_signal_iommu_event()
919 memory_exception_data.failure.ReadOnly = 0; in kfd_signal_iommu_event()
922 memory_exception_data.failure.NoExecute = 1; in kfd_signal_iommu_event()
924 memory_exception_data.failure.NoExecute = 0; in kfd_signal_iommu_event()
931 memory_exception_data.failure.NotPresent, in kfd_signal_iommu_event()
932 memory_exception_data.failure.NoExecute, in kfd_signal_iommu_event()
933 memory_exception_data.failure.ReadOnly); in kfd_signal_iommu_event()
986 memory_exception_data.failure.imprecise = true; in kfd_signal_vm_fault_event()
990 memory_exception_data.failure.NotPresent = in kfd_signal_vm_fault_event()
992 memory_exception_data.failure.NoExecute = in kfd_signal_vm_fault_event()
994 memory_exception_data.failure.ReadOnly = in kfd_signal_vm_fault_event()
996 memory_exception_data.failure.imprecise = 0; in kfd_signal_vm_fault_event()
1032 memory_exception_data.failure.imprecise = true; in kfd_signal_reset_event()
1073 memory_exception_data.failure.imprecise = true; in kfd_signal_poison_consumed_event()