Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dvmx.c5719 return EXIT_FASTPATH_NONE; in handle_fastpath_preemption_timer()
6167 if (exit_fastpath != EXIT_FASTPATH_NONE) in vmx_handle_exit()
6742 return EXIT_FASTPATH_NONE; in vmx_exit_handlers_fastpath()
6826 return EXIT_FASTPATH_NONE; in vmx_vcpu_run()
6922 return EXIT_FASTPATH_NONE; in vmx_vcpu_run()
6932 return EXIT_FASTPATH_NONE; in vmx_vcpu_run()
6941 return EXIT_FASTPATH_NONE; in vmx_vcpu_run()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
Dsvm.c3113 if (exit_fastpath != EXIT_FASTPATH_NONE) in handle_exit()
3487 return EXIT_FASTPATH_NONE; in svm_exit_handlers_fastpath()
3670 return EXIT_FASTPATH_NONE; in svm_vcpu_run()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dkvm_host.h186 EXIT_FASTPATH_NONE, enumerator
/kernel/linux/linux-5.10/arch/x86/kvm/
Dx86.c1885 fastpath_t ret = EXIT_FASTPATH_NONE; in handle_fastpath_set_msr_irqoff()
1906 if (ret != EXIT_FASTPATH_NONE) in handle_fastpath_set_msr_irqoff()