Home
last modified time | relevance | path

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

/arch/arm64/kernel/
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()
Dasm-offsets.c146 DEFINE(ARM64_FTR_SYSVAL, offsetof(struct arm64_ftr_reg, sys_val)); in main()
Dcpufeature.c869 reg->sys_val = val; in init_cpu_ftr_reg()
971 s64 ftr_cur = arm64_ftr_value(ftrp, reg->sys_val); in update_cpu_ftr_reg()
978 reg->sys_val = arm64_ftr_set_value(ftrp, reg->sys_val, ftr_new); in update_cpu_ftr_reg()
1216 return regp->sys_val; in read_sanitised_ftr_reg()
1396 ctr = arm64_ftr_reg_ctrel0.sys_val; in has_cache_idc()
1421 ctr = arm64_ftr_reg_ctrel0.sys_val; in has_cache_dic()
/arch/arm64/include/asm/
Dcpufeature.h80 u64 sys_val; member
556 return (reg->user_val | (reg->sys_val & reg->user_mask)); in arm64_ftr_reg_user_value()