Searched refs:x86_pmu_handle_irq (Results 1 – 5 of 5) sorted by relevance
203 .handle_irq = x86_pmu_handle_irq,
4262 .handle_irq = x86_pmu_handle_irq,
62 DEFINE_STATIC_CALL_NULL(x86_pmu_handle_irq, *x86_pmu.handle_irq);1624 int x86_pmu_handle_irq(struct pt_regs *regs) in x86_pmu_handle_irq() function1699 ret = static_call(x86_pmu_handle_irq)(regs); in perf_event_nmi_handler()1914 static_call_update(x86_pmu_handle_irq, x86_pmu.handle_irq); in x86_pmu_static_call_update()
1023 int x86_pmu_handle_irq(struct pt_regs *regs);
677 handled = x86_pmu_handle_irq(regs); in amd_pmu_handle_irq()