Searched refs:MIDR_RANGE (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | cpu_errata.c | 128 .midr_range = MIDR_RANGE(model, v_min, r_min, v_max, r_max) 226 MIDR_RANGE(MIDR_THUNDERX, 0, 0, 1, 1), 236 MIDR_RANGE(MIDR_THUNDERX, 0, 0, 1, 2), 281 MIDR_RANGE(MIDR_CORTEX_A76, 0, 0, 3, 1), 283 MIDR_RANGE(MIDR_NEOVERSE_N1, 0, 0, 3, 1), 285 MIDR_RANGE(MIDR_QCOM_KRYO_4XX_GOLD, 0xc, 0xe, 0xf, 0xf), 323 MIDR_RANGE(MIDR_CORTEX_A76, 0, 0, 2, 0), 331 MIDR_RANGE(MIDR_CORTEX_A55, 0, 0, 2, 0), 342 MIDR_RANGE(MIDR_CORTEX_A76, 0, 0, 3, 1), 344 MIDR_RANGE(MIDR_QCOM_KRYO_4XX_GOLD, 0xc, 0xe, 0xf, 0xf), [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | cputype.h | 185 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ macro 192 #define MIDR_REV_RANGE(m, v, r_min, r_max) MIDR_RANGE(m, v, r_min, v, r_max) 193 #define MIDR_REV(m, v, r) MIDR_RANGE(m, v, r, v, r) 194 #define MIDR_ALL_VERSIONS(m) MIDR_RANGE(m, 0, 0, 0xf, 0xf)
|