Searched refs:guest_gp_handler (Results 1 – 4 of 4) sorted by relevance
20 static void guest_gp_handler(struct ex_regs *regs) in guest_gp_handler() function81 vm_install_exception_handler(vcpu->vm, GP_VECTOR, guest_gp_handler); in test_invalid_vmcb12()
130 static void guest_gp_handler(struct ex_regs *regs) in guest_gp_handler() function287 vm_install_exception_handler(vm, GP_VECTOR, guest_gp_handler); in main()
372 static void guest_gp_handler(struct ex_regs *regs) in guest_gp_handler() function534 vm_install_exception_handler(vm, GP_VECTOR, guest_gp_handler); in KVM_ONE_VCPU_TEST()
67 static void guest_gp_handler(struct ex_regs *regs) in guest_gp_handler() function187 vm_install_exception_handler(vcpu->vm, GP_VECTOR, guest_gp_handler); in sanity_check_pmu()