Home
last modified time | relevance | path

Searched refs:handle_fastpath_wrmsr (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/kvm/svm/
H A Dsvm.c4380 return handle_fastpath_wrmsr(vcpu); in svm_exit_handlers_fastpath()
/linux/arch/x86/kvm/
H A Dx86.c2305 fastpath_t handle_fastpath_wrmsr(struct kvm_vcpu *vcpu) in handle_fastpath_wrmsr() function
2310 EXPORT_SYMBOL_FOR_KVM_INTERNAL(handle_fastpath_wrmsr);
/linux/arch/x86/kvm/vmx/
H A Dvmx.c7462 return handle_fastpath_wrmsr(vcpu); in vmx_exit_handlers_fastpath()