Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/oprofile/
Dop_model_mipsxx.c25 static int perfcount_irq; variable
428 perfcount_irq = get_c0_perfcount_int(); in mipsxx_init()
430 perfcount_irq = MIPS_CPU_IRQ_BASE + cp0_perfcount_irq; in mipsxx_init()
432 perfcount_irq = -1; in mipsxx_init()
434 if (perfcount_irq >= 0) in mipsxx_init()
435 return request_irq(perfcount_irq, mipsxx_perfcount_int, in mipsxx_init()
448 if (perfcount_irq >= 0) in mipsxx_exit()
449 free_irq(perfcount_irq, save_perf_irq); in mipsxx_exit()