Home
last modified time | relevance | path

Searched refs:exit_fastpath (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/arch/x86/kvm/vmx/
H A Dx86_ops.h29 int vmx_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath);
H A Dvmx.c6525 static int __vmx_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in __vmx_handle_exit() argument
6646 if (exit_fastpath != EXIT_FASTPATH_NONE) in __vmx_handle_exit()
6686 int vmx_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in vmx_handle_exit() argument
6688 int ret = __vmx_handle_exit(vcpu, exit_fastpath); in vmx_handle_exit()
/linux-6.15/arch/x86/include/asm/
H A Dkvm_host.h1742 enum exit_fastpath_completion exit_fastpath);
/linux-6.15/arch/x86/kvm/
H A Dx86.c10726 fastpath_t exit_fastpath; in vcpu_enter_guest() local
11008 exit_fastpath = kvm_x86_call(vcpu_run)(vcpu, in vcpu_enter_guest()
11010 if (likely(exit_fastpath != EXIT_FASTPATH_REENTER_GUEST)) in vcpu_enter_guest()
11017 exit_fastpath = EXIT_FASTPATH_EXIT_HANDLED; in vcpu_enter_guest()
11115 if (unlikely(exit_fastpath == EXIT_FASTPATH_EXIT_USERSPACE)) in vcpu_enter_guest()
11118 r = kvm_x86_call(handle_exit)(vcpu, exit_fastpath); in vcpu_enter_guest()
/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.c3647 static int svm_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in svm_handle_exit() argument
3684 if (exit_fastpath != EXIT_FASTPATH_NONE) in svm_handle_exit()