Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h1387 void kvm_lmsw(struct kvm_vcpu *vcpu, unsigned long msw);
/Linux-v5.4/arch/x86/kvm/
Dx86.c809 void kvm_lmsw(struct kvm_vcpu *vcpu, unsigned long msw) in kvm_lmsw() function
813 EXPORT_SYMBOL_GPL(kvm_lmsw);
/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.c4880 kvm_lmsw(vcpu, val); in handle_cr()