Searched refs:ftr_new (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/arm64/kernel/
H A Dcpufeature.c972 s64 ftr_new = arm64_ftr_value(ftrp, new); local
976 s64 tmp = arm64_ftr_safe_value(ftrp, ftr_ovr, ftr_new);
985 } else if (ftr_new != tmp) {
987 ftr_new = tmp;
1008 val = arm64_ftr_set_value(ftrp, val, ftr_new);
1173 s64 ftr_new = arm64_ftr_value(ftrp, new); local
1175 if (ftr_cur == ftr_new)
1178 ftr_new = arm64_ftr_safe_value(ftrp, ftr_new, ftr_cur);
1179 reg->sys_val = arm64_ftr_set_value(ftrp, reg->sys_val, ftr_new);
[all...]

Completed in 131 milliseconds