Home
last modified time | relevance | path

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

/linux-6.12.1/arch/sh/kernel/cpu/sh4/
Dprobe.c64 boot_cpu_data.flags |= CPU_HAS_LLSC | CPU_HAS_PERF_COUNTER; in cpu_probe()
90 CPU_HAS_PERF_COUNTER; in cpu_probe()
95 CPU_HAS_PERF_COUNTER; in cpu_probe()
Dperf_event.c258 if (!(boot_cpu_data.flags & CPU_HAS_PERF_COUNTER)) { in sh7750_pmu_init()
/linux-6.12.1/arch/sh/include/uapi/asm/
Dcpu-features.h20 #define CPU_HAS_PERF_COUNTER 0x0010 /* Hardware performance counters */ macro
/linux-6.12.1/arch/sh/kernel/cpu/sh4a/
Dperf_event.c292 if (!(boot_cpu_data.flags & CPU_HAS_PERF_COUNTER)) { in sh4a_pmu_init()