Searched refs:x86_pmu_handle_irq (Results 1 – 5 of 5) sorted by relevance
203 .handle_irq = x86_pmu_handle_irq,
4759 .handle_irq = x86_pmu_handle_irq,
63 DEFINE_STATIC_CALL_NULL(x86_pmu_handle_irq, *x86_pmu.handle_irq);1664 int x86_pmu_handle_irq(struct pt_regs *regs) in x86_pmu_handle_irq() function1745 ret = static_call(x86_pmu_handle_irq)(regs); in perf_event_nmi_handler()2003 static_call_update(x86_pmu_handle_irq, x86_pmu.handle_irq); in x86_pmu_static_call_update()
1178 int x86_pmu_handle_irq(struct pt_regs *regs);
871 handled = x86_pmu_handle_irq(regs); in amd_pmu_handle_irq()