Searched refs:exit_fastpath (Results 1 – 4 of 4) sorted by relevance
5931 static int vmx_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in vmx_handle_exit() argument6043 if (exit_fastpath != EXIT_FASTPATH_NONE) in vmx_handle_exit()6657 fastpath_t exit_fastpath; in vmx_vcpu_run() local6807 exit_fastpath = vmx_exit_handlers_fastpath(vcpu); in vmx_vcpu_run()6808 if (exit_fastpath == EXIT_FASTPATH_REENTER_GUEST) { in vmx_vcpu_run()6819 exit_fastpath = EXIT_FASTPATH_EXIT_HANDLED; in vmx_vcpu_run()6822 return exit_fastpath; in vmx_vcpu_run()
1152 enum exit_fastpath_completion exit_fastpath);
3063 static int handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in handle_exit() argument3108 if (exit_fastpath != EXIT_FASTPATH_NONE) in handle_exit()
8747 fastpath_t exit_fastpath; in vcpu_enter_guest() local8953 exit_fastpath = kvm_x86_ops.run(vcpu); in vcpu_enter_guest()9027 r = kvm_x86_ops.handle_exit(vcpu, exit_fastpath); in vcpu_enter_guest()