Searched refs:old_handler (Results 1 – 2 of 2) sorted by relevance
6646 handler old_handler; in setup_x2apic_gp_handler() local6648 old_handler = handle_exception(GP_VECTOR, handle_x2apic_gp); in setup_x2apic_gp_handler()6652 return old_handler; in setup_x2apic_gp_handler()6655 static void teardown_x2apic_gp_handler(handler old_handler) in teardown_x2apic_gp_handler() argument6657 handle_exception(GP_VECTOR, old_handler); in teardown_x2apic_gp_handler()6679 handler old_handler; in virt_x2apic_mode_guest() local6686 old_handler = setup_x2apic_gp_handler(); in virt_x2apic_mode_guest()6707 teardown_x2apic_gp_handler(old_handler); in virt_x2apic_mode_guest()10759 handler old_handler = handle_exception(vector, vmx_exception_handler); in handle_exception_in_l2() local10767 handle_exception(vector, old_handler); in handle_exception_in_l2()
3263 handler old_handler = handle_exception(vector, svm_exception_handler); in handle_exception_in_l2() local3269 handle_exception(vector, old_handler); in handle_exception_in_l2()