Searched refs:class1 (Results 1 – 1 of 1) sorted by relevance
297 int class1, class2; in kvm_multiple_exception() local318 class1 = exception_class(prev_nr); in kvm_multiple_exception()320 if ((class1 == EXCPT_CONTRIBUTORY && class2 == EXCPT_CONTRIBUTORY) in kvm_multiple_exception()321 || (class1 == EXCPT_PF && class2 != EXCPT_BENIGN)) { in kvm_multiple_exception()