Searched refs:perfcount_irq (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/mips/oprofile/
H A Dop_model_mipsxx.c39 static int perfcount_irq; variable
446 perfcount_irq = get_c0_perfcount_int(); mipsxx_init()
448 perfcount_irq = MIPS_CPU_IRQ_BASE + cp0_perfcount_irq; mipsxx_init()
450 perfcount_irq = -1; mipsxx_init()
452 if (perfcount_irq >= 0) mipsxx_init()
453 return request_irq(perfcount_irq, mipsxx_perfcount_int, mipsxx_init()
466 if (perfcount_irq >= 0) mipsxx_exit()
467 free_irq(perfcount_irq, save_perf_irq); mipsxx_exit()

Completed in 60 milliseconds