Home
last modified time | relevance | path

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

/arch/x86/include/asm/
A Dkvm-x86-ops.h142 KVM_X86_OP(complete_emulated_msr)
A Dkvm_host.h1912 int (*complete_emulated_msr)(struct kvm_vcpu *vcpu, int err); member
/arch/x86/kvm/vmx/
A Dmain.c999 .complete_emulated_msr = vt_op(complete_emulated_msr),
/arch/x86/kvm/
A Dx86.c1984 return kvm_x86_call(complete_emulated_msr)(vcpu, vcpu->run->msr.error); in complete_fast_msr_access()
2048 return kvm_x86_call(complete_emulated_msr)(vcpu, r); in kvm_emulate_rdmsr()
2073 return kvm_x86_call(complete_emulated_msr)(vcpu, r); in kvm_emulate_wrmsr()
/arch/x86/kvm/svm/
A Dsvm.c5175 .complete_emulated_msr = svm_complete_emulated_msr,

Completed in 59 milliseconds