arm64_ftr_safe_value
s64 arm64_ftr_safe_value(const struct arm64_ftr_bits *ftrp, s64 new, s64 cur);
s64 tmp = arm64_ftr_safe_value(ftrp, ftr_ovr, ftr_new);
ftr_new = arm64_ftr_safe_value(ftrp, ftr_new, ftr_cur);
return arm64_ftr_safe_value(&kvm_ftr, new, cur);