Home
last modified time | relevance | path

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

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