Searched refs:exit_fastpath (Results 1 – 4 of 4) sorted by relevance
29 int vmx_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath);
1705 enum exit_fastpath_completion exit_fastpath);
10710 fastpath_t exit_fastpath; in vcpu_enter_guest() local10987 exit_fastpath = kvm_x86_call(vcpu_run)(vcpu, in vcpu_enter_guest()10989 if (likely(exit_fastpath != EXIT_FASTPATH_REENTER_GUEST)) in vcpu_enter_guest()10996 exit_fastpath = EXIT_FASTPATH_EXIT_HANDLED; in vcpu_enter_guest()11093 if (unlikely(exit_fastpath == EXIT_FASTPATH_EXIT_USERSPACE)) in vcpu_enter_guest()11096 r = kvm_x86_call(handle_exit)(vcpu, exit_fastpath); in vcpu_enter_guest()
3543 static int svm_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in svm_handle_exit() argument3580 if (exit_fastpath != EXIT_FASTPATH_NONE) in svm_handle_exit()