Home
last modified time | relevance | path

Searched refs:mips_cpu_perf_irq (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/mips/generic/
Dirq.c39 int mips_cpu_perf_irq; in get_c0_perfcount_int() local
42 mips_cpu_perf_irq = gic_get_c0_perfcount_int(); in get_c0_perfcount_int()
46 mips_cpu_perf_irq = MIPS_CPU_IRQ_BASE + cp0_perfcount_irq; in get_c0_perfcount_int()
48 mips_cpu_perf_irq = -1; in get_c0_perfcount_int()
50 return mips_cpu_perf_irq; in get_c0_perfcount_int()
/Linux-v4.19/arch/mips/mti-malta/
Dmalta-time.c48 static int mips_cpu_perf_irq; variable
60 do_IRQ(mips_cpu_perf_irq); in mips_perf_dispatch()
169 mips_cpu_perf_irq = MSC01E_INT_BASE + MSC01E_INT_PERFCTR; in get_c0_perfcount_int()
171 mips_cpu_perf_irq = gic_get_c0_perfcount_int(); in get_c0_perfcount_int()
173 mips_cpu_perf_irq = MIPS_CPU_IRQ_BASE + cp0_perfcount_irq; in get_c0_perfcount_int()
175 mips_cpu_perf_irq = -1; in get_c0_perfcount_int()
178 return mips_cpu_perf_irq; in get_c0_perfcount_int()