Home
last modified time | relevance | path

Searched refs:AC_VECTOR (Results 1 – 4 of 4) sorted by relevance

/arch/x86/include/uapi/asm/
Dsvm.h103 { SVM_EXIT_EXCP_BASE + AC_VECTOR, "AC excp" }, \
Dkvm.h26 #define AC_VECTOR 17 macro
/arch/x86/kvm/
Dsvm.c1054 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,
Dvmx.c1673 (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()