Searched refs:update_cr8_intercept (Results 1 – 6 of 6) sorted by relevance
95 .update_cr8_intercept = vmx_update_cr8_intercept,
8561 vt_x86_ops.update_cr8_intercept = NULL; in vmx_hardware_setup()
85 KVM_X86_OP_OPTIONAL(update_cr8_intercept)
1766 void (*update_cr8_intercept)(struct kvm_vcpu *vcpu, int tpr, int irr); member
129 static void update_cr8_intercept(struct kvm_vcpu *vcpu);5133 update_cr8_intercept(vcpu); in kvm_vcpu_ioctl_set_lapic()10190 static void update_cr8_intercept(struct kvm_vcpu *vcpu) in update_cr8_intercept() function10194 if (!kvm_x86_ops.update_cr8_intercept) in update_cr8_intercept()10213 kvm_x86_call(update_cr8_intercept)(vcpu, tpr, max_irr); in update_cr8_intercept() local10911 update_cr8_intercept(vcpu); in vcpu_enter_guest()11975 update_cr8_intercept(vcpu); in __set_sregs_common()
5218 .update_cr8_intercept = svm_update_cr8_intercept,