Searched refs:CPU_HAS_L2_CACHE (Results 1 – 5 of 5) sorted by relevance
126 boot_cpu_data.flags |= CPU_HAS_PTEAEX | CPU_HAS_L2_CACHE; in cpu_probe()133 boot_cpu_data.flags |= CPU_HAS_L2_CACHE; in cpu_probe()148 boot_cpu_data.flags |= CPU_HAS_L2_CACHE; in cpu_probe()219 if (boot_cpu_data.flags & CPU_HAS_L2_CACHE) { in cpu_probe()226 boot_cpu_data.flags &= ~CPU_HAS_L2_CACHE; in cpu_probe()
23 #define CPU_HAS_L2_CACHE 0x0080 /* Secondary cache / URAM */ macro
121 if (c->flags & CPU_HAS_L2_CACHE) in show_cpuinfo()
211 if (current_cpu_data.flags & CPU_HAS_L2_CACHE) in detect_cache_shape()
279 if (boot_cpu_data.flags & CPU_HAS_L2_CACHE) { in emit_cache_params()