Lines Matching defs:ftrp
1211 static s64 kvm_arm64_ftr_safe_value(u32 id, const struct arm64_ftr_bits *ftrp,
1214 struct arm64_ftr_bits kvm_ftr = *ftrp;
1248 const struct arm64_ftr_bits *ftrp = NULL;
1266 ftrp = ftr_reg->ftr_bits;
1268 for (; ftrp && ftrp->width; ftrp++) {
1272 ftr_mask = arm64_ftr_mask(ftrp);
1276 f_val = arm64_ftr_value(ftrp, val);
1277 f_lim = arm64_ftr_value(ftrp, limit);
1283 safe_val = kvm_arm64_ftr_safe_value(id, ftrp, f_val, f_lim);