Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dsvm.h124 { SVM_EXIT_EXCP_BASE + DE_VECTOR, "DE excp" }, \
H A Dkvm.h16 #define DE_VECTOR 0 macro
/OK3568_Linux_fs/kernel/tools/arch/x86/include/uapi/asm/
H A Dsvm.h124 { SVM_EXIT_EXCP_BASE + DE_VECTOR, "DE excp" }, \
H A Dkvm.h16 #define DE_VECTOR 0 macro
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c4778 case DE_VECTOR: in rmode_exception()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Demulate.c655 return emulate_exception(ctxt, DE_VECTOR, 0, false); in emulate_de()
H A Dx86.c446 case DE_VECTOR: in exception_class()