Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c6052 static int vmx_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in vmx_handle_exit() argument
6165 if (exit_fastpath != EXIT_FASTPATH_NONE) in vmx_handle_exit()
6810 fastpath_t exit_fastpath; in vmx_vcpu_run() local
6940 exit_fastpath = vmx_exit_handlers_fastpath(vcpu); in vmx_vcpu_run()
6941 if (exit_fastpath == EXIT_FASTPATH_REENTER_GUEST) { in vmx_vcpu_run()
6952 exit_fastpath = EXIT_FASTPATH_EXIT_HANDLED; in vmx_vcpu_run()
6955 return exit_fastpath; in vmx_vcpu_run()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h1157 enum exit_fastpath_completion exit_fastpath);
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c3077 static int handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in handle_exit() argument
3113 if (exit_fastpath != EXIT_FASTPATH_NONE) in handle_exit()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c9004 fastpath_t exit_fastpath; in vcpu_enter_guest() local
9212 exit_fastpath = kvm_x86_ops.run(vcpu); in vcpu_enter_guest()
9295 r = kvm_x86_ops.handle_exit(vcpu, exit_fastpath); in vcpu_enter_guest()