| /linux/arch/parisc/include/asm/ |
| H A D | hardirq.h | 28 DECLARE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat); 31 #define inc_irq_stat(member) this_cpu_inc(irq_stat.member) 32 #define __inc_irq_stat(member) __this_cpu_inc(irq_stat.member)
|
| /linux/arch/s390/include/asm/ |
| H A D | irq.h | 73 struct irq_stat { struct 77 DECLARE_PER_CPU_SHARED_ALIGNED(struct irq_stat, irq_stat); argument 81 __this_cpu_inc(irq_stat.irqs[irq]); in inc_irq_stat()
|
| /linux/arch/um/include/asm/ |
| H A D | hardirq.h | 18 DECLARE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat); 22 #define inc_irq_stat(member) this_cpu_inc(irq_stat.member)
|
| /linux/drivers/thermal/intel/ |
| H A D | intel_bxt_pmic_thermal.c | 160 u8 reg_val, mask, irq_stat; in pmic_thermal_irq_handler() local 182 irq_stat = ((u8)ret & mask); in pmic_thermal_irq_handler() 184 if (!irq_stat) in pmic_thermal_irq_handler()
|
| /linux/include/asm-generic/ |
| H A D | hardirq.h | 15 DECLARE_PER_CPU_ALIGNED(irq_cpustat_t, irq_stat);
|
| /linux/sound/soc/sof/amd/ |
| H A D | acp-common.c | 36 u32 dsp_msg, dsp_ack, host_msg, host_ack, irq_stat; in amd_sof_ipc_dump() local 42 irq_stat = snd_sof_dsp_read(sdev, ACP_DSP_BAR, base + DSP_SW_INTR_STAT_OFFSET); in amd_sof_ipc_dump() 45 "dsp_msg = %#x dsp_ack = %#x host_msg = %#x host_ack = %#x irq_stat = %#x\n", in amd_sof_ipc_dump() 46 dsp_msg, dsp_ack, host_msg, host_ack, irq_stat); in amd_sof_ipc_dump()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | hardirq.h | 30 DECLARE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
| /linux/arch/powerpc/kernel/ |
| H A D | dbell.c | 34 __this_cpu_inc(irq_stat.doorbell_irqs); in DEFINE_INTERRUPT_HANDLER_ASYNC()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | hardirq.h | 25 DECLARE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
| /linux/arch/parisc/kernel/ |
| H A D | irq.c | 125 DEFINE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat); 126 #define irq_stats(x) (&per_cpu(irq_stat, x)) 406 last_usage = &per_cpu(irq_stat.irq_stack_usage, cpu); in stack_overflow_check() 422 last_usage = &per_cpu(irq_stat.kernel_stack_usage, cpu); in stack_overflow_check()
|
| H A D | smp.c | 342 memset(&per_cpu(irq_stat, cpuid), 0, sizeof(irq_cpustat_t)); in smp_boot_one_cpu()
|
| /linux/drivers/dma/ |
| H A D | uniphier-mdmac.c | 180 u32 irq_stat; in uniphier_mdmac_interrupt() local 184 irq_stat = readl(mc->reg_ch_base + UNIPHIER_MDMAC_CH_IRQ_DET); in uniphier_mdmac_interrupt() 190 if (!irq_stat) { in uniphier_mdmac_interrupt() 196 writel(irq_stat, mc->reg_ch_base + UNIPHIER_MDMAC_CH_IRQ_REQ); in uniphier_mdmac_interrupt()
|
| /linux/scripts/gdb/linux/ |
| H A D | interrupts.py | 101 irq_stat = gdb.parse_and_eval("&irq_stat.counts[%d]" %idx) 104 stat = cpus.per_cpu(irq_stat, cpu)
|
| /linux/drivers/pci/controller/ |
| H A D | pci-ftpci100.c | 293 unsigned int irq_stat, reg, i; in faraday_pci_irq_handler() local 296 irq_stat = reg >> PCI_CTRL2_INTSTS_SHIFT; in faraday_pci_irq_handler() 301 if ((irq_stat & BIT(i)) == 0) in faraday_pci_irq_handler()
|
| /linux/arch/sh/kernel/ |
| H A D | traps.c | 182 this_cpu_inc(irq_stat.__nmi_count); in BUILD_TRAP_HANDLER()
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | denali.c | 1098 u32 irq_stat; in denali_exec_waitrdy() local 1101 irq_stat = denali_wait_for_irq(denali, INTR__INT_ACT); in denali_exec_waitrdy() 1106 return irq_stat & INTR__INT_ACT ? 0 : -EIO; in denali_exec_waitrdy()
|