Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dsvm.h268 #define SVM_EXIT_EXCP_BASE 0x040 macro
/arch/x86/kvm/
Dsvm.c1420 [SVM_EXIT_EXCP_BASE + UD_VECTOR] = ud_interception,
1421 [SVM_EXIT_EXCP_BASE + PF_VECTOR] = pf_interception,
1422 [SVM_EXIT_EXCP_BASE + NM_VECTOR] = nm_interception,
1423 [SVM_EXIT_EXCP_BASE + MC_VECTOR] = mc_interception,
1490 exit_code != SVM_EXIT_EXCP_BASE + PF_VECTOR && in handle_exit()