Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
Dsvm.h126 { SVM_EXIT_EXCP_BASE + AC_VECTOR, "AC excp" }, \
Dkvm.h30 #define AC_VECTOR 17 macro
/arch/x86/kvm/
Dx86.h117 BIT(PF_VECTOR) | BIT(AC_VECTOR); in x86_exception_has_error_code()
Dsvm.c1559 set_exception_intercept(svm, AC_VECTOR); in init_vmcb()
2830 kvm_queue_exception_e(&svm->vcpu, AC_VECTOR, 0); in ac_interception()
4833 [SVM_EXIT_EXCP_BASE + AC_VECTOR] = ac_interception,
/arch/x86/kvm/vmx/
Dvmx.c814 (1u << DB_VECTOR) | (1u << AC_VECTOR); in update_exception_bitmap()
4764 case AC_VECTOR: in handle_exception_nmi()
4765 kvm_queue_exception_e(vcpu, AC_VECTOR, error_code); in handle_exception_nmi()