MIPS_CPU_PERF     555 arch/mips/include/asm/cpu-features.h # define cpu_has_perf		__opt(MIPS_CPU_PERF)
MIPS_CPU_PERF     677 arch/mips/include/asm/cpu-features.h #define cpu_guest_has_perf	(cpu_data[0].guest.options & MIPS_CPU_PERF)
MIPS_CPU_PERF     699 arch/mips/include/asm/cpu-features.h #define cpu_guest_has_dyn_perf	(cpu_data[0].guest.options_dyn & MIPS_CPU_PERF)
MIPS_CPU_PERF     698 arch/mips/kernel/cpu-probe.c 		c->options |= MIPS_CPU_PERF;
MIPS_CPU_PERF    1085 arch/mips/kernel/cpu-probe.c 		c->guest.options |= MIPS_CPU_PERF;
MIPS_CPU_PERF    1087 arch/mips/kernel/cpu-probe.c 		c->guest.options_dyn |= MIPS_CPU_PERF;