Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/
Dx86.c512 #define EXCPT_CONTRIBUTORY 1 macro
525 return EXCPT_CONTRIBUTORY; in exception_class()
704 if ((class1 == EXCPT_CONTRIBUTORY && class2 == EXCPT_CONTRIBUTORY) || in kvm_multiple_exception()