Searched refs:arm64_ftr_reg_ctrel0 (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/arm64/kernel/
H A Dcpu_errata.c62 u64 mask = arm64_ftr_reg_ctrel0.strict_mask;
63 u64 sys = arm64_ftr_reg_ctrel0.sys_val & mask;
93 u64 mask = arm64_ftr_reg_ctrel0.strict_mask;
98 (arm64_ftr_reg_ctrel0.sys_val & mask))
H A Dalternative.c128 ctr_el0 = arm64_ftr_reg_ctrel0.sys_val;
H A Dtraps.c586 unsigned long val = arm64_ftr_reg_user_value(&arm64_ftr_reg_ctrel0);
H A Dcpufeature.c497 struct arm64_ftr_reg arm64_ftr_reg_ctrel0 = { variable in typeref:struct:arm64_ftr_reg
808 { SYS_CTR_EL0, &arm64_ftr_reg_ctrel0 },
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.h109 extern struct arm64_ftr_reg arm64_ftr_reg_ctrel0;
H A Dassembler.h264 * provide the system wide safe value from arm64_ftr_reg_ctrel0.sys_val
272 ldr_l \reg, arm64_ftr_reg_ctrel0 + ARM64_FTR_SYSVAL

Completed in 110 milliseconds