Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
Dsvm.h121 { SVM_EXIT_EXCP_BASE + NP_VECTOR, "NP excp" }, \
Dkvm.h25 #define NP_VECTOR 11 macro
/arch/x86/kvm/
Dx86.h116 BIT(NP_VECTOR) | BIT(SS_VECTOR) | BIT(GP_VECTOR) | in x86_exception_has_error_code()
Demulate.c1689 err_vec = (seg == VCPU_SREG_SS) ? SS_VECTOR : NP_VECTOR; in __load_segment_descriptor()
Dx86.c380 case NP_VECTOR: in exception_class()