Home
last modified time | relevance | path

Searched refs:fastpath_t (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/kvm/vmx/
H A Dx86_ops.h23 fastpath_t vmx_vcpu_run(struct kvm_vcpu *vcpu, bool force_immediate_exit);
28 int vmx_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath);
H A Dvmx.c5996 static fastpath_t handle_fastpath_preemption_timer(struct kvm_vcpu *vcpu, in handle_fastpath_preemption_timer()
6445 static int __vmx_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in __vmx_handle_exit()
6624 int vmx_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in vmx_handle_exit()
7252 static fastpath_t vmx_exit_handlers_fastpath(struct kvm_vcpu *vcpu, in vmx_exit_handlers_fastpath()
7330 fastpath_t vmx_vcpu_run(struct kvm_vcpu *vcpu, bool force_immediate_exit) in vmx_vcpu_run()
/linux/arch/x86/kvm/
H A Dx86.h336 fastpath_t handle_fastpath_set_msr_irqoff(struct kvm_vcpu *vcpu);
H A Dx86.c2161 fastpath_t handle_fastpath_set_msr_irqoff(struct kvm_vcpu *vcpu) in handle_fastpath_set_msr_irqoff()
2165 fastpath_t ret = EXIT_FASTPATH_NONE; in handle_fastpath_set_msr_irqoff()
10827 fastpath_t exit_fastpath; in vcpu_enter_guest()
/linux/arch/x86/kvm/svm/
H A Dsvm.c3540 static int svm_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in svm_handle_exit()
4157 static fastpath_t svm_exit_handlers_fastpath(struct kvm_vcpu *vcpu) in svm_exit_handlers_fastpath()
4187 static __no_kcsan fastpath_t svm_vcpu_run(struct kvm_vcpu *vcpu, in svm_vcpu_run()
/linux/arch/x86/include/asm/
H A Dkvm_host.h215 typedef enum exit_fastpath_completion fastpath_t; typedef