Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dx86.h440 fastpath_t handle_fastpath_set_msr_irqoff(struct kvm_vcpu *vcpu);
H A Dx86.c2166 fastpath_t handle_fastpath_set_msr_irqoff(struct kvm_vcpu *vcpu) in handle_fastpath_set_msr_irqoff() function
2203 EXPORT_SYMBOL_GPL(handle_fastpath_set_msr_irqoff);
/linux/arch/x86/kvm/svm/
H A Dsvm.c4192 return handle_fastpath_set_msr_irqoff(vcpu); in svm_exit_handlers_fastpath()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c7173 return handle_fastpath_set_msr_irqoff(vcpu); in vmx_exit_handlers_fastpath()