Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h1994 void kvm_lmsw(struct kvm_vcpu *vcpu, unsigned long msw);
/openbmc/linux/arch/x86/kvm/
H A Dx86.c1012 void kvm_lmsw(struct kvm_vcpu *vcpu, unsigned long msw) in kvm_lmsw() function
1016 EXPORT_SYMBOL_GPL(kvm_lmsw);
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c5524 kvm_lmsw(vcpu, val); in handle_cr()