Searched refs:ftr_new (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/arch/arm64/kernel/ |
D | cpufeature.c | 910 s64 ftr_new = arm64_ftr_value(ftrp, new); in init_cpu_ftr_reg() local 914 s64 tmp = arm64_ftr_safe_value(ftrp, ftr_ovr, ftr_new); in init_cpu_ftr_reg() 923 } else if (ftr_new != tmp) { in init_cpu_ftr_reg() 925 ftr_new = tmp; in init_cpu_ftr_reg() 945 val = arm64_ftr_set_value(ftrp, val, ftr_new); in init_cpu_ftr_reg() 1083 s64 ftr_new = arm64_ftr_value(ftrp, new); in update_cpu_ftr_reg() local 1085 if (ftr_cur == ftr_new) in update_cpu_ftr_reg() 1088 ftr_new = arm64_ftr_safe_value(ftrp, ftr_new, ftr_cur); in update_cpu_ftr_reg() 1089 reg->sys_val = arm64_ftr_set_value(ftrp, reg->sys_val, ftr_new); in update_cpu_ftr_reg()
|