Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/kernel/
Dcpufeature.c364 ARM64_FTR_REG(SYS_ID_ISAR5_EL1, ftr_id_isar5),
542 init_cpu_ftr_reg(SYS_ID_ISAR5_EL1, info->reg_id_isar5); in init_cpu_features()
689 taint |= check_update_ftr_reg(SYS_ID_ISAR5_EL1, cpu, in update_cpu_features()
768 read_sysreg_case(SYS_ID_ISAR5_EL1); in __read_sysreg_by_encoding()
1275 …HWCAP_CAP(SYS_ID_ISAR5_EL1, ID_ISAR5_AES_SHIFT, FTR_UNSIGNED, 2, CAP_COMPAT_HWCAP2, COMPAT_HWCAP2_…
1276 …HWCAP_CAP(SYS_ID_ISAR5_EL1, ID_ISAR5_AES_SHIFT, FTR_UNSIGNED, 1, CAP_COMPAT_HWCAP2, COMPAT_HWCAP2_…
1277 …HWCAP_CAP(SYS_ID_ISAR5_EL1, ID_ISAR5_SHA1_SHIFT, FTR_UNSIGNED, 1, CAP_COMPAT_HWCAP2, COMPAT_HWCAP2…
1278 …HWCAP_CAP(SYS_ID_ISAR5_EL1, ID_ISAR5_SHA2_SHIFT, FTR_UNSIGNED, 1, CAP_COMPAT_HWCAP2, COMPAT_HWCAP2…
1279 …HWCAP_CAP(SYS_ID_ISAR5_EL1, ID_ISAR5_CRC32_SHIFT, FTR_UNSIGNED, 1, CAP_COMPAT_HWCAP2, COMPAT_HWCAP…
/Linux-v4.19/arch/arm64/include/asm/
Dsysreg.h140 #define SYS_ID_ISAR5_EL1 sys_reg(3, 0, 0, 2, 5) macro