Searched refs:MIDR_RANGE (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/arm64/kernel/ |
H A D | cpu_errata.c | 142 .midr_range = MIDR_RANGE(model, v_min, r_min, v_max, r_max) 266 MIDR_RANGE(MIDR_THUNDERX, 0, 0, 1, 1), 276 MIDR_RANGE(MIDR_THUNDERX, 0, 0, 1, 2), 321 MIDR_RANGE(MIDR_CORTEX_A76, 0, 0, 3, 1), 323 MIDR_RANGE(MIDR_NEOVERSE_N1, 0, 0, 3, 1), 325 MIDR_RANGE(MIDR_QCOM_KRYO_4XX_GOLD, 0xc, 0xe, 0xf, 0xf), 363 MIDR_RANGE(MIDR_CORTEX_A76, 0, 0, 2, 0), 371 MIDR_RANGE(MIDR_CORTEX_A55, 0, 0, 2, 0), 382 MIDR_RANGE(MIDR_CORTEX_A76, 0, 0, 3, 1), 384 MIDR_RANGE(MIDR_QCOM_KRYO_4XX_GOLD, 0xc, 0xe, 0xf, 0xf), [all …]
|
/openbmc/linux/tools/arch/arm64/include/asm/ |
H A D | cputype.h | 226 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ macro 233 #define MIDR_REV_RANGE(m, v, r_min, r_max) MIDR_RANGE(m, v, r_min, v, r_max) 234 #define MIDR_REV(m, v, r) MIDR_RANGE(m, v, r, v, r) 235 #define MIDR_ALL_VERSIONS(m) MIDR_RANGE(m, 0, 0, 0xf, 0xf)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | cputype.h | 247 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ macro 254 #define MIDR_REV_RANGE(m, v, r_min, r_max) MIDR_RANGE(m, v, r_min, v, r_max) 255 #define MIDR_REV(m, v, r) MIDR_RANGE(m, v, r, v, r) 256 #define MIDR_ALL_VERSIONS(m) MIDR_RANGE(m, 0, 0, 0xf, 0xf)
|