Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Dcpu-features.h532 # define cpu_has_perf __opt(MIPS_CPU_PERF)
641 #define cpu_guest_has_perf (cpu_data[0].guest.options & MIPS_CPU_PERF)
663 #define cpu_guest_has_dyn_perf (cpu_data[0].guest.options_dyn & MIPS_CPU_PERF)
Dcpu.h411 #define MIPS_CPU_PERF MBIT_ULL(47) /* CPU has MIPS performance counters */ macro
/Linux-v4.19/arch/mips/kernel/
Dcpu-probe.c667 c->options |= MIPS_CPU_PERF; in decode_config1()
1001 c->guest.options |= MIPS_CPU_PERF; in decode_guest_config1()
1003 c->guest.options_dyn |= MIPS_CPU_PERF; in decode_guest_config1()