Searched refs:AC_VECTOR (Results 1 – 4 of 4) sorted by relevance
103 { SVM_EXIT_EXCP_BASE + AC_VECTOR, "AC excp" }, \
26 #define AC_VECTOR 17 macro
1106 set_exception_intercept(svm, AC_VECTOR); in init_vmcb()1797 kvm_queue_exception_e(&svm->vcpu, AC_VECTOR, 0); in ac_interception()3369 [SVM_EXIT_EXCP_BASE + AC_VECTOR] = ac_interception,
1496 (1u << NM_VECTOR) | (1u << DB_VECTOR) | (1u << AC_VECTOR); in update_exception_bitmap()4945 case AC_VECTOR: in handle_exception()4946 kvm_queue_exception_e(vcpu, AC_VECTOR, error_code); in handle_exception()