Home
last modified time | relevance | path

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

/linux/arch/x86/include/uapi/asm/
H A Dsvm.h169 { SVM_EXIT_EXCP_BASE + NP_VECTOR, "NP excp" }, \
H A Dkvm.h29 #define NP_VECTOR 11 macro
/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h169 { SVM_EXIT_EXCP_BASE + NP_VECTOR, "NP excp" }, \
H A Dkvm.h29 #define NP_VECTOR 11 macro
/linux/arch/x86/kvm/
H A Dx86.h200 BIT(NP_VECTOR) | BIT(SS_VECTOR) | BIT(GP_VECTOR) | in x86_exception_has_error_code()
H A Demulate.c1718 err_vec = (seg == VCPU_SREG_SS) ? SS_VECTOR : NP_VECTOR; in __load_segment_descriptor()
H A Dx86.c727 case NP_VECTOR: in exception_class()