Lines Matching refs:handle_exception
2111 handle_exception(UD_VECTOR, disable_rdtscp_ud_handler); in disable_rdtscp_main()
2118 handle_exception(UD_VECTOR, 0); in disable_rdtscp_main()
5109 old_gp = handle_exception(GP_VECTOR, test_mtf_gp_handler); in vmx_mtf_test()
5124 handle_exception(GP_VECTOR, old_gp); in vmx_mtf_test()
5125 old_db = handle_exception(DB_VECTOR, test_mtf_db_handler); in vmx_mtf_test()
5134 handle_exception(DB_VECTOR, old_db); in vmx_mtf_test()
6648 old_handler = handle_exception(GP_VECTOR, handle_x2apic_gp); in setup_x2apic_gp_handler()
6657 handle_exception(GP_VECTOR, old_handler); in teardown_x2apic_gp_handler()
8550 handle_exception(DB_VECTOR, vmx_window_test_db_handler); in vmx_nmi_window_test_guest()
8555 handle_exception(DB_VECTOR, NULL); in vmx_nmi_window_test_guest()
8677 handle_exception(DB_VECTOR, vmx_window_test_db_handler); in vmx_intr_window_test_guest()
8689 handle_exception(DB_VECTOR, NULL); in vmx_intr_window_test_guest()
8957 old_db = handle_exception(DB_VECTOR, in vmx_preemption_timer_zero_test()
9003 handle_exception(DB_VECTOR, old_db); in vmx_preemption_timer_zero_test()
9069 old_db = handle_exception(DB_VECTOR, in vmx_preemption_timer_tf_test()
9106 handle_exception(DB_VECTOR, old_db); in vmx_preemption_timer_tf_test()
10759 handler old_handler = handle_exception(vector, vmx_exception_handler); in handle_exception_in_l2()
10767 handle_exception(vector, old_handler); in handle_exception_in_l2()