Home
last modified time | relevance | path

Searched refs:SVM_EXIT_EXCP_BASE (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/x86/kvm/
Dsvm.c1835 svm->vmcb->control.exit_code = SVM_EXIT_EXCP_BASE + nr; in nested_svm_check_exception()
1980 case SVM_EXIT_EXCP_BASE + MC_VECTOR: in nested_svm_exit_special()
1987 case SVM_EXIT_EXCP_BASE + PF_VECTOR: in nested_svm_exit_special()
1992 case SVM_EXIT_EXCP_BASE + NM_VECTOR: in nested_svm_exit_special()
2029 case SVM_EXIT_EXCP_BASE ... SVM_EXIT_EXCP_BASE + 0x1f: { in nested_svm_intercept()
2030 u32 excp_bits = 1 << (exit_code - SVM_EXIT_EXCP_BASE); in nested_svm_intercept()
2034 else if ((exit_code == SVM_EXIT_EXCP_BASE + PF_VECTOR) && in nested_svm_intercept()
3071 [SVM_EXIT_EXCP_BASE + DB_VECTOR] = db_interception,
3072 [SVM_EXIT_EXCP_BASE + BP_VECTOR] = bp_interception,
3073 [SVM_EXIT_EXCP_BASE + UD_VECTOR] = ud_interception,
[all …]
/linux-2.6.39/arch/x86/include/asm/
Dsvm.h291 #define SVM_EXIT_EXCP_BASE 0x040 macro