Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/generic/
A Dirq.c35 int mips_cpu_perf_irq; in get_c0_perfcount_int() local
38 mips_cpu_perf_irq = gic_get_c0_perfcount_int(); in get_c0_perfcount_int()
42 mips_cpu_perf_irq = MIPS_CPU_IRQ_BASE + cp0_perfcount_irq; in get_c0_perfcount_int()
44 mips_cpu_perf_irq = -1; in get_c0_perfcount_int()
46 return mips_cpu_perf_irq; in get_c0_perfcount_int()
/linux-6.3-rc2/arch/mips/mti-malta/
A Dmalta-time.c36 static int mips_cpu_perf_irq; variable
48 do_IRQ(mips_cpu_perf_irq); in mips_perf_dispatch()
152 mips_cpu_perf_irq = MSC01E_INT_BASE + MSC01E_INT_PERFCTR; in get_c0_perfcount_int()
154 mips_cpu_perf_irq = gic_get_c0_perfcount_int(); in get_c0_perfcount_int()
156 mips_cpu_perf_irq = MIPS_CPU_IRQ_BASE + cp0_perfcount_irq; in get_c0_perfcount_int()
158 mips_cpu_perf_irq = -1; in get_c0_perfcount_int()
161 return mips_cpu_perf_irq; in get_c0_perfcount_int()

Completed in 4 milliseconds