Home
last modified time | relevance | path

Searched refs:kvm_set_cr0 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/x86/kvm/
H A Dsmm.c448 bad = kvm_set_cr0(vcpu, cr0); in rsm_enter_protected_mode()
617 kvm_set_cr0(vcpu, cr0 & ~(X86_CR0_PG | X86_CR0_PE)); in emulator_leave_smm()
H A Dx86.c971 int kvm_set_cr0(struct kvm_vcpu *vcpu, unsigned long cr0) in kvm_set_cr0() function
1010 EXPORT_SYMBOL_GPL(kvm_set_cr0);
1014 (void)kvm_set_cr0(vcpu, kvm_read_cr0_bits(vcpu, ~0x0eul) | (msw & 0x0f)); in kvm_lmsw()
8069 res = kvm_set_cr0(vcpu, mk_cr_64(kvm_read_cr0(vcpu), val)); in emulator_set_cr()
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h1987 int kvm_set_cr0(struct kvm_vcpu *vcpu, unsigned long cr0);
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c5418 if (kvm_set_cr0(vcpu, val)) in handle_set_cr0()
5423 return kvm_set_cr0(vcpu, val); in handle_set_cr0()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c2677 err = kvm_set_cr0(vcpu, val); in cr_interception()