Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/include/asm/
Dkvm_host.h1366 enum exit_fastpath_completion exit_fastpath);
/Linux-v5.15/arch/x86/kvm/vmx/
Dvmx.c5891 static int __vmx_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in __vmx_handle_exit() argument
6013 if (exit_fastpath != EXIT_FASTPATH_NONE) in __vmx_handle_exit()
6053 static int vmx_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in vmx_handle_exit() argument
6055 int ret = __vmx_handle_exit(vcpu, exit_fastpath); in vmx_handle_exit()
/Linux-v5.15/arch/x86/kvm/svm/
Dsvm.c3296 static int handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in handle_exit() argument
3344 if (exit_fastpath != EXIT_FASTPATH_NONE) in handle_exit()
/Linux-v5.15/arch/x86/kvm/
Dx86.c9431 fastpath_t exit_fastpath; in vcpu_enter_guest() local
9667 exit_fastpath = static_call(kvm_x86_run)(vcpu); in vcpu_enter_guest()
9668 if (likely(exit_fastpath != EXIT_FASTPATH_REENTER_GUEST)) in vcpu_enter_guest()
9675 exit_fastpath = EXIT_FASTPATH_EXIT_HANDLED; in vcpu_enter_guest()
9760 r = static_call(kvm_x86_handle_exit)(vcpu, exit_fastpath); in vcpu_enter_guest()