Searched refs:SYS_ID_AA64ISAR2_EL1 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | cpufeature.h | 637 isar2 = read_sysreg_s(SYS_ID_AA64ISAR2_EL1); in supports_clearbhb() 639 isar2 = read_sanitised_ftr_reg(SYS_ID_AA64ISAR2_EL1); in supports_clearbhb()
|
| H A D | sysreg.h | 183 #define SYS_ID_AA64ISAR2_EL1 sys_reg(3, 0, 0, 6, 2) macro
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | cpufeature.c | 649 ARM64_FTR_REG(SYS_ID_AA64ISAR2_EL1, ftr_id_aa64isar2), 937 init_cpu_ftr_reg(SYS_ID_AA64ISAR2_EL1, info->reg_id_aa64isar2); in init_cpu_features() 1153 taint |= check_update_ftr_reg(SYS_ID_AA64ISAR2_EL1, cpu, in update_cpu_features() 1265 read_sysreg_case(SYS_ID_AA64ISAR2_EL1); in __read_sysreg_by_encoding() 2474 …HWCAP_CAP(SYS_ID_AA64ISAR2_EL1, ID_AA64ISAR2_RPRES_SHIFT, FTR_UNSIGNED, 1, CAP_HWCAP, KERNEL_HWCAP…
|