recalc_intercepts
KVM_X86_OP(recalc_intercepts)
void (*recalc_intercepts)(struct kvm_vcpu *vcpu);
recalc_intercepts(svm);
recalc_intercepts(svm);
.recalc_intercepts = svm_recalc_intercepts,
recalc_intercepts(svm);
recalc_intercepts(svm);
void recalc_intercepts(struct vcpu_svm *svm);
recalc_intercepts(svm);
recalc_intercepts(svm);
recalc_intercepts(svm);
recalc_intercepts(svm);
.recalc_intercepts = vt_op(recalc_intercepts),
kvm_x86_call(recalc_intercepts)(vcpu);