Home
last modified time | relevance | path

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

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