Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/generic/
H A Dirq.c41 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()
/OK3568_Linux_fs/kernel/arch/mips/mti-malta/
H A Dmalta-time.c37 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()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dirq.h76 extern int cp0_perfcount_irq;
/OK3568_Linux_fs/kernel/arch/mips/oprofile/
H A Dop_model_mipsxx.c444 else if (cp0_perfcount_irq >= 0) in mipsxx_init()
445 perfcount_irq = MIPS_CPU_IRQ_BASE + cp0_perfcount_irq; in mipsxx_init()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dcevt-r4k.c125 return (cp0_perfcount_irq < 0) && in handle_perf_irq()
H A Dtraps.c2178 int cp0_perfcount_irq; variable
2179 EXPORT_SYMBOL_GPL(cp0_perfcount_irq);
2290 cp0_perfcount_irq = (read_c0_intctl() >> INTCTLB_IPPCI) & 7; in per_cpu_trap_init()
2298 cp0_perfcount_irq = -1; in per_cpu_trap_init()
H A Dperf_event_mipsxx.c607 } else if (cp0_perfcount_irq < 0) { in mipspmu_get_irq()
626 else if (cp0_perfcount_irq < 0) in mipspmu_free_irq()
1987 else if (cp0_perfcount_irq >= 0) in init_hw_perf_events()
1988 irq = MIPS_CPU_IRQ_BASE + cp0_perfcount_irq; in init_hw_perf_events()
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-mips-gic.c129 if (cp0_perfcount_irq < 0) in gic_get_c0_perfcount_int()
131 return MIPS_CPU_IRQ_BASE + cp0_perfcount_irq; in gic_get_c0_perfcount_int()