Searched refs:AC_VECTOR (Results 1 – 7 of 7) sorted by relevance
130 return is_exception_n(intr_info, AC_VECTOR); in is_alignment_check()
174 { SVM_EXIT_EXCP_BASE + AC_VECTOR, "AC excp" }, \
34 #define AC_VECTOR 17 macro
201 BIT(PF_VECTOR) | BIT(AC_VECTOR); in x86_exception_has_error_code()
1257 set_exception_intercept(svm, AC_VECTOR); in init_vmcb()2137 kvm_queue_exception_e(vcpu, AC_VECTOR, 0); in ac_interception()3320 [SVM_EXIT_EXCP_BASE + AC_VECTOR] = ac_interception,