Home
last modified time | relevance | path

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

/linux/arch/sh/kernel/cpu/sh4/
H A Dprobe.c126 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()
/linux/arch/sh/include/uapi/asm/
H A Dcpu-features.h23 #define CPU_HAS_L2_CACHE 0x0080 /* Secondary cache / URAM */ macro
/linux/arch/sh/kernel/cpu/
H A Dproc.c121 if (c->flags & CPU_HAS_L2_CACHE) in show_cpuinfo()
H A Dinit.c211 if (current_cpu_data.flags & CPU_HAS_L2_CACHE) in detect_cache_shape()