Lines Matching defs:exit_reason
78 static int basic_exit_handler(union exit_reason exit_reason) in basic_exit_handler()
103 static int vmenter_exit_handler(union exit_reason exit_reason) in vmenter_exit_handler()
169 static int preemption_timer_exit_handler(union exit_reason exit_reason) in preemption_timer_exit_handler()
349 static int test_ctrl_pat_exit_handler(union exit_reason exit_reason) in test_ctrl_pat_exit_handler()
415 static int test_ctrl_efer_exit_handler(union exit_reason exit_reason) in test_ctrl_efer_exit_handler()
539 static int cr_shadowing_exit_handler(union exit_reason exit_reason) in cr_shadowing_exit_handler()
702 static int iobmp_exit_handler(union exit_reason exit_reason) in iobmp_exit_handler()
988 static int insn_intercept_exit_handler(union exit_reason exit_reason) in insn_intercept_exit_handler()
1283 static int pml_exit_handler(union exit_reason exit_reason) in pml_exit_handler()
1328 static int ept_exit_handler_common(union exit_reason exit_reason, bool have_ad) in ept_exit_handler_common()
1495 static int ept_exit_handler(union exit_reason exit_reason) in ept_exit_handler()
1562 static int eptad_exit_handler(union exit_reason exit_reason) in eptad_exit_handler()
1677 static int interrupt_exit_handler(union exit_reason exit_reason) in interrupt_exit_handler()
1807 static int nmi_hlt_exit_handler(union exit_reason exit_reason) in nmi_hlt_exit_handler()
1917 static int dbgctls_exit_handler(union exit_reason exit_reason) in dbgctls_exit_handler()
2007 static int msr_switch_exit_handler(union exit_reason exit_reason) in msr_switch_exit_handler()
2058 static int vmmcall_exit_handler(union exit_reason exit_reason) in vmmcall_exit_handler()
2122 static int disable_rdtscp_exit_handler(union exit_reason exit_reason) in disable_rdtscp_exit_handler()
2154 static int exit_monitor_from_l2_handler(union exit_reason exit_reason) in exit_monitor_from_l2_handler()
3371 u32 exit_reason; in vmlaunch() local
8560 u32 exit_reason = vmcs_read(EXI_REASON); in verify_nmi_window_exit() local
8694 u32 exit_reason = vmcs_read(EXI_REASON); in verify_intr_window_exit() local
10434 static int invalid_msr_exit_handler(union exit_reason exit_reason) in invalid_msr_exit_handler()