Searched refs:AC_VECTOR (Results 1 – 6 of 6) sorted by relevance
129 return is_exception_n(intr_info, AC_VECTOR); in is_alignment_check()
780 (1u << DB_VECTOR) | (1u << AC_VECTOR); in vmx_update_exception_bitmap()4964 case AC_VECTOR: in handle_exception_nmi()4966 kvm_queue_exception_e(vcpu, AC_VECTOR, error_code); in handle_exception_nmi()
159 { SVM_EXIT_EXCP_BASE + AC_VECTOR, "AC excp" }, \
31 #define AC_VECTOR 17 macro
179 BIT(PF_VECTOR) | BIT(AC_VECTOR); in x86_exception_has_error_code()
1192 set_exception_intercept(svm, AC_VECTOR); in init_vmcb()2010 kvm_queue_exception_e(vcpu, AC_VECTOR, 0); in ac_interception()3122 [SVM_EXIT_EXCP_BASE + AC_VECTOR] = ac_interception,