Searched refs:MIDR_RANGE (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/arm64/kernel/ |
| H A D | cpu_errata.c | 180 .midr_range = MIDR_RANGE(model, v_min, r_min, v_max, r_max) 340 MIDR_RANGE(MIDR_THUNDERX, 0, 0, 1, 1), 350 MIDR_RANGE(MIDR_THUNDERX, 0, 0, 1, 2), 395 MIDR_RANGE(MIDR_CORTEX_A76, 0, 0, 3, 1), 397 MIDR_RANGE(MIDR_NEOVERSE_N1, 0, 0, 3, 1), 399 MIDR_RANGE(MIDR_QCOM_KRYO_4XX_GOLD, 0xc, 0xe, 0xf, 0xf), 437 MIDR_RANGE(MIDR_CORTEX_A76, 0, 0, 2, 0), 445 MIDR_RANGE(MIDR_CORTEX_A55, 0, 0, 2, 0), 456 MIDR_RANGE(MIDR_CORTEX_A76, 0, 0, 3, 1), 458 MIDR_RANGE(MIDR_QCOM_KRYO_4XX_GOLD, 0xc, 0xe, 0xf, 0xf), [all …]
|
| /linux/tools/arch/arm64/include/asm/ |
| H A D | cputype.h | 273 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ macro 280 #define MIDR_REV_RANGE(m, v, r_min, r_max) MIDR_RANGE(m, v, r_min, v, r_max) 281 #define MIDR_REV(m, v, r) MIDR_RANGE(m, v, r, v, r) 282 #define MIDR_ALL_VERSIONS(m) MIDR_RANGE(m, 0, 0, 0xf, 0xf)
|
| /linux/arch/arm64/kernel/pi/ |
| H A D | map_kernel.c | 226 MIDR_RANGE(MIDR_THUNDERX, 0, 0, 1, 1), in ng_mappings_allowed()
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-etm4x-core.c | 1312 MIDR_RANGE(MIDR_CORTEX_A76, 0, 0, 4, 0), 1314 MIDR_RANGE(MIDR_NEOVERSE_N1, 0, 0, 4, 0), 1316 MIDR_RANGE(MIDR_CORTEX_A77, 0, 0, 1, 0),
|