Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dcpufeature.h101 u64 sys_val; member
564 return (reg->user_val | (reg->sys_val & reg->user_mask)); in arm64_ftr_reg_user_value()
/openbmc/linux/arch/arm64/kernel/
H A Dcpu_errata.c63 u64 sys = arm64_ftr_reg_ctrel0.sys_val & mask; in has_mismatched_cache_type()
98 (arm64_ftr_reg_ctrel0.sys_val & mask)) in cpu_enable_trap_ctr_access()
H A Dalternative.c128 ctr_el0 = arm64_ftr_reg_ctrel0.sys_val; in clean_dcache_range_nopatch()
H A Dcpufeature.c960 reg->sys_val = val; in init_cpu_ftr_reg()
1082 s64 ftr_cur = arm64_ftr_value(ftrp, reg->sys_val); in update_cpu_ftr_reg()
1089 reg->sys_val = arm64_ftr_set_value(ftrp, reg->sys_val, ftr_new); in update_cpu_ftr_reg()
1361 return regp->sys_val; in read_sanitised_ftr_reg()
1581 ctr = arm64_ftr_reg_ctrel0.sys_val; in has_cache_idc()
1606 ctr = arm64_ftr_reg_ctrel0.sys_val; in has_cache_dic()
H A Dasm-offsets.c175 DEFINE(ARM64_FTR_SYSVAL, offsetof(struct arm64_ftr_reg, sys_val)); in main()