Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h962 int kvm_set_cr8(struct kvm_vcpu *vcpu, unsigned long cr8);
/linux-4.1.27/arch/x86/kvm/
Dx86.c780 int kvm_set_cr8(struct kvm_vcpu *vcpu, unsigned long cr8) in kvm_set_cr8() function
790 EXPORT_SYMBOL_GPL(kvm_set_cr8);
4843 res = kvm_set_cr8(vcpu, val); in emulator_set_cr()
6623 if (kvm_set_cr8(vcpu, kvm_run->cr8) != 0) { in kvm_arch_vcpu_ioctl_run()
6842 kvm_set_cr8(vcpu, sregs->cr8); in kvm_arch_vcpu_ioctl_set_sregs()
Dsvm.c2974 err = kvm_set_cr8(&svm->vcpu, val); in cr_interception()
3777 kvm_set_cr8(vcpu, cr8); in sync_cr8_to_lapic()
Dvmx.c4739 kvm_set_cr8(&vmx->vcpu, 0); in vmx_vcpu_reset()
5341 err = kvm_set_cr8(vcpu, cr8); in handle_cr()