Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Dx86.c316 #define EXCPT_CONTRIBUTORY 1 macro
329 return EXCPT_CONTRIBUTORY; in exception_class()
391 if ((class1 == EXCPT_CONTRIBUTORY && class2 == EXCPT_CONTRIBUTORY) in kvm_multiple_exception()