Home
last modified time | relevance | path

Searched refs:guest_gp_handler (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Ducna_injection_test.c133 static void guest_gp_handler(struct ex_regs *regs) in guest_gp_handler() function
293 vm_install_exception_handler(vm, GP_VECTOR, guest_gp_handler); in main()
H A Duserspace_msr_exit_test.c379 static void guest_gp_handler(struct ex_regs *regs) in guest_gp_handler() function
550 vm_install_exception_handler(vm, GP_VECTOR, guest_gp_handler); in test_msr_filter_allow()
H A Dpmu_event_filter_test.c122 static void guest_gp_handler(struct ex_regs *regs) in guest_gp_handler() function
242 vm_install_exception_handler(vcpu->vm, GP_VECTOR, guest_gp_handler); in sanity_check_pmu()