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

/linux-master/arch/mips/include/asm/
H A Dtime.h35 extern int (*perf_irq)(void);
/linux-master/arch/powerpc/include/asm/
H A Dpmc.h13 extern perf_irq_t perf_irq;
/linux-master/arch/powerpc/kernel/
H A Dpmc.c39 perf_irq_t perf_irq = dummy_perf; variable
56 perf_irq = new_perf_irq ? new_perf_irq : dummy_perf;
71 perf_irq = dummy_perf;
H A Dtraps.c1938 perf_irq(regs);
1949 perf_irq(regs);
/linux-master/arch/alpha/include/asm/
H A Dirq.h90 extern void (*perf_irq)(unsigned long, struct pt_regs *);
/linux-master/arch/alpha/kernel/
H A Dirq_alpha.c37 void (*perf_irq)(unsigned long, struct pt_regs *) = dummy_perf; variable
38 EXPORT_SYMBOL(perf_irq); variable
84 perf_irq(la_ptr, regs);
H A Dperf_event.c886 perf_irq = alpha_perf_event_irq_handler;
/linux-master/arch/mips/kernel/
H A Dtime.c108 int (*perf_irq)(void) = null_perf_irq; variable
110 EXPORT_SYMBOL(perf_irq); variable
H A Dcevt-r4k.c121 * performance counter has overflowed (perf_irq() == IRQ_HANDLED)
126 perf_irq() == IRQ_HANDLED &&
H A Dperf_event_mipsxx.c25 #include <asm/time.h> /* For perf_irq */
611 save_perf_irq = perf_irq;
612 perf_irq = mipsxx_pmu_handle_shared_irq;
627 perf_irq = save_perf_irq;
/linux-master/drivers/iommu/intel/
H A Dperfmon.c755 iommu->perf_irq = irq;
760 iommu->perf_irq = 0;
768 if (!iommu->perf_irq)
771 free_irq(iommu->perf_irq, iommu);
772 dmar_free_hwirq(iommu->perf_irq);
773 iommu->perf_irq = 0;
H A Diommu.h702 unsigned int irq, pr_irq, perf_irq; member in struct:intel_iommu
H A Ddmar.c1925 else if (iommu->perf_irq == irq)
/linux-master/arch/powerpc/platforms/cell/
H A Dpmu.c364 perf_irq(get_irq_regs());

Completed in 183 milliseconds