SVM_EXIT_EXCP_BASE 1426 arch/x86/kvm/svm.c 	[SVM_EXIT_EXCP_BASE + UD_VECTOR]	= ud_interception,
SVM_EXIT_EXCP_BASE 1427 arch/x86/kvm/svm.c 	[SVM_EXIT_EXCP_BASE + PF_VECTOR] 	= pf_interception,
SVM_EXIT_EXCP_BASE 1428 arch/x86/kvm/svm.c 	[SVM_EXIT_EXCP_BASE + NM_VECTOR] 	= nm_interception,
SVM_EXIT_EXCP_BASE 1429 arch/x86/kvm/svm.c 	[SVM_EXIT_EXCP_BASE + MC_VECTOR] 	= mc_interception,
SVM_EXIT_EXCP_BASE 1496 arch/x86/kvm/svm.c 	    exit_code != SVM_EXIT_EXCP_BASE + PF_VECTOR &&