Home
last modified time | relevance | path

Searched refs:class2 (Results 1 – 1 of 1) sorted by relevance

/arch/x86/kvm/
Dx86.c377 int class1, class2; in kvm_multiple_exception() local
401 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()