Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/mach-au1x00/
H A Dcpu-feature-overrides.h91 #define cpu_has_perf 0 macro
/linux/arch/loongarch/include/asm/
H A Dcpu-features.h62 #define cpu_has_perf cpu_opt(LOONGARCH_CPU_PMP) macro
/linux/arch/mips/include/asm/
H A Dcpu-features.h577 #ifndef cpu_has_perf
578 # define cpu_has_perf __opt(MIPS_CPU_PERF) macro
/linux/arch/mips/kernel/
H A Dperf_event_mipsxx.c801 if (!cpu_has_perf) in __n_counters()