Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
Dsvm.h30 #define SVM_EXIT_EXCP_BASE 0x040 macro
110 { SVM_EXIT_EXCP_BASE + DE_VECTOR, "DE excp" }, \
111 { SVM_EXIT_EXCP_BASE + DB_VECTOR, "DB excp" }, \
112 { SVM_EXIT_EXCP_BASE + BP_VECTOR, "BP excp" }, \
113 { SVM_EXIT_EXCP_BASE + OF_VECTOR, "OF excp" }, \
114 { SVM_EXIT_EXCP_BASE + BR_VECTOR, "BR excp" }, \
115 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
116 { SVM_EXIT_EXCP_BASE + NM_VECTOR, "NM excp" }, \
117 { SVM_EXIT_EXCP_BASE + DF_VECTOR, "DF excp" }, \
118 { SVM_EXIT_EXCP_BASE + TS_VECTOR, "TS excp" }, \
[all …]
/arch/x86/kvm/
Dsvm.c2455 svm->vmcb->control.exit_code = SVM_EXIT_EXCP_BASE + nr; in nested_svm_check_exception()
2604 case SVM_EXIT_EXCP_BASE + MC_VECTOR: in nested_svm_exit_special()
2611 case SVM_EXIT_EXCP_BASE + PF_VECTOR: in nested_svm_exit_special()
2616 case SVM_EXIT_EXCP_BASE + NM_VECTOR: in nested_svm_exit_special()
2653 case SVM_EXIT_EXCP_BASE ... SVM_EXIT_EXCP_BASE + 0x1f: { in nested_svm_intercept()
2654 u32 excp_bits = 1 << (exit_code - SVM_EXIT_EXCP_BASE); in nested_svm_intercept()
2658 else if ((exit_code == SVM_EXIT_EXCP_BASE + PF_VECTOR) && in nested_svm_intercept()
4122 [SVM_EXIT_EXCP_BASE + DB_VECTOR] = db_interception,
4123 [SVM_EXIT_EXCP_BASE + BP_VECTOR] = bp_interception,
4124 [SVM_EXIT_EXCP_BASE + UD_VECTOR] = ud_interception,
[all …]