Home
last modified time | relevance | path

Searched refs:cp0_perfcount_irq (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/arch/mips/mti-malta/
Dmalta-time.c47 extern int cp0_perfcount_irq;
143 } else if (cp0_perfcount_irq >= 0) { in get_c0_perfcount_int()
144 mips_cpu_perf_irq = MIPS_CPU_IRQ_BASE + cp0_perfcount_irq; in get_c0_perfcount_int()
/linux-4.1.27/arch/mips/mti-sead3/
Dsead3-time.c76 if (cp0_perfcount_irq >= 0) in get_c0_perfcount_int()
77 return MIPS_CPU_IRQ_BASE + cp0_perfcount_irq; in get_c0_perfcount_int()
/linux-4.1.27/arch/mips/include/asm/
Dirq.h49 extern int cp0_perfcount_irq;
/linux-4.1.27/arch/mips/oprofile/
Dop_model_mipsxx.c443 else if (cp0_perfcount_irq >= 0) in mipsxx_init()
444 perfcount_irq = MIPS_CPU_IRQ_BASE + cp0_perfcount_irq; in mipsxx_init()
/linux-4.1.27/arch/mips/kernel/
Dcevt-r4k.c53 return (cp0_perfcount_irq < 0) && in handle_perf_irq()
Dperf_event_mipsxx.c569 } else if (cp0_perfcount_irq < 0) { in mipspmu_get_irq()
588 else if (cp0_perfcount_irq < 0) in mipspmu_free_irq()
1687 else if (cp0_perfcount_irq >= 0) in init_hw_perf_events()
1688 irq = MIPS_CPU_IRQ_BASE + cp0_perfcount_irq; in init_hw_perf_events()
Dtraps.c2029 int cp0_perfcount_irq; variable
2030 EXPORT_SYMBOL_GPL(cp0_perfcount_irq);
2124 cp0_perfcount_irq = (read_c0_intctl() >> INTCTLB_IPPCI) & 7; in per_cpu_trap_init()
2132 cp0_perfcount_irq = -1; in per_cpu_trap_init()
/linux-4.1.27/drivers/irqchip/
Dirq-mips-gic.c243 if (cp0_perfcount_irq < 0) in gic_get_c0_perfcount_int()
245 return MIPS_CPU_IRQ_BASE + cp0_perfcount_irq; in gic_get_c0_perfcount_int()