Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
Dsvm.h118 { SVM_EXIT_EXCP_BASE + NM_VECTOR, "NM excp" }, \
Dkvm.h22 #define NM_VECTOR 7 macro
/arch/x86/kvm/
Demulate.c650 return emulate_exception(ctxt, NM_VECTOR, 0, false); in emulate_nm()