Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/kernel/
Dcpufeature.c784 s64 ftr_new = arm64_ftr_value(ftrp, new); in init_cpu_ftr_reg() local
786 val = arm64_ftr_set_value(ftrp, val, ftr_new); in init_cpu_ftr_reg()
900 s64 ftr_new = arm64_ftr_value(ftrp, new); in update_cpu_ftr_reg() local
902 if (ftr_cur == ftr_new) in update_cpu_ftr_reg()
905 ftr_new = arm64_ftr_safe_value(ftrp, ftr_new, ftr_cur); in update_cpu_ftr_reg()
906 reg->sys_val = arm64_ftr_set_value(ftrp, reg->sys_val, ftr_new); in update_cpu_ftr_reg()