Searched refs:MIDR_CPU_VAR_REV (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | cputype.h | 48 #define MIDR_CPU_VAR_REV(var, rev) \ macro 161 #define MIDR_FUJITSU_ERRATUM_010001_MASK (~MIDR_CPU_VAR_REV(1, 0)) 188 .rv_min = MIDR_CPU_VAR_REV(v_min, r_min), \ 189 .rv_max = MIDR_CPU_VAR_REV(v_max, r_max), \
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
D | cpufeature.c | 1234 MIDR_CPU_VAR_REV(0, 0), in has_no_hw_prefetch() 1235 MIDR_CPU_VAR_REV(1, MIDR_REVISION_MASK)); in has_no_hw_prefetch()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0001_linux_arch.patch | 14297 + midr_range_list[0].rv_max = MIDR_CPU_VAR_REV(0, 4);
|