Searched refs:arm64_ftr_reg (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dcpufeature.h95 * @arm64_ftr_reg - Feature register
99 struct arm64_ftr_reg { struct
109 extern struct arm64_ftr_reg arm64_ftr_reg_ctrel0;
555 static inline u64 arm64_ftr_reg_user_value(const struct arm64_ftr_reg *reg)
913 struct arm64_ftr_reg *get_arm64_ftr_reg(u32 sys_id);
/linux-master/arch/arm64/kernel/
H A Dcpufeature.c497 struct arm64_ftr_reg arm64_ftr_reg_ctrel0 = {
714 .reg = &(struct arm64_ftr_reg){ \
740 struct arm64_ftr_reg *reg;
830 static struct arm64_ftr_reg *get_arm64_ftr_reg_nowarn(u32 sys_id)
851 struct arm64_ftr_reg *get_arm64_ftr_reg(u32 sys_id)
853 struct arm64_ftr_reg *reg;
906 const struct arm64_ftr_reg *ftr_reg = arm64_ftr_regs[i].reg;
965 struct arm64_ftr_reg *reg = get_arm64_ftr_reg(sys_reg);
1167 static void update_cpu_ftr_reg(struct arm64_ftr_reg *reg, u64 new)
1186 struct arm64_ftr_reg *reg
[all...]
H A Dasm-offsets.c173 DEFINE(ARM64_FTR_SYSVAL, offsetof(struct arm64_ftr_reg, sys_val));
/linux-master/arch/arm64/kvm/
H A Dsys_regs.c1454 const struct arm64_ftr_reg *ftr_reg;
1463 * struct arm64_ftr_reg. Of course, if the register is RAZ we know the

Completed in 152 milliseconds