Home
last modified time | relevance | path

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

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