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
1054 set_exception_intercept(svm, AC_VECTOR); in init_vmcb()1751 kvm_queue_exception_e(&svm->vcpu, AC_VECTOR, 0); in ac_interception()3404 [SVM_EXIT_EXCP_BASE + AC_VECTOR] = ac_interception,
1673 (1u << NM_VECTOR) | (1u << DB_VECTOR) | (1u << AC_VECTOR); in update_exception_bitmap()5533 case AC_VECTOR: in handle_exception()5534 kvm_queue_exception_e(vcpu, AC_VECTOR, error_code); in handle_exception()