arm64_ftr_reg      80 arch/arm64/include/asm/cpufeature.h extern struct arm64_ftr_reg arm64_ftr_reg_ctrel0;
arm64_ftr_reg     455 arch/arm64/include/asm/cpufeature.h static inline u64 arm64_ftr_reg_user_value(const struct arm64_ftr_reg *reg)
arm64_ftr_reg     121 arch/arm64/kernel/asm-offsets.c   DEFINE(ARM64_FTR_SYSVAL,	offsetof(struct arm64_ftr_reg, sys_val));
arm64_ftr_reg     253 arch/arm64/kernel/cpufeature.c struct arm64_ftr_reg arm64_ftr_reg_ctrel0 = {
arm64_ftr_reg     370 arch/arm64/kernel/cpufeature.c 	.reg = 	&(struct arm64_ftr_reg){	\
arm64_ftr_reg     377 arch/arm64/kernel/cpufeature.c 	struct arm64_ftr_reg 	*reg;
arm64_ftr_reg     447 arch/arm64/kernel/cpufeature.c static struct arm64_ftr_reg *get_arm64_ftr_reg(u32 sys_id)
arm64_ftr_reg     520 arch/arm64/kernel/cpufeature.c 	struct arm64_ftr_reg *reg = get_arm64_ftr_reg(sys_reg);
arm64_ftr_reg     630 arch/arm64/kernel/cpufeature.c static void update_cpu_ftr_reg(struct arm64_ftr_reg *reg, u64 new)
arm64_ftr_reg     649 arch/arm64/kernel/cpufeature.c 	struct arm64_ftr_reg *regp = get_arm64_ftr_reg(sys_id);
arm64_ftr_reg     802 arch/arm64/kernel/cpufeature.c 	struct arm64_ftr_reg *regp = get_arm64_ftr_reg(id);
arm64_ftr_reg    2163 arch/arm64/kernel/cpufeature.c 	struct arm64_ftr_reg *regp;