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

/linux-4.4.14/arch/arm64/kernel/
H A Dcpufeature.c264 ARM64_FTR_REG(SYS_ID_ISAR5_EL1, ftr_id_isar5),
419 init_cpu_ftr_reg(SYS_ID_ISAR5_EL1, info->reg_id_isar5); init_cpu_features()
546 taint |= check_update_ftr_reg(SYS_ID_ISAR5_EL1, cpu, update_cpu_features()
678 HWCAP_CAP(SYS_ID_ISAR5_EL1, ID_ISAR5_AES_SHIFT, 2, CAP_COMPAT_HWCAP2, COMPAT_HWCAP2_PMULL),
679 HWCAP_CAP(SYS_ID_ISAR5_EL1, ID_ISAR5_AES_SHIFT, 1, CAP_COMPAT_HWCAP2, COMPAT_HWCAP2_AES),
680 HWCAP_CAP(SYS_ID_ISAR5_EL1, ID_ISAR5_SHA1_SHIFT, 1, CAP_COMPAT_HWCAP2, COMPAT_HWCAP2_SHA1),
681 HWCAP_CAP(SYS_ID_ISAR5_EL1, ID_ISAR5_SHA2_SHIFT, 1, CAP_COMPAT_HWCAP2, COMPAT_HWCAP2_SHA2),
682 HWCAP_CAP(SYS_ID_ISAR5_EL1, ID_ISAR5_CRC32_SHIFT, 1, CAP_COMPAT_HWCAP2, COMPAT_HWCAP2_CRC32),
805 case SYS_ID_ISAR5_EL1: return (u64)read_cpuid(ID_ISAR4_EL1); __raw_read_system_reg()
/linux-4.4.14/arch/arm64/include/asm/
H A Dsysreg.h55 #define SYS_ID_ISAR5_EL1 sys_reg(3, 0, 0, 2, 5) macro

Completed in 60 milliseconds