Searched refs:fastpath_t (Results 1 – 5 of 5) sorted by relevance
322 fastpath_t handle_fastpath_set_msr_irqoff(struct kvm_vcpu *vcpu);
2183 fastpath_t handle_fastpath_set_msr_irqoff(struct kvm_vcpu *vcpu) in handle_fastpath_set_msr_irqoff()2187 fastpath_t ret = EXIT_FASTPATH_NONE; in handle_fastpath_set_msr_irqoff()10524 fastpath_t exit_fastpath; in vcpu_enter_guest()
6013 static fastpath_t handle_fastpath_preemption_timer(struct kvm_vcpu *vcpu) in handle_fastpath_preemption_timer()6421 static int __vmx_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in __vmx_handle_exit()6600 static int vmx_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in vmx_handle_exit()7228 static fastpath_t vmx_exit_handlers_fastpath(struct kvm_vcpu *vcpu) in vmx_exit_handlers_fastpath()7294 static fastpath_t vmx_vcpu_run(struct kvm_vcpu *vcpu) in vmx_vcpu_run()
3548 static int svm_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in svm_handle_exit() 4155 static fastpath_t svm_exit_handlers_fastpath(struct kvm_vcpu *vcpu) in svm_vcpu_enter_exit() 4180 static __no_kcsan fastpath_t svm_vcpu_run(struct kvm_vcpu *vcpu) in svm_vcpu_run()
206 typedef enum exit_fastpath_completion fastpath_t; typedef