Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dcputype.h48 #define MIDR_CPU_VAR_REV(var, rev) \ macro
141 #define MIDR_FUJITSU_ERRATUM_010001_MASK (~MIDR_CPU_VAR_REV(1, 0))
168 .rv_min = MIDR_CPU_VAR_REV(v_min, r_min), \
169 .rv_max = MIDR_CPU_VAR_REV(v_max, r_max), \
/kernel/linux/linux-5.10/arch/arm64/kernel/
Dcpufeature.c1231 MIDR_CPU_VAR_REV(0, 0), in has_no_hw_prefetch()
1232 MIDR_CPU_VAR_REV(1, MIDR_REVISION_MASK)); in has_no_hw_prefetch()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0001_linux_arch.patch14297 + midr_range_list[0].rv_max = MIDR_CPU_VAR_REV(0, 4);