Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/kvm/x86_64/
Dkvm_pv_test.c47 static void guest_gp_handler(struct ex_regs *regs) in guest_gp_handler() function
230 vm_install_exception_handler(vm, GP_VECTOR, guest_gp_handler); in main()
Dhyperv_features.c67 static void guest_gp_handler(struct ex_regs *regs) in guest_gp_handler() function
649 vm_install_exception_handler(vm, GP_VECTOR, guest_gp_handler); in main()
Duserspace_msr_exit_test.c380 static void guest_gp_handler(struct ex_regs *regs) in guest_gp_handler() function
577 vm_install_exception_handler(vm, GP_VECTOR, guest_gp_handler); in test_msr_filter_allow()