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
1022 set_exception_intercept(svm, AC_VECTOR); in init_vmcb()1706 kvm_queue_exception_e(&svm->vcpu, AC_VECTOR, 0); in ac_interception()3273 [SVM_EXIT_EXCP_BASE + AC_VECTOR] = ac_interception,
1644 (1u << NM_VECTOR) | (1u << DB_VECTOR) | (1u << AC_VECTOR); in update_exception_bitmap()5292 case AC_VECTOR: in handle_exception()5293 kvm_queue_exception_e(vcpu, AC_VECTOR, error_code); in handle_exception()