Searched refs:fastpath_t (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/kvm/
H A Dx86.h324 fastpath_t handle_fastpath_set_msr_irqoff(struct kvm_vcpu *vcpu);
H A Dx86.c2182 fastpath_t handle_fastpath_set_msr_irqoff(struct kvm_vcpu *vcpu)
2186 fastpath_t ret = EXIT_FASTPATH_NONE;
10739 fastpath_t exit_fastpath;
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c3488 static int svm_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath)
4091 static fastpath_t svm_exit_handlers_fastpath(struct kvm_vcpu *vcpu)
4121 static __no_kcsan fastpath_t svm_vcpu_run(struct kvm_vcpu *vcpu,
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c5993 static fastpath_t handle_fastpath_preemption_timer(struct kvm_vcpu *vcpu,
6425 static int __vmx_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath)
6604 static int vmx_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath)
7233 static fastpath_t vmx_exit_handlers_fastpath(struct kvm_vcpu *vcpu,
7311 static fastpath_t vmx_vcpu_run(struct kvm_vcpu *vcpu, bool force_immediate_exit)
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h215 typedef enum exit_fastpath_completion fastpath_t; typedef in typeref:enum:exit_fastpath_completion

Completed in 289 milliseconds