Searched refs:kvm_set_cr0 (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
D | kvm_host.h | 959 int kvm_set_cr0(struct kvm_vcpu *vcpu, unsigned long cr0);
|
/linux-4.1.27/arch/x86/kvm/ |
D | x86.c | 572 int kvm_set_cr0(struct kvm_vcpu *vcpu, unsigned long cr0) in kvm_set_cr0() function 624 EXPORT_SYMBOL_GPL(kvm_set_cr0); 628 (void)kvm_set_cr0(vcpu, kvm_read_cr0_bits(vcpu, ~0x0eul) | (msw & 0x0f)); in kvm_lmsw() 4831 res = kvm_set_cr0(vcpu, mk_cr_64(kvm_read_cr0(vcpu), val)); in emulator_set_cr()
|
D | svm.c | 1171 (void)kvm_set_cr0(&svm->vcpu, X86_CR0_NW | X86_CR0_CD | X86_CR0_ET); in init_vmcb() 2962 err = kvm_set_cr0(&svm->vcpu, val); in cr_interception()
|
D | vmx.c | 5266 if (kvm_set_cr0(vcpu, val)) in handle_set_cr0() 5274 return kvm_set_cr0(vcpu, val); in handle_set_cr0()
|