Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dcpufeature.h99 struct arm64_ftr_reg { struct
109 extern struct arm64_ftr_reg arm64_ftr_reg_ctrel0; argument
556 static inline u64 arm64_ftr_reg_user_value(const struct arm64_ftr_reg *reg) in arm64_ftr_reg_user_value()
959 struct arm64_ftr_reg *get_arm64_ftr_reg(u32 sys_id);
/linux/arch/arm64/kernel/
H A Dcpufeature.c543 struct arm64_ftr_reg arm64_ftr_reg_ctrel0 = {
768 .reg = &(struct arm64_ftr_reg){ \
794 struct arm64_ftr_reg *reg;
887 static struct arm64_ftr_reg *get_arm64_ftr_reg_nowarn(u32 sys_id) in get_arm64_ftr_reg_nowarn()
908 struct arm64_ftr_reg *get_arm64_ftr_reg(u32 sys_id) in get_arm64_ftr_reg()
910 struct arm64_ftr_reg *reg; in get_arm64_ftr_reg()
963 const struct arm64_ftr_reg *ftr_reg = arm64_ftr_regs[i].reg; in sort_ftr_regs()
1022 struct arm64_ftr_reg *reg = get_arm64_ftr_reg(sys_reg); in init_cpu_ftr_reg()
1222 static void update_cpu_ftr_reg(struct arm64_ftr_reg *reg, u64 new) in update_cpu_ftr_reg()
1241 struct arm64_ftr_reg *regp = get_arm64_ftr_reg(sys_id); in check_update_ftr_reg()
[all …]
H A Dasm-offsets.c153 DEFINE(ARM64_FTR_SYSVAL, offsetof(struct arm64_ftr_reg, sys_val)); in main()
/linux/arch/arm64/kvm/
H A Dsys_regs.c1697 const struct arm64_ftr_reg *ftr_reg; in arm64_check_features()