Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
Dsvm.h127 { SVM_EXIT_EXCP_BASE + OF_VECTOR, "OF excp" }, \
Dkvm.h19 #define OF_VECTOR 4 macro
/arch/x86/kvm/
Dx86.h77 return (nr == BP_VECTOR) || (nr == OF_VECTOR); in kvm_exception_is_soft()
Dx86.c482 if (mask & ((1 << BP_VECTOR) | (1 << OF_VECTOR))) in exception_type()
/arch/x86/kvm/svm/
Dsvm.c2258 (int_vec == OF_VECTOR || int_vec == BP_VECTOR))) { in task_switch_interception()
/arch/x86/kvm/vmx/
Dvmx.c4806 case OF_VECTOR: in rmode_exception()