arm64_ftr_reg_ctrel0  287 arch/arm64/include/asm/assembler.h 	ldr_l	\reg, arm64_ftr_reg_ctrel0 + ARM64_FTR_SYSVAL
arm64_ftr_reg_ctrel0   80 arch/arm64/include/asm/cpufeature.h extern struct arm64_ftr_reg arm64_ftr_reg_ctrel0;
arm64_ftr_reg_ctrel0   62 arch/arm64/kernel/cpu_errata.c 	u64 mask = arm64_ftr_reg_ctrel0.strict_mask;
arm64_ftr_reg_ctrel0   63 arch/arm64/kernel/cpu_errata.c 	u64 sys = arm64_ftr_reg_ctrel0.sys_val & mask;
arm64_ftr_reg_ctrel0   93 arch/arm64/kernel/cpu_errata.c 	u64 mask = arm64_ftr_reg_ctrel0.strict_mask;
arm64_ftr_reg_ctrel0   98 arch/arm64/kernel/cpu_errata.c 	    (arm64_ftr_reg_ctrel0.sys_val & mask))
arm64_ftr_reg_ctrel0  253 arch/arm64/kernel/cpufeature.c struct arm64_ftr_reg arm64_ftr_reg_ctrel0 = {
arm64_ftr_reg_ctrel0  425 arch/arm64/kernel/cpufeature.c 	{ SYS_CTR_EL0, &arm64_ftr_reg_ctrel0 },
arm64_ftr_reg_ctrel0  920 arch/arm64/kernel/cpufeature.c 		ctr = arm64_ftr_reg_ctrel0.sys_val;
arm64_ftr_reg_ctrel0  945 arch/arm64/kernel/cpufeature.c 		ctr = arm64_ftr_reg_ctrel0.sys_val;
arm64_ftr_reg_ctrel0  471 arch/arm64/kernel/traps.c 	unsigned long val = arm64_ftr_reg_user_value(&arm64_ftr_reg_ctrel0);