Searched refs:kvm_set_cr8 (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/kvm/svm/ |
| H A D | svm.c | 2565 err = kvm_set_cr8(vcpu, val); in cr_interception() 2624 ret = kvm_set_cr8(vcpu, new_value); in cr_trap() 4085 kvm_set_cr8(vcpu, cr8); in sync_cr8_to_lapic()
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 2237 int kvm_set_cr8(struct kvm_vcpu *vcpu, unsigned long cr8);
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 1497 int kvm_set_cr8(struct kvm_vcpu *vcpu, unsigned long cr8) in kvm_set_cr8() function 1507 EXPORT_SYMBOL_FOR_KVM_INTERNAL(kvm_set_cr8); 8604 res = kvm_set_cr8(vcpu, val); in emulator_set_cr() 11984 if (kvm_set_cr8(vcpu, kvm_run->cr8) != 0) { in kvm_arch_vcpu_ioctl_run() 12382 kvm_set_cr8(vcpu, sregs->cr8); in __set_sregs_common()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 5104 kvm_set_cr8(vcpu, 0); in vmx_vcpu_reset() 5771 err = kvm_set_cr8(vcpu, cr8); in handle_cr()
|