Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dkvm_host.h1982 int (*complete_emulated_msr)(struct kvm_vcpu *vcpu, int err); member
/linux/arch/x86/kvm/
H A Dx86.c2079 return kvm_x86_call(complete_emulated_msr)(vcpu, vcpu->run->msr.error); in complete_fast_msr_access()
2156 return kvm_x86_call(complete_emulated_msr)(vcpu, r); in __kvm_emulate_rdmsr()
2192 return kvm_x86_call(complete_emulated_msr)(vcpu, r); in __kvm_emulate_wrmsr()
/linux/arch/x86/kvm/svm/
H A Dsvm.c5390 .complete_emulated_msr = svm_complete_emulated_msr,