Searched refs:arm64_ftr_value (Results 1 – 3 of 3) sorted by relevance
583 static inline s64 arm64_ftr_value(const struct arm64_ftr_bits *ftrp, u64 val) in arm64_ftr_value() function
910 s64 ftr_new = arm64_ftr_value(ftrp, new); in init_cpu_ftr_reg()911 s64 ftr_ovr = arm64_ftr_value(ftrp, reg->override->val); in init_cpu_ftr_reg()1082 s64 ftr_cur = arm64_ftr_value(ftrp, reg->sys_val); in update_cpu_ftr_reg()1083 s64 ftr_new = arm64_ftr_value(ftrp, new); in update_cpu_ftr_reg()
1276 f_val = arm64_ftr_value(ftrp, val); in arm64_check_features()1277 f_lim = arm64_ftr_value(ftrp, limit); in arm64_check_features()