Searched refs:class2 (Results 1 – 1 of 1) sorted by relevance
377 int class1, class2; in kvm_multiple_exception() local401 class2 = exception_class(nr); in kvm_multiple_exception()402 if ((class1 == EXCPT_CONTRIBUTORY && class2 == EXCPT_CONTRIBUTORY) in kvm_multiple_exception()403 || (class1 == EXCPT_PF && class2 != EXCPT_BENIGN)) { in kvm_multiple_exception()