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

/linux-master/arch/arm64/kernel/
H A Dcpu_errata.c63 u64 sys = arm64_ftr_reg_ctrel0.sys_val & mask;
98 (arm64_ftr_reg_ctrel0.sys_val & mask))
H A Dalternative.c128 ctr_el0 = arm64_ftr_reg_ctrel0.sys_val;
H A Dasm-offsets.c173 DEFINE(ARM64_FTR_SYSVAL, offsetof(struct arm64_ftr_reg, sys_val));
H A Dcpufeature.c1023 reg->sys_val = val;
1172 s64 ftr_cur = arm64_ftr_value(ftrp, reg->sys_val);
1179 reg->sys_val = arm64_ftr_set_value(ftrp, reg->sys_val, ftr_new);
1460 return regp->sys_val;
1683 ctr = arm64_ftr_reg_ctrel0.sys_val;
1708 ctr = arm64_ftr_reg_ctrel0.sys_val;
/linux-master/arch/arm64/include/asm/
H A Dcpufeature.h97 * @sys_val Safe value across the CPUs (system view)
103 u64 sys_val; member in struct:arm64_ftr_reg
557 return (reg->user_val | (reg->sys_val & reg->user_mask));

Completed in 144 milliseconds