Searched refs:MIDR_RANGE (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/arm64/kernel/
H A Dcpu_errata.c126 .midr_range = MIDR_RANGE(model, v_min, r_min, v_max, r_max)
250 MIDR_RANGE(MIDR_THUNDERX, 0, 0, 1, 1),
260 MIDR_RANGE(MIDR_THUNDERX, 0, 0, 1, 2),
305 MIDR_RANGE(MIDR_CORTEX_A76, 0, 0, 3, 1),
307 MIDR_RANGE(MIDR_NEOVERSE_N1, 0, 0, 3, 1),
309 MIDR_RANGE(MIDR_QCOM_KRYO_4XX_GOLD, 0xc, 0xe, 0xf, 0xf),
347 MIDR_RANGE(MIDR_CORTEX_A76, 0, 0, 2, 0),
355 MIDR_RANGE(MIDR_CORTEX_A55, 0, 0, 2, 0),
366 MIDR_RANGE(MIDR_CORTEX_A76, 0, 0, 3, 1),
368 MIDR_RANGE(MIDR_QCOM_KRYO_4XX_GOL
[all...]
/linux-master/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)
/linux-master/tools/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)
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c1162 MIDR_RANGE(MIDR_CORTEX_A76, 0, 0, 4, 0),
1164 MIDR_RANGE(MIDR_NEOVERSE_N1, 0, 0, 4, 0),
1166 MIDR_RANGE(MIDR_CORTEX_A77, 0, 0, 1, 0),

Completed in 212 milliseconds