Home
last modified time | relevance | path

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

/linux/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; in reserve_pmc_hardware()
71 perf_irq = dummy_perf; in release_pmc_hardware()
/linux/arch/alpha/kernel/
H A Dirq_alpha.c37 void (*perf_irq)(unsigned long, struct pt_regs *) = dummy_perf; variable
38 EXPORT_SYMBOL(perf_irq);
84 perf_irq(la_ptr, regs); in do_entInt()
/linux/arch/mips/kernel/
H A Dtime.c108 int (*perf_irq)(void) = null_perf_irq; variable
110 EXPORT_SYMBOL(perf_irq);
H A Dcevt-r4k.c126 perf_irq() == IRQ_HANDLED && in handle_perf_irq()
/linux/arch/mips/include/asm/
H A Dtime.h35 extern int (*perf_irq)(void);
/linux/drivers/iommu/intel/
H A Dperfmon.c737 iommu->perf_irq = irq; in iommu_pmu_set_interrupt()
742 iommu->perf_irq = 0; in iommu_pmu_set_interrupt()
750 if (!iommu->perf_irq) in iommu_pmu_unset_interrupt()
753 free_irq(iommu->perf_irq, iommu); in iommu_pmu_unset_interrupt()
754 dmar_free_hwirq(iommu->perf_irq); in iommu_pmu_unset_interrupt()
755 iommu->perf_irq = 0; in iommu_pmu_unset_interrupt()
H A Diommu.h700 unsigned int irq, pr_irq, perf_irq; member
H A Ddmar.c1852 else if (iommu->perf_irq == irq) in dmar_msi_reg()
/linux/arch/powerpc/include/asm/
H A Dpmc.h13 extern perf_irq_t perf_irq;
/linux/arch/alpha/include/asm/
H A Dirq.h84 extern void (*perf_irq)(unsigned long, struct pt_regs *);