Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h159 { SVM_EXIT_EXCP_BASE + DE_VECTOR, "DE excp" }, \
H A Dkvm.h18 #define DE_VECTOR 0 macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dsvm.h159 { SVM_EXIT_EXCP_BASE + DE_VECTOR, "DE excp" }, \
H A Dkvm.h18 #define DE_VECTOR 0 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dkvm.h20 #define DE_VECTOR 0 macro
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c1068 if (regs->vector == DE_VECTOR) in kvm_fixup_exception()
/openbmc/linux/arch/x86/kvm/
H A Demulate.c620 return emulate_exception(ctxt, DE_VECTOR, 0, false); in emulate_de()
H A Dx86.c529 case DE_VECTOR: in exception_class()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c5127 case DE_VECTOR: in rmode_exception()