Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/include/uapi/asm/
Dsvm.h173 { SVM_EXIT_EXCP_BASE + MF_VECTOR, "MF excp" }, \
Dkvm.h33 #define MF_VECTOR 16 macro
/linux-6.14.4/tools/arch/x86/include/uapi/asm/
Dsvm.h173 { SVM_EXIT_EXCP_BASE + MF_VECTOR, "MF excp" }, \
Dkvm.h33 #define MF_VECTOR 16 macro
/linux-6.14.4/arch/x86/kvm/
Demulate.c5063 return emulate_exception(ctxt, MF_VECTOR, 0, false); in flush_pending_x87_faults()
/linux-6.14.4/arch/x86/kvm/vmx/
Dvmx.c5155 case MF_VECTOR: in rmode_exception()