Searched refs:HWCAP2_CRC32 (Results 1 – 8 of 8) sorted by relevance
29 #define HWCAP2_CRC32 (1 << 4) macro
114 arm_cpu_enable_crc32 = !!(features & HWCAP2_CRC32); in _cpu_check_features()
118 arm_cpu_enable_crc32 = !!(features & HWCAP2_CRC32); in _cpu_check_features()
703 if (h & HWCAP2_CRC32) s += ":CRC32"; in AddCpuFeatures()