Searched refs:CPU_HAS_L2_CACHE (Results 1 – 5 of 5) sorted by relevance
129 boot_cpu_data.flags |= CPU_HAS_PTEAEX | CPU_HAS_L2_CACHE; in cpu_probe()136 boot_cpu_data.flags |= CPU_HAS_L2_CACHE; in cpu_probe()151 boot_cpu_data.flags |= CPU_HAS_L2_CACHE; in cpu_probe()222 if (boot_cpu_data.flags & CPU_HAS_L2_CACHE) { in cpu_probe()229 boot_cpu_data.flags &= ~CPU_HAS_L2_CACHE; in cpu_probe()
22 #define CPU_HAS_L2_CACHE 0x0080 /* Secondary cache / URAM */ macro
120 if (c->flags & CPU_HAS_L2_CACHE) in show_cpuinfo()
214 if (current_cpu_data.flags & CPU_HAS_L2_CACHE) in detect_cache_shape()
273 if (boot_cpu_data.flags & CPU_HAS_L2_CACHE) { in emit_cache_params()