Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/include/asm/
H A Dcpufeature.h99 struct arm64_ftr_reg { struct
109 extern struct arm64_ftr_reg arm64_ftr_reg_ctrel0; argument
533 static inline u64 arm64_ftr_reg_user_value(const struct arm64_ftr_reg *reg) in arm64_ftr_reg_user_value()
929 struct arm64_ftr_reg *get_arm64_ftr_reg(u32 sys_id);
/linux-6.15/arch/arm64/kernel/
H A Dcpufeature.c531 struct arm64_ftr_reg arm64_ftr_reg_ctrel0 = {
756 .reg = &(struct arm64_ftr_reg){ \
782 struct arm64_ftr_reg *reg;
896 struct arm64_ftr_reg *get_arm64_ftr_reg(u32 sys_id) in get_arm64_ftr_reg()
898 struct arm64_ftr_reg *reg; in get_arm64_ftr_reg()
1495 struct arm64_ftr_reg *regp = get_arm64_ftr_reg(id); in read_sanitised_ftr_reg()
1512 struct arm64_ftr_reg *regp; in __read_sysreg_by_encoding()
1623 struct arm64_ftr_reg *regp; in has_user_cpuid_feature()
2370 struct arm64_ftr_reg *regp; in user_feature_fixup()
2378 struct arm64_ftr_reg *regp; in user_feature_fixup()
[all …]
H A Dasm-offsets.c152 DEFINE(ARM64_FTR_SYSVAL, offsetof(struct arm64_ftr_reg, sys_val)); in main()
/linux-6.15/arch/arm64/kvm/
H A Dsys_regs.c1518 const struct arm64_ftr_reg *ftr_reg; in arm64_check_features()