Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/include/asm/
Dkvm_host.h1693 int kvm_set_cr0(struct kvm_vcpu *vcpu, unsigned long cr0);
/Linux-v5.15/arch/x86/kvm/
Dx86.c876 int kvm_set_cr0(struct kvm_vcpu *vcpu, unsigned long cr0) in kvm_set_cr0() function
922 EXPORT_SYMBOL_GPL(kvm_set_cr0);
926 (void)kvm_set_cr0(vcpu, kvm_read_cr0_bits(vcpu, ~0x0eul) | (msw & 0x0f)); in kvm_lmsw()
7091 res = kvm_set_cr0(vcpu, mk_cr_64(kvm_read_cr0(vcpu), val)); in emulator_set_cr()
/Linux-v5.15/arch/x86/kvm/vmx/
Dvmx.c4946 if (kvm_set_cr0(vcpu, val)) in handle_set_cr0()
4955 return kvm_set_cr0(vcpu, val); in handle_set_cr0()
/Linux-v5.15/arch/x86/kvm/svm/
Dsvm.c2486 err = kvm_set_cr0(vcpu, val); in cr_interception()