Home
last modified time | relevance | path

Searched defs:exit_fastpath (Results 1 – 3 of 3) sorted by relevance

/linux-6.8/arch/x86/kvm/vmx/
Dvmx.c6411 static int __vmx_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in __vmx_handle_exit()
6590 static int vmx_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in vmx_handle_exit()
/linux-6.8/arch/x86/kvm/svm/
Dsvm.c3490 static int svm_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in svm_handle_exit()
/linux-6.8/arch/x86/kvm/
Dx86.c10707 fastpath_t exit_fastpath; in vcpu_enter_guest() local