Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dx86.c306 #define EXCPT_CONTRIBUTORY 1 macro
319 return EXCPT_CONTRIBUTORY; in exception_class()
381 if ((class1 == EXCPT_CONTRIBUTORY && class2 == EXCPT_CONTRIBUTORY) in kvm_multiple_exception()