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.c5684 return EXIT_FASTPATH_NONE; in handle_fastpath_preemption_timer()
6132 if (exit_fastpath != EXIT_FASTPATH_NONE) in vmx_handle_exit()
6707 return EXIT_FASTPATH_NONE; in vmx_exit_handlers_fastpath()
6791 return EXIT_FASTPATH_NONE; in vmx_vcpu_run()
6887 return EXIT_FASTPATH_NONE; in vmx_vcpu_run()
6897 return EXIT_FASTPATH_NONE; in vmx_vcpu_run()
6906 return EXIT_FASTPATH_NONE; in vmx_vcpu_run()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
Dsvm.c3126 if (exit_fastpath != EXIT_FASTPATH_NONE) in handle_exit()
3502 return EXIT_FASTPATH_NONE; in svm_exit_handlers_fastpath()
3685 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.c1859 fastpath_t ret = EXIT_FASTPATH_NONE; in handle_fastpath_set_msr_irqoff()
1880 if (ret != EXIT_FASTPATH_NONE) in handle_fastpath_set_msr_irqoff()