Searched refs:MIDR_RANGE (Results 1 – 2 of 2) sorted by relevance
/linux/tools/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)
|
/linux/drivers/hwtracing/coresight/ |
H A D | coresight-etm4x-core.c | 1163 MIDR_RANGE(MIDR_CORTEX_A76, 0, 0, 4, 0), 1165 MIDR_RANGE(MIDR_NEOVERSE_N1, 0, 0, 4, 0), 1167 MIDR_RANGE(MIDR_CORTEX_A77, 0, 0, 1, 0),
|