Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.h279 fastpath_t handle_fastpath_set_msr_irqoff(struct kvm_vcpu *vcpu);
H A Dx86.c1879 fastpath_t handle_fastpath_set_msr_irqoff(struct kvm_vcpu *vcpu) in handle_fastpath_set_msr_irqoff()
1883 fastpath_t ret = EXIT_FASTPATH_NONE; in handle_fastpath_set_msr_irqoff()
9004 fastpath_t exit_fastpath; in vcpu_enter_guest()
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c5707 static fastpath_t handle_fastpath_preemption_timer(struct kvm_vcpu *vcpu) in handle_fastpath_preemption_timer()
6052 static int vmx_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in vmx_handle_exit()
6731 static fastpath_t vmx_exit_handlers_fastpath(struct kvm_vcpu *vcpu) in vmx_exit_handlers_fastpath()
6808 static fastpath_t vmx_vcpu_run(struct kvm_vcpu *vcpu) in vmx_vcpu_run()
6810 fastpath_t exit_fastpath; in vmx_vcpu_run()
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c3077 static int handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in handle_exit()
3481 static fastpath_t svm_exit_handlers_fastpath(struct kvm_vcpu *vcpu) in svm_exit_handlers_fastpath()
3546 static __no_kcsan fastpath_t svm_vcpu_run(struct kvm_vcpu *vcpu) in svm_vcpu_run()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h190 typedef enum exit_fastpath_completion fastpath_t; typedef