Searched refs:arm64_ftr_safe_value (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/arm64/include/asm/ |
D | cpufeature.h | 918 s64 arm64_ftr_safe_value(const struct arm64_ftr_bits *ftrp, s64 new, s64 cur);
|
/linux-6.12.1/arch/arm64/kernel/ |
D | cpufeature.c | 878 s64 arm64_ftr_safe_value(const struct arm64_ftr_bits *ftrp, s64 new, in arm64_ftr_safe_value() function 979 s64 tmp = arm64_ftr_safe_value(ftrp, ftr_ovr, ftr_new); in init_cpu_ftr_reg() 1181 ftr_new = arm64_ftr_safe_value(ftrp, ftr_new, ftr_cur); in update_cpu_ftr_reg()
|
/linux-6.12.1/arch/arm64/kvm/ |
D | sys_regs.c | 1431 return arm64_ftr_safe_value(&kvm_ftr, new, cur); in kvm_arm64_ftr_safe_value()
|