Symbol: arm64_ftr_reg
arch/arm64/include/asm/cpufeature.h
109
extern struct arm64_ftr_reg arm64_ftr_reg_ctrel0;
arch/arm64/include/asm/cpufeature.h
556
static inline u64 arm64_ftr_reg_user_value(const struct arm64_ftr_reg *reg)
arch/arm64/include/asm/cpufeature.h
959
struct arm64_ftr_reg *get_arm64_ftr_reg(u32 sys_id);
arch/arm64/kernel/asm-offsets.c
153
DEFINE(ARM64_FTR_SYSVAL, offsetof(struct arm64_ftr_reg, sys_val));
arch/arm64/kernel/cpufeature.c
1019
struct arm64_ftr_reg *reg = get_arm64_ftr_reg(sys_reg);
arch/arm64/kernel/cpufeature.c
1219
static void update_cpu_ftr_reg(struct arm64_ftr_reg *reg, u64 new)
arch/arm64/kernel/cpufeature.c
1238
struct arm64_ftr_reg *regp = get_arm64_ftr_reg(sys_id);
arch/arm64/kernel/cpufeature.c
1254
struct arm64_ftr_reg *regp = get_arm64_ftr_reg(sys_id);
arch/arm64/kernel/cpufeature.c
1509
struct arm64_ftr_reg *regp = get_arm64_ftr_reg(id);
arch/arm64/kernel/cpufeature.c
1526
struct arm64_ftr_reg *regp;
arch/arm64/kernel/cpufeature.c
1637
struct arm64_ftr_reg *regp;
arch/arm64/kernel/cpufeature.c
2410
struct arm64_ftr_reg *regp;
arch/arm64/kernel/cpufeature.c
2418
struct arm64_ftr_reg *regp;
arch/arm64/kernel/cpufeature.c
4113
struct arm64_ftr_reg *regp;
arch/arm64/kernel/cpufeature.c
540
struct arm64_ftr_reg arm64_ftr_reg_ctrel0 = {
arch/arm64/kernel/cpufeature.c
765
.reg = &(struct arm64_ftr_reg){ \
arch/arm64/kernel/cpufeature.c
791
struct arm64_ftr_reg *reg;
arch/arm64/kernel/cpufeature.c
884
static struct arm64_ftr_reg *get_arm64_ftr_reg_nowarn(u32 sys_id)
arch/arm64/kernel/cpufeature.c
905
struct arm64_ftr_reg *get_arm64_ftr_reg(u32 sys_id)
arch/arm64/kernel/cpufeature.c
907
struct arm64_ftr_reg *reg;
arch/arm64/kernel/cpufeature.c
960
const struct arm64_ftr_reg *ftr_reg = arm64_ftr_regs[i].reg;
arch/arm64/kvm/sys_regs.c
1697
const struct arm64_ftr_reg *ftr_reg;