Searched refs:cp0_perfcount_irq (Results 1 – 8 of 8) sorted by relevance
41 else if (cp0_perfcount_irq >= 0) in get_c0_perfcount_int()42 mips_cpu_perf_irq = MIPS_CPU_IRQ_BASE + cp0_perfcount_irq; in get_c0_perfcount_int()
37 extern int cp0_perfcount_irq;160 } else if (cp0_perfcount_irq >= 0) { in get_c0_perfcount_int()161 mips_cpu_perf_irq = MIPS_CPU_IRQ_BASE + cp0_perfcount_irq; in get_c0_perfcount_int()
76 extern int cp0_perfcount_irq;
442 else if (cp0_perfcount_irq >= 0) in mipsxx_init()443 perfcount_irq = MIPS_CPU_IRQ_BASE + cp0_perfcount_irq; in mipsxx_init()
124 return (cp0_perfcount_irq < 0) && in handle_perf_irq()
564 } else if (cp0_perfcount_irq < 0) { in mipspmu_get_irq()583 else if (cp0_perfcount_irq < 0) in mipspmu_free_irq()1704 else if (cp0_perfcount_irq >= 0) in init_hw_perf_events()1705 irq = MIPS_CPU_IRQ_BASE + cp0_perfcount_irq; in init_hw_perf_events()
2089 int cp0_perfcount_irq; variable2090 EXPORT_SYMBOL_GPL(cp0_perfcount_irq);2200 cp0_perfcount_irq = (read_c0_intctl() >> INTCTLB_IPPCI) & 7; in per_cpu_trap_init()2208 cp0_perfcount_irq = -1; in per_cpu_trap_init()
127 if (cp0_perfcount_irq < 0) in gic_get_c0_perfcount_int()129 return MIPS_CPU_IRQ_BASE + cp0_perfcount_irq; in gic_get_c0_perfcount_int()