Searched refs:cp0_perfcount_irq (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/mips/generic/
H A Dirq.c41 else if (cp0_perfcount_irq >= 0)
42 mips_cpu_perf_irq = MIPS_CPU_IRQ_BASE + cp0_perfcount_irq;
/linux-master/arch/mips/include/asm/
H A Dirq.h74 extern int cp0_perfcount_irq;
/linux-master/arch/mips/mti-malta/
H A Dmalta-time.c37 extern int cp0_perfcount_irq;
155 } else if (cp0_perfcount_irq >= 0) {
156 mips_cpu_perf_irq = MIPS_CPU_IRQ_BASE + cp0_perfcount_irq;
/linux-master/arch/mips/kernel/
H A Dcevt-r4k.c120 * timer interrupt (cp0_perfcount_irq < 0). If it is and a
125 return (cp0_perfcount_irq < 0) &&
H A Dperf_event_mipsxx.c607 } else if (cp0_perfcount_irq < 0) {
626 else if (cp0_perfcount_irq < 0)
1910 else if (cp0_perfcount_irq >= 0)
1911 irq = MIPS_CPU_IRQ_BASE + cp0_perfcount_irq;
H A Dtraps.c2139 int cp0_perfcount_irq; variable
2140 EXPORT_SYMBOL_GPL(cp0_perfcount_irq); variable
2251 cp0_perfcount_irq = (read_c0_intctl() >> INTCTLB_IPPCI) & 7;
2259 cp0_perfcount_irq = -1;
/linux-master/drivers/irqchip/
H A Dirq-mips-gic.c130 if (cp0_perfcount_irq < 0)
132 return MIPS_CPU_IRQ_BASE + cp0_perfcount_irq;

Completed in 435 milliseconds