Searched refs:kvm_set_cr4 (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
H A Dkvm_host.h1026 int kvm_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4);
/linux-4.4.14/arch/x86/kvm/
H A Dx86.c718 int kvm_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) kvm_set_cr4() function
769 EXPORT_SYMBOL_GPL(kvm_set_cr4); variable
4758 res = kvm_set_cr4(vcpu, mk_cr_64(kvm_read_cr4(vcpu), val)); emulator_set_cr()
H A Dvmx.c5431 if (kvm_set_cr4(vcpu, val)) handle_set_cr4()
5436 return kvm_set_cr4(vcpu, val); handle_set_cr4()
10323 kvm_set_cr4(vcpu, vmcs12->host_cr4); load_vmcs12_host_state()
H A Dsvm.c2890 err = kvm_set_cr4(&svm->vcpu, val); cr_interception()

Completed in 244 milliseconds