Searched refs:exit_fastpath (Results 1 – 4 of 4) sorted by relevance
1468 enum exit_fastpath_completion exit_fastpath);
6091 static int __vmx_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in __vmx_handle_exit() argument6229 if (exit_fastpath != EXIT_FASTPATH_NONE) in __vmx_handle_exit()6269 static int vmx_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in vmx_handle_exit() argument6271 int ret = __vmx_handle_exit(vcpu, exit_fastpath); in vmx_handle_exit()
3291 static int svm_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in svm_handle_exit() argument3339 if (exit_fastpath != EXIT_FASTPATH_NONE) in svm_handle_exit()
10055 fastpath_t exit_fastpath; in vcpu_enter_guest() local10308 exit_fastpath = static_call(kvm_x86_vcpu_run)(vcpu); in vcpu_enter_guest()10309 if (likely(exit_fastpath != EXIT_FASTPATH_REENTER_GUEST)) in vcpu_enter_guest()10316 exit_fastpath = EXIT_FASTPATH_EXIT_HANDLED; in vcpu_enter_guest()10404 r = static_call(kvm_x86_handle_exit)(vcpu, exit_fastpath); in vcpu_enter_guest()