Home
last modified time | relevance | path

Searched refs:CPU_HAS_L2_CACHE (Results 1 – 5 of 5) sorted by relevance

/arch/sh/kernel/cpu/sh4/
Dprobe.c129 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()
/arch/sh/include/uapi/asm/
Dcpu-features.h22 #define CPU_HAS_L2_CACHE 0x0080 /* Secondary cache / URAM */ macro
/arch/sh/kernel/cpu/
Dproc.c120 if (c->flags & CPU_HAS_L2_CACHE) in show_cpuinfo()
Dinit.c214 if (current_cpu_data.flags & CPU_HAS_L2_CACHE) in detect_cache_shape()
/arch/sh/mm/
Dcache.c273 if (boot_cpu_data.flags & CPU_HAS_L2_CACHE) { in emit_cache_params()