Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dx86.c521 #define EXCPT_CONTRIBUTORY 1 macro
534 return EXCPT_CONTRIBUTORY; in exception_class()
713 if ((class1 == EXCPT_CONTRIBUTORY && class2 == EXCPT_CONTRIBUTORY) || in kvm_multiple_exception()