Home
last modified time | relevance | path

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

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