Home
last modified time | relevance | path

Searched refs:handle_fastpath_set_msr_irqoff (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/arch/x86/kvm/
Dx86.h387 fastpath_t handle_fastpath_set_msr_irqoff(struct kvm_vcpu *vcpu);
Dx86.c2140 fastpath_t handle_fastpath_set_msr_irqoff(struct kvm_vcpu *vcpu) in handle_fastpath_set_msr_irqoff() function
2177 EXPORT_SYMBOL_GPL(handle_fastpath_set_msr_irqoff);
/linux-6.14.4/arch/x86/kvm/svm/
Dsvm.c4196 return handle_fastpath_set_msr_irqoff(vcpu); in svm_exit_handlers_fastpath()
/linux-6.14.4/arch/x86/kvm/vmx/
Dvmx.c7290 return handle_fastpath_set_msr_irqoff(vcpu); in vmx_exit_handlers_fastpath()