Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Dvmx_tests.c6646 handler old_handler; in setup_x2apic_gp_handler() local
6648 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() argument
6657 handle_exception(GP_VECTOR, old_handler); in teardown_x2apic_gp_handler()
6679 handler old_handler; in virt_x2apic_mode_guest() local
6686 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() local
10767 handle_exception(vector, old_handler); in handle_exception_in_l2()
H A Dsvm_tests.c3263 handler old_handler = handle_exception(vector, svm_exception_handler); in handle_exception_in_l2() local
3269 handle_exception(vector, old_handler); in handle_exception_in_l2()