Searched refs:ftr_val (Results 1 – 1 of 1) sorted by relevance
320 static u64 arm64_ftr_set_value(struct arm64_ftr_bits *ftrp, s64 reg, s64 ftr_val) in arm64_ftr_set_value() argument325 reg |= (ftr_val << ftrp->shift) & mask; in arm64_ftr_set_value()