Home
last modified time | relevance | path

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

/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h166 { SVM_EXIT_EXCP_BASE + DE_VECTOR, "DE excp" }, \
H A Dkvm.h20 #define DE_VECTOR 0 macro
/linux/tools/testing/selftests/kvm/lib/x86/
H A Dprocessor.c36 case DE_VECTOR: return "no exception"; in ex_str()
712 if (regs->vector == DE_VECTOR) in kvm_fixup_exception()