Searched refs:MIDR_CPU_VAR_REV (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/drivers/char/hw_random/ |
| D | cavium-rng-vf.c | 42 MIDR_CPU_VAR_REV(0, 0), in is_octeontx() 43 MIDR_CPU_VAR_REV(3, 0)) || in is_octeontx() 45 MIDR_CPU_VAR_REV(0, 0), in is_octeontx() 46 MIDR_CPU_VAR_REV(3, 0)) || in is_octeontx() 48 MIDR_CPU_VAR_REV(0, 0), in is_octeontx() 49 MIDR_CPU_VAR_REV(3, 0))) in is_octeontx()
|
| /Linux-v6.6/tools/arch/arm64/include/asm/ |
| D | cputype.h | 48 #define MIDR_CPU_VAR_REV(var, rev) \ macro 196 #define MIDR_FUJITSU_ERRATUM_010001_MASK (~MIDR_CPU_VAR_REV(1, 0)) 223 .rv_min = MIDR_CPU_VAR_REV(v_min, r_min), \ 224 .rv_max = MIDR_CPU_VAR_REV(v_max, r_max), \
|
| /Linux-v6.6/arch/arm64/include/asm/ |
| D | cputype.h | 48 #define MIDR_CPU_VAR_REV(var, rev) \ macro 198 #define MIDR_FUJITSU_ERRATUM_010001_MASK (~MIDR_CPU_VAR_REV(1, 0)) 225 .rv_min = MIDR_CPU_VAR_REV(v_min, r_min), \ 226 .rv_max = MIDR_CPU_VAR_REV(v_max, r_max), \
|
| /Linux-v6.6/arch/arm64/kernel/ |
| D | cpu_errata.c | 729 MIDR_FIXED(MIDR_CPU_VAR_REV(1,1), BIT(25)),
|
| D | cpufeature.c | 1563 MIDR_CPU_VAR_REV(0, 0), in has_no_hw_prefetch() 1564 MIDR_CPU_VAR_REV(1, MIDR_REVISION_MASK)); in has_no_hw_prefetch()
|