Home
last modified time | relevance | path

Searched refs:MIPS_CPU_PERF (Results 1 – 3 of 3) sorted by relevance

/linux/arch/mips/include/asm/
H A Dcpu-features.h577 # define cpu_has_perf __opt(MIPS_CPU_PERF)
722 #define cpu_guest_has_perf (cpu_data[0].guest.options & MIPS_CPU_PERF)
744 #define cpu_guest_has_dyn_perf (cpu_data[0].guest.options_dyn & MIPS_CPU_PERF)
H A Dcpu.h404 #define MIPS_CPU_PERF BIT_ULL(47) /* CPU has MIPS performance counters */ macro
/linux/arch/mips/kernel/
H A Dcpu-probe.c474 c->options |= MIPS_CPU_PERF; in decode_config1()
860 c->guest.options |= MIPS_CPU_PERF; in decode_guest_config1()
862 c->guest.options_dyn |= MIPS_CPU_PERF; in decode_guest_config1()