Searched refs:kvm_set_cr8 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 2689 err = kvm_set_cr8(vcpu, val); in cr_interception() 2748 ret = kvm_set_cr8(vcpu, new_value); in cr_trap() 2806 /* instruction emulation calls kvm_set_cr8() */ in cr8_write_interception() 4020 kvm_set_cr8(vcpu, cr8); in svm_complete_soft_interrupt()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | kvm_host.h | 1992 int kvm_set_cr8(struct kvm_vcpu *vcpu, unsigned long cr8);
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.c | 1315 int kvm_set_cr8(struct kvm_vcpu *vcpu, unsigned long cr8) in kvm_set_cr8() function 1325 EXPORT_SYMBOL_GPL(kvm_set_cr8); 8081 res = kvm_set_cr8(vcpu, val); in emulator_set_cr() 11178 if (kvm_set_cr8(vcpu, kvm_run->cr8) != 0) { in kvm_arch_vcpu_ioctl_run() 11545 kvm_set_cr8(vcpu, sregs->cr8); in __set_sregs_common()
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | vmx.c | 4875 kvm_set_cr8(vcpu, 0); in vmx_vcpu_reset() 5488 err = kvm_set_cr8(vcpu, cr8); in handle_cr()
|