Home
last modified time | relevance | path

Searched refs:SYS_ID_ISAR1_EL1 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dcpufeature.c619 ARM64_FTR_REG(SYS_ID_ISAR1_EL1, ftr_generic_32bits),
905 init_cpu_ftr_reg(SYS_ID_ISAR1_EL1, info->reg_id_isar1); in init_32bit_cpu_features()
1058 taint |= check_update_ftr_reg(SYS_ID_ISAR1_EL1, cpu, in update_32bit_cpu_features()
1245 read_sysreg_case(SYS_ID_ISAR1_EL1); in __read_sysreg_by_encoding()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dsysreg.h160 #define SYS_ID_ISAR1_EL1 sys_reg(3, 0, 0, 2, 1) macro