Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dcpufeature.h573 static inline s64 arm64_ftr_value(const struct arm64_ftr_bits *ftrp, u64 val) in arm64_ftr_value() function
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dcpufeature.c825 s64 ftr_new = arm64_ftr_value(ftrp, new); in init_cpu_ftr_reg()
826 s64 ftr_ovr = arm64_ftr_value(ftrp, reg->override->val); in init_cpu_ftr_reg()
971 s64 ftr_cur = arm64_ftr_value(ftrp, reg->sys_val); in update_cpu_ftr_reg()
972 s64 ftr_new = arm64_ftr_value(ftrp, new); in update_cpu_ftr_reg()