Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/uapi/asm/
Dsvm.h163 { SVM_EXIT_EXCP_BASE + OF_VECTOR, "OF excp" }, \
Dkvm.h23 #define OF_VECTOR 4 macro
/linux-6.12.1/tools/arch/x86/include/uapi/asm/
Dsvm.h163 { SVM_EXIT_EXCP_BASE + OF_VECTOR, "OF excp" }, \
Dkvm.h23 #define OF_VECTOR 4 macro
/linux-6.12.1/arch/x86/kvm/
Dx86.h158 return (nr == BP_VECTOR) || (nr == OF_VECTOR); in kvm_exception_is_soft()
Dx86.c759 if (mask & ((1 << BP_VECTOR) | (1 << OF_VECTOR))) in exception_type()
/linux-6.12.1/arch/x86/kvm/svm/
Dsvm.c2563 (int_vec == OF_VECTOR || int_vec == BP_VECTOR))) { in task_switch_interception()
/linux-6.12.1/arch/x86/kvm/vmx/
Dvmx.c5144 case OF_VECTOR: in rmode_exception()