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

/linux-4.4.14/arch/x86/include/asm/
H A Dkvm_host.h1024 int kvm_set_cr0(struct kvm_vcpu *vcpu, unsigned long cr0);
/linux-4.4.14/arch/x86/kvm/
H A Dx86.c583 int kvm_set_cr0(struct kvm_vcpu *vcpu, unsigned long cr0) kvm_set_cr0() function
640 EXPORT_SYMBOL_GPL(kvm_set_cr0); variable
644 (void)kvm_set_cr0(vcpu, kvm_read_cr0_bits(vcpu, ~0x0eul) | (msw & 0x0f)); kvm_lmsw()
4749 res = kvm_set_cr0(vcpu, mk_cr_64(kvm_read_cr0(vcpu), val)); emulator_set_cr()
H A Dsvm.c2881 err = kvm_set_cr0(&svm->vcpu, val); cr_interception()
H A Dvmx.c5410 if (kvm_set_cr0(vcpu, val)) handle_set_cr0()
5418 return kvm_set_cr0(vcpu, val); handle_set_cr0()

Completed in 189 milliseconds