Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
A Dsvm.h172 { SVM_EXIT_EXCP_BASE + SS_VECTOR, "SS excp" }, \
A Dkvm.h30 #define SS_VECTOR 12 macro
/arch/x86/kvm/
A Dx86.h253 BIT(NP_VECTOR) | BIT(SS_VECTOR) | BIT(GP_VECTOR) | in x86_exception_has_error_code()
A Demulate.c608 return emulate_exception(ctxt, SS_VECTOR, err, true); in emulate_ss()
1722 err_vec = (seg == VCPU_SREG_SS) ? SS_VECTOR : NP_VECTOR; in __load_segment_descriptor()
A Dx86.c714 case SS_VECTOR: in exception_class()
/arch/x86/kvm/vmx/
A Dvmx.c5038 case SS_VECTOR: in rmode_exception()
5053 if (((vec == GP_VECTOR) || (vec == SS_VECTOR)) && err_code == 0) { in handle_rmode_exception()
A Dnested.c5270 SS_VECTOR : GP_VECTOR, in get_vmx_mem_address()

Completed in 64 milliseconds