Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dcpufeature.h958 s64 arm64_ftr_safe_value(const struct arm64_ftr_bits *ftrp, s64 new, s64 cur);
/linux/arch/arm64/kernel/
H A Dcpufeature.c939 s64 arm64_ftr_safe_value(const struct arm64_ftr_bits *ftrp, s64 new, in arm64_ftr_safe_value() function
1040 s64 tmp = arm64_ftr_safe_value(ftrp, ftr_ovr, ftr_new); in init_cpu_ftr_reg()
1202 mte = arm64_ftr_safe_value(ftrp, ovr, mte); in gmid_el1_accessible()
1275 ftr_new = arm64_ftr_safe_value(ftrp, ftr_new, ftr_cur); in update_cpu_ftr_reg()