Searched refs:update_cr8_intercept (Results 1 – 5 of 5) sorted by relevance
73 KVM_X86_OP(update_cr8_intercept)
1383 void (*update_cr8_intercept)(struct kvm_vcpu *vcpu, int tpr, int irr); member
112 static void update_cr8_intercept(struct kvm_vcpu *vcpu);4348 update_cr8_intercept(vcpu); in kvm_vcpu_ioctl_set_lapic()8819 static void update_cr8_intercept(struct kvm_vcpu *vcpu) in update_cr8_intercept() function8823 if (!kvm_x86_ops.update_cr8_intercept) in update_cr8_intercept()9592 update_cr8_intercept(vcpu); in vcpu_enter_guest()10408 update_cr8_intercept(vcpu); in __set_sregs_common()
7632 .update_cr8_intercept = vmx_update_cr8_intercept,7793 vmx_x86_ops.update_cr8_intercept = NULL; in hardware_setup()
4588 .update_cr8_intercept = svm_update_cr8_intercept,