Home
last modified time | relevance | path

Searched refs:handle_fastpath_set_msr_irqoff (Results 1 – 4 of 4) 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() function
1909 EXPORT_SYMBOL_GPL(handle_fastpath_set_msr_irqoff);
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c3485 return handle_fastpath_set_msr_irqoff(vcpu); in svm_exit_handlers_fastpath()
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c6735 return handle_fastpath_set_msr_irqoff(vcpu); in vmx_exit_handlers_fastpath()