Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/uapi/asm/
Dsvm.h103 { SVM_EXIT_EXCP_BASE + AC_VECTOR, "AC excp" }, \
Dkvm.h26 #define AC_VECTOR 17 macro
/linux-4.1.27/arch/x86/kvm/
Dsvm.c1108 set_exception_intercept(svm, AC_VECTOR); in init_vmcb()
1790 kvm_queue_exception_e(&svm->vcpu, AC_VECTOR, 0); in ac_interception()
3364 [SVM_EXIT_EXCP_BASE + AC_VECTOR] = ac_interception,
Dvmx.c1570 (1u << NM_VECTOR) | (1u << DB_VECTOR) | (1u << AC_VECTOR); in update_exception_bitmap()
5148 case AC_VECTOR: in handle_exception()
5149 kvm_queue_exception_e(vcpu, AC_VECTOR, error_code); in handle_exception()