Lines Matching full:faults
342 * client, with replayable faults enabled). in nouveau_svmm_init()
655 /* Sort parsed faults by instance pointer to prevent unnecessary in nouveau_svm_fault()
657 * type to reduce the amount of work when handling the faults. in nouveau_svm_fault()
676 /* Process list of faults. */ in nouveau_svm_fault()
687 /* Cancel any faults from non-SVM channels. */ in nouveau_svm_fault()
694 /* We try and group handling of faults within a small in nouveau_svm_fault()
705 * permissions based on pending faults. in nouveau_svm_fault()
747 * same SVMM as faults are ordered by access type such in nouveau_svm_fault()
750 * ie. WRITE faults appear first, thus any handling of in nouveau_svm_fault()
751 * pending READ faults will already be satisfied. in nouveau_svm_fault()
765 /* If handling failed completely, cancel all faults. */ in nouveau_svm_fault()