Searched refs:cp0_perfcount_irq (Results 1 – 7 of 7) sorted by relevance
44 else if (cp0_perfcount_irq >= 0) in get_c0_perfcount_int()45 mips_cpu_perf_irq = MIPS_CPU_IRQ_BASE + cp0_perfcount_irq; in get_c0_perfcount_int()
48 extern int cp0_perfcount_irq;171 } else if (cp0_perfcount_irq >= 0) { in get_c0_perfcount_int()172 mips_cpu_perf_irq = MIPS_CPU_IRQ_BASE + cp0_perfcount_irq; in get_c0_perfcount_int()
76 extern int cp0_perfcount_irq;
445 else if (cp0_perfcount_irq >= 0) in mipsxx_init()446 perfcount_irq = MIPS_CPU_IRQ_BASE + cp0_perfcount_irq; in mipsxx_init()
124 return (cp0_perfcount_irq < 0) && in handle_perf_irq()
567 } else if (cp0_perfcount_irq < 0) { in mipspmu_get_irq()586 else if (cp0_perfcount_irq < 0) in mipspmu_free_irq()1737 else if (cp0_perfcount_irq >= 0) in init_hw_perf_events()1738 irq = MIPS_CPU_IRQ_BASE + cp0_perfcount_irq; in init_hw_perf_events()
2099 int cp0_perfcount_irq; variable2100 EXPORT_SYMBOL_GPL(cp0_perfcount_irq);2224 cp0_perfcount_irq = (read_c0_intctl() >> INTCTLB_IPPCI) & 7; in per_cpu_trap_init()2232 cp0_perfcount_irq = -1; in per_cpu_trap_init()