Home
last modified time | relevance | path

Searched refs:MIPS_CPU_PERF (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dcpu-features.h580 # define cpu_has_perf __opt(MIPS_CPU_PERF)
725 #define cpu_guest_has_perf (cpu_data[0].guest.options & MIPS_CPU_PERF)
747 #define cpu_guest_has_dyn_perf (cpu_data[0].guest.options_dyn & MIPS_CPU_PERF)
H A Dcpu.h412 #define MIPS_CPU_PERF BIT_ULL(47) /* CPU has MIPS performance counters */ macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dcpu-features.h578 # define cpu_has_perf __opt(MIPS_CPU_PERF)
723 #define cpu_guest_has_perf (cpu_data[0].guest.options & MIPS_CPU_PERF)
745 #define cpu_guest_has_dyn_perf (cpu_data[0].guest.options_dyn & MIPS_CPU_PERF)
H A Dcpu.h405 #define MIPS_CPU_PERF BIT_ULL(47) /* CPU has MIPS performance counters */ macro
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dcpu-probe.c468 c->options |= MIPS_CPU_PERF; in decode_config1()
855 c->guest.options |= MIPS_CPU_PERF; in decode_guest_config1()
857 c->guest.options_dyn |= MIPS_CPU_PERF; in decode_guest_config1()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dcpu-probe.c469 c->options |= MIPS_CPU_PERF; in decode_config1()
856 c->guest.options |= MIPS_CPU_PERF; in decode_guest_config1()
858 c->guest.options_dyn |= MIPS_CPU_PERF; in decode_guest_config1()

Completed in 9 milliseconds