Searched refs:kvm_set_cr8 (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/kvm/svm/ |
| H A D | svm.c | 2594 err = kvm_set_cr8(vcpu, val); in cr_interception() 2653 ret = kvm_set_cr8(vcpu, new_value); in cr_trap() 4207 kvm_set_cr8(vcpu, cr8); in sync_cr8_to_lapic()
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 2265 int kvm_set_cr8(struct kvm_vcpu *vcpu, unsigned long cr8);
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 1499 int kvm_set_cr8(struct kvm_vcpu *vcpu, unsigned long cr8) in kvm_set_cr8() function 1509 EXPORT_SYMBOL_FOR_KVM_INTERNAL(kvm_set_cr8); 8630 res = kvm_set_cr8(vcpu, val); in emulator_set_cr() 12079 if (kvm_set_cr8(vcpu, kvm_run->cr8) != 0) { in kvm_arch_vcpu_ioctl_run() 12479 kvm_set_cr8(vcpu, sregs->cr8); in __set_sregs_common()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 5005 kvm_set_cr8(vcpu, 0); in vmx_vcpu_reset() 5672 err = kvm_set_cr8(vcpu, cr8); in handle_cr()
|