Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/include/asm/
Dcpufeature.h80 struct arm64_ftr_reg { struct
89 extern struct arm64_ftr_reg arm64_ftr_reg_ctrel0; argument
429 static inline u64 arm64_ftr_reg_user_value(const struct arm64_ftr_reg *reg) in arm64_ftr_reg_user_value()
/Linux-v4.19/arch/arm64/kernel/
Dcpufeature.c222 struct arm64_ftr_reg arm64_ftr_reg_ctrel0 = {
339 .reg = &(struct arm64_ftr_reg){ \
346 struct arm64_ftr_reg *reg;
416 static struct arm64_ftr_reg *get_arm64_ftr_reg(u32 sys_id) in get_arm64_ftr_reg()
485 struct arm64_ftr_reg *reg = get_arm64_ftr_reg(sys_reg); in init_cpu_ftr_reg()
566 static void update_cpu_ftr_reg(struct arm64_ftr_reg *reg, u64 new) in update_cpu_ftr_reg()
585 struct arm64_ftr_reg *regp = get_arm64_ftr_reg(sys_id); in check_update_ftr_reg()
739 struct arm64_ftr_reg *regp = get_arm64_ftr_reg(id); in read_sanitised_ftr_reg()
1702 struct arm64_ftr_reg *regp; in emulate_sys_reg()
Dasm-offsets.c163 DEFINE(ARM64_FTR_SYSVAL, offsetof(struct arm64_ftr_reg, sys_val)); in main()