update_cr8_intercept
KVM_X86_OP_OPTIONAL(update_cr8_intercept)
void (*update_cr8_intercept)(struct kvm_vcpu *vcpu, int tpr, int irr);
.update_cr8_intercept = svm_update_cr8_intercept,
.update_cr8_intercept = vt_op(update_cr8_intercept),
vt_x86_ops.update_cr8_intercept = NULL;
if (!kvm_x86_ops.update_cr8_intercept)
kvm_x86_call(update_cr8_intercept)(vcpu, tpr, max_irr);
update_cr8_intercept(vcpu);
update_cr8_intercept(vcpu);
static void update_cr8_intercept(struct kvm_vcpu *vcpu);
update_cr8_intercept(vcpu);