Home
last modified time | relevance | path

Searched refs:MIDR_RANGE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm64/kernel/
H A Dcpu_errata.c266 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),
397 MIDR_RANGE(MIDR_CORTEX_X2, 0, 0, 2, 0),
424 MIDR_RANGE(MIDR_CORTEX_X2, 0, 0, 2, 0),
[all …]
/openbmc/linux/tools/arch/arm64/include/asm/
H A Dcputype.h220 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ macro
227 #define MIDR_REV_RANGE(m, v, r_min, r_max) MIDR_RANGE(m, v, r_min, v, r_max)
228 #define MIDR_REV(m, v, r) MIDR_RANGE(m, v, r, v, r)
229 #define MIDR_ALL_VERSIONS(m) MIDR_RANGE(m, 0, 0, 0xf, 0xf)
/openbmc/linux/arch/arm64/include/asm/
H A Dcputype.h227 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ macro
234 #define MIDR_REV_RANGE(m, v, r_min, r_max) MIDR_RANGE(m, v, r_min, v, r_max)
235 #define MIDR_REV(m, v, r) MIDR_RANGE(m, v, r, v, r)
236 #define MIDR_ALL_VERSIONS(m) MIDR_RANGE(m, 0, 0, 0xf, 0xf)