cp0_perfcount_irq   41 arch/mips/generic/irq.c 	else if (cp0_perfcount_irq >= 0)
cp0_perfcount_irq   42 arch/mips/generic/irq.c 		mips_cpu_perf_irq = MIPS_CPU_IRQ_BASE + cp0_perfcount_irq;
cp0_perfcount_irq   76 arch/mips/include/asm/irq.h extern int cp0_perfcount_irq;
cp0_perfcount_irq  124 arch/mips/kernel/cevt-r4k.c 	return (cp0_perfcount_irq < 0) &&
cp0_perfcount_irq  564 arch/mips/kernel/perf_event_mipsxx.c 	} else if (cp0_perfcount_irq < 0) {
cp0_perfcount_irq  583 arch/mips/kernel/perf_event_mipsxx.c 	else if (cp0_perfcount_irq < 0)
cp0_perfcount_irq 1704 arch/mips/kernel/perf_event_mipsxx.c 	else if (cp0_perfcount_irq >= 0)
cp0_perfcount_irq 1705 arch/mips/kernel/perf_event_mipsxx.c 		irq = MIPS_CPU_IRQ_BASE + cp0_perfcount_irq;
cp0_perfcount_irq 2089 arch/mips/kernel/traps.c int cp0_perfcount_irq;
cp0_perfcount_irq 2090 arch/mips/kernel/traps.c EXPORT_SYMBOL_GPL(cp0_perfcount_irq);
cp0_perfcount_irq 2200 arch/mips/kernel/traps.c 		cp0_perfcount_irq = (read_c0_intctl() >> INTCTLB_IPPCI) & 7;
cp0_perfcount_irq 2208 arch/mips/kernel/traps.c 		cp0_perfcount_irq = -1;
cp0_perfcount_irq   37 arch/mips/mti-malta/malta-time.c extern int cp0_perfcount_irq;
cp0_perfcount_irq  160 arch/mips/mti-malta/malta-time.c 	} else if (cp0_perfcount_irq >= 0) {
cp0_perfcount_irq  161 arch/mips/mti-malta/malta-time.c 		mips_cpu_perf_irq = MIPS_CPU_IRQ_BASE + cp0_perfcount_irq;
cp0_perfcount_irq  442 arch/mips/oprofile/op_model_mipsxx.c 	else if (cp0_perfcount_irq >= 0)
cp0_perfcount_irq  443 arch/mips/oprofile/op_model_mipsxx.c 		perfcount_irq = MIPS_CPU_IRQ_BASE + cp0_perfcount_irq;
cp0_perfcount_irq  127 drivers/irqchip/irq-mips-gic.c 		if (cp0_perfcount_irq < 0)
cp0_perfcount_irq  129 drivers/irqchip/irq-mips-gic.c 		return MIPS_CPU_IRQ_BASE + cp0_perfcount_irq;