Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/kvm/x86_64/
Ducna_injection_test.c130 static void guest_gp_handler(struct ex_regs *regs) in guest_gp_handler() function
286 vm_install_exception_handler(vm, GP_VECTOR, guest_gp_handler); in main()
Duserspace_msr_exit_test.c366 static void guest_gp_handler(struct ex_regs *regs) in guest_gp_handler() function
528 vm_install_exception_handler(vm, GP_VECTOR, guest_gp_handler); in KVM_ONE_VCPU_TEST()
Dpmu_event_filter_test.c67 static void guest_gp_handler(struct ex_regs *regs) in guest_gp_handler() function
187 vm_install_exception_handler(vcpu->vm, GP_VECTOR, guest_gp_handler); in sanity_check_pmu()