Home
last modified time | relevance | path

Searched refs:action (Results 1 – 25 of 125) sorted by relevance

12345

/arch/sparc/kernel/
Dirq_32.c159 struct irqaction *action; member
170 struct irqaction * action; in show_interrupts() local
183 action = sparc_irq[i].action; in show_interrupts()
184 if (!action) in show_interrupts()
196 (action->flags & IRQF_DISABLED) ? '+' : ' ', in show_interrupts()
197 action->name); in show_interrupts()
198 for (action=action->next; action; action = action->next) { in show_interrupts()
200 (action->flags & IRQF_DISABLED) ? " +" : "", in show_interrupts()
201 action->name); in show_interrupts()
212 struct irqaction * action; in free_irq() local
[all …]
Dsun4d_irq.c69 struct irqaction *action; member
89 struct irqaction * action; in show_sun4d_interrupts() local
99 action = *(i + irq_action); in show_sun4d_interrupts()
100 if (!action) in show_sun4d_interrupts()
105 if ((action = sbus_actions [(j << 5) + (sbusl << 2) + k].action)) in show_sun4d_interrupts()
119 (action->flags & IRQF_DISABLED) ? '+' : ' ', in show_sun4d_interrupts()
120 action->name); in show_sun4d_interrupts()
121 action = action->next; in show_sun4d_interrupts()
123 for (; action; action = action->next) { in show_sun4d_interrupts()
125 (action->flags & IRQF_DISABLED) ? " +" : "", in show_sun4d_interrupts()
[all …]
/arch/avr32/kernel/
Dirq.c43 struct irqaction *action; in show_interrupts() local
55 action = irq_desc[i].action; in show_interrupts()
56 if (!action) in show_interrupts()
63 seq_printf(p, " %s", action->name); in show_interrupts()
64 for (action = action->next; action; action = action->next) in show_interrupts()
65 seq_printf(p, ", %s", action->name); in show_interrupts()
/arch/ia64/xen/
Dirq_xen.c83 struct irqaction *action; member
139 struct irqaction *action, int save) in __xen_register_percpu_irq() argument
149 "%s%d", action->name, cpu); in __xen_register_percpu_irq()
151 action->handler, action->flags, in __xen_register_percpu_irq()
152 per_cpu(timer_name, cpu), action->dev_id); in __xen_register_percpu_irq()
158 "%s%d", action->name, cpu); in __xen_register_percpu_irq()
160 action->handler, action->flags, in __xen_register_percpu_irq()
161 per_cpu(resched_name, cpu), action->dev_id); in __xen_register_percpu_irq()
167 "%s%d", action->name, cpu); in __xen_register_percpu_irq()
169 action->handler, action->flags, in __xen_register_percpu_irq()
[all …]
/arch/m32r/kernel/
Dirq.c32 struct irqaction * action; in show_interrupts() local
44 action = irq_desc[i].action; in show_interrupts()
45 if (!action) in show_interrupts()
55 seq_printf(p, " %s", action->name); in show_interrupts()
57 for (action=action->next; action; action = action->next) in show_interrupts()
58 seq_printf(p, ", %s", action->name); in show_interrupts()
/arch/alpha/kernel/
Dirq.c71 struct irqaction * action; in show_interrupts() local
85 action = irq_desc[irq].action; in show_interrupts()
86 if (!action) in show_interrupts()
97 (action->flags & IRQF_DISABLED)?'+':' ', in show_interrupts()
98 action->name); in show_interrupts()
100 for (action=action->next; action; action = action->next) { in show_interrupts()
102 (action->flags & IRQF_DISABLED)?'+':' ', in show_interrupts()
103 action->name); in show_interrupts()
/arch/mips/kernel/
Dsmp-cmp.c68 unsigned int action = 0; in ipi_call_function() local
75 action = GIC_IPI_EXT_INTR_CALLFNC_VPE0; in ipi_call_function()
78 action = GIC_IPI_EXT_INTR_CALLFNC_VPE1; in ipi_call_function()
81 action = GIC_IPI_EXT_INTR_CALLFNC_VPE2; in ipi_call_function()
84 action = GIC_IPI_EXT_INTR_CALLFNC_VPE3; in ipi_call_function()
87 gic_send_ipi(action); in ipi_call_function()
93 unsigned int action = 0; in ipi_resched() local
100 action = GIC_IPI_EXT_INTR_RESCHED_VPE0; in ipi_resched()
103 action = GIC_IPI_EXT_INTR_RESCHED_VPE1; in ipi_resched()
106 action = GIC_IPI_EXT_INTR_RESCHED_VPE2; in ipi_resched()
[all …]
Dirq.c91 struct irqaction * action; in show_interrupts() local
103 action = irq_desc[i].action; in show_interrupts()
104 if (!action) in show_interrupts()
114 seq_printf(p, " %s", action->name); in show_interrupts()
116 for (action=action->next; action; action = action->next) in show_interrupts()
117 seq_printf(p, ", %s", action->name); in show_interrupts()
/arch/cris/kernel/
Dirq.c49 struct irqaction * action; in show_interrupts() local
61 action = irq_desc[i].action; in show_interrupts()
62 if (!action) in show_interrupts()
72 seq_printf(p, " %s", action->name); in show_interrupts()
74 for (action=action->next; action; action = action->next) in show_interrupts()
75 seq_printf(p, ", %s", action->name); in show_interrupts()
/arch/blackfin/kernel/
Dirqchip.c76 struct irqaction *action; in show_interrupts() local
81 action = irq_desc[i].action; in show_interrupts()
82 if (!action) in show_interrupts()
88 seq_printf(p, " %s", action->name); in show_interrupts()
89 for (action = action->next; action; action = action->next) in show_interrupts()
90 seq_printf(p, " %s", action->name); in show_interrupts()
/arch/xtensa/kernel/
Dirq.c82 struct irqaction * action; in show_interrupts() local
94 action = irq_desc[i].action; in show_interrupts()
95 if (!action) in show_interrupts()
105 seq_printf(p, " %s", action->name); in show_interrupts()
107 for (action=action->next; action; action = action->next) in show_interrupts()
108 seq_printf(p, ", %s", action->name); in show_interrupts()
/arch/frv/kernel/
Dirq.c57 struct irqaction * action; in show_interrupts() local
73 action = irq_desc[i].action; in show_interrupts()
74 if (action) { in show_interrupts()
79 seq_printf(p, " %s", action->name); in show_interrupts()
80 for (action = action->next; in show_interrupts()
81 action; in show_interrupts()
82 action = action->next) in show_interrupts()
83 seq_printf(p, ", %s", action->name); in show_interrupts()
/arch/h8300/kernel/
Dirq.c170 irq_desc[c].action = NULL; in init_IRQ()
187 struct irqaction * action; in show_interrupts() local
195 action = irq_desc[i].action; in show_interrupts()
196 if (!action) in show_interrupts()
202 seq_printf(p, " %s", action->name); in show_interrupts()
204 for (action=action->next; action; action = action->next) in show_interrupts()
205 seq_printf(p, ", %s", action->name); in show_interrupts()
/arch/ia64/kernel/
Dirq.c60 struct irqaction * action; in show_interrupts() local
75 action = irq_desc[i].action; in show_interrupts()
76 if (!action) in show_interrupts()
87 seq_printf(p, " %s", action->name); in show_interrupts()
89 for (action=action->next; action; action = action->next) in show_interrupts()
90 seq_printf(p, ", %s", action->name); in show_interrupts()
/arch/mips/cavium-octeon/
Dsmp.c29 uint64_t action; in mailbox_interrupt() local
32 action = cvmx_read_csr(CVMX_CIU_MBOX_CLRX(coreid)); in mailbox_interrupt()
35 cvmx_write_csr(CVMX_CIU_MBOX_CLRX(coreid), action); in mailbox_interrupt()
37 if (action & SMP_CALL_FUNCTION) in mailbox_interrupt()
41 if (action & SMP_ICACHE_FLUSH) in mailbox_interrupt()
51 void octeon_send_ipi_single(int cpu, unsigned int action) in octeon_send_ipi_single() argument
58 cvmx_write_csr(CVMX_CIU_MBOX_SETX(coreid), action); in octeon_send_ipi_single()
61 static inline void octeon_send_ipi_mask(cpumask_t mask, unsigned int action) in octeon_send_ipi_mask() argument
66 octeon_send_ipi_single(i, action); in octeon_send_ipi_mask()
/arch/mips/sibyte/sb1250/
Dsmp.c68 static void sb1250_send_ipi_single(int cpu, unsigned int action) in sb1250_send_ipi_single() argument
70 __raw_writeq((((u64)action) << 48), mailbox_set_regs[cpu]); in sb1250_send_ipi_single()
73 static inline void sb1250_send_ipi_mask(cpumask_t mask, unsigned int action) in sb1250_send_ipi_mask() argument
78 sb1250_send_ipi_single(i, action); in sb1250_send_ipi_mask()
169 unsigned int action; in sb1250_mailbox_interrupt() local
173 action = (____raw_readq(mailbox_regs[cpu]) >> 48) & 0xffff; in sb1250_mailbox_interrupt()
176 ____raw_writeq(((u64)action) << 48, mailbox_clear_regs[cpu]); in sb1250_mailbox_interrupt()
183 if (action & SMP_CALL_FUNCTION) in sb1250_mailbox_interrupt()
/arch/arm/kernel/
Dirq.c57 struct irqaction * action; in show_interrupts() local
73 action = irq_desc[i].action; in show_interrupts()
74 if (!action) in show_interrupts()
81 seq_printf(p, " %s", action->name); in show_interrupts()
82 for (action = action->next; action; action = action->next) in show_interrupts()
83 seq_printf(p, ", %s", action->name); in show_interrupts()
/arch/parisc/kernel/
Dirq.c179 struct irqaction *action; in show_interrupts() local
182 action = irq_desc[i].action; in show_interrupts()
183 if (!action) in show_interrupts()
195 seq_printf(p, " %s", action->name); in show_interrupts()
197 while ((action = action->next)) in show_interrupts()
198 seq_printf(p, ", %s", action->name); in show_interrupts()
200 for ( ;action; action = action->next) { in show_interrupts()
203 min = max = action->cr16_hist[0]; in show_interrupts()
206 int hist = action->cr16_hist[k]; in show_interrupts()
218 seq_printf(p, " %s[%d/%d/%d]", action->name, in show_interrupts()
[all …]
/arch/mips/sibyte/bcm1480/
Dsmp.c80 static void bcm1480_send_ipi_single(int cpu, unsigned int action) in bcm1480_send_ipi_single() argument
82 __raw_writeq((((u64)action)<< 48), mailbox_0_set_regs[cpu]); in bcm1480_send_ipi_single()
85 static void bcm1480_send_ipi_mask(cpumask_t mask, unsigned int action) in bcm1480_send_ipi_mask() argument
90 bcm1480_send_ipi_single(i, action); in bcm1480_send_ipi_mask()
181 unsigned int action; in bcm1480_mailbox_interrupt() local
185 action = (__raw_readq(mailbox_0_regs[cpu]) >> 48) & 0xffff; in bcm1480_mailbox_interrupt()
188 __raw_writeq(((u64)action)<<48, mailbox_0_clear_regs[cpu]); in bcm1480_mailbox_interrupt()
195 if (action & SMP_CALL_FUNCTION) in bcm1480_mailbox_interrupt()
/arch/mn10300/kernel/
Dirq.c203 struct irqaction *action; in show_interrupts() local
220 action = irq_desc[i].action; in show_interrupts()
221 if (action) { in show_interrupts()
228 seq_printf(p, " %s", action->name); in show_interrupts()
230 for (action = action->next; in show_interrupts()
231 action; in show_interrupts()
232 action = action->next) in show_interrupts()
233 seq_printf(p, ", %s", action->name); in show_interrupts()
/arch/mips/dec/
Dkn02xa-berr.c64 int action = MIPS_BE_FATAL; in dec_kn02xa_be_backend() local
86 action = MIPS_BE_FIXUP; in dec_kn02xa_be_backend()
88 if (action != MIPS_BE_FIXUP) in dec_kn02xa_be_backend()
92 if (action != MIPS_BE_FIXUP && address < 0x10000000) in dec_kn02xa_be_backend()
101 return action; in dec_kn02xa_be_backend()
112 int action = dec_kn02xa_be_backend(regs, 0, 1); in dec_kn02xa_be_interrupt() local
114 if (action == MIPS_BE_DISCARD) in dec_kn02xa_be_interrupt()
Decc-berr.c69 int action = MIPS_BE_FATAL; in dec_ecc_be_backend() local
80 return action; in dec_ecc_be_backend()
103 action = MIPS_BE_FIXUP; in dec_ecc_be_backend()
156 action = MIPS_BE_DISCARD; in dec_ecc_be_backend()
189 if (action != MIPS_BE_FIXUP) in dec_ecc_be_backend()
193 if (action != MIPS_BE_FIXUP && erraddr & KN0X_EAR_ECCERR) in dec_ecc_be_backend()
196 return action; in dec_ecc_be_backend()
208 int action = dec_ecc_be_backend(regs, 0, 1); in dec_ecc_be_interrupt() local
210 if (action == MIPS_BE_DISCARD) in dec_ecc_be_interrupt()
/arch/sh/kernel/
Dirq.c37 struct irqaction * action; in show_interrupts() local
49 action = irq_desc[i].action; in show_interrupts()
50 if (!action) in show_interrupts()
57 seq_printf(p, " %s", action->name); in show_interrupts()
59 for (action=action->next; action; action = action->next) in show_interrupts()
60 seq_printf(p, ", %s", action->name); in show_interrupts()
/arch/x86/kernel/
Dirq.c104 struct irqaction *action; in show_interrupts() local
132 action = desc->action; in show_interrupts()
133 if (!action && !any_count) in show_interrupts()
146 if (action) { in show_interrupts()
147 seq_printf(p, " %s", action->name); in show_interrupts()
148 while ((action = action->next) != NULL) in show_interrupts()
149 seq_printf(p, ", %s", action->name); in show_interrupts()
/arch/m32r/platforms/mappi2/
Dsetup.c90 irq_desc[M32R_IRQ_INT0].action = 0; in init_IRQ()
99 irq_desc[M32R_IRQ_MFT2].action = 0; in init_IRQ()
108 irq_desc[M32R_IRQ_SIO0_R].action = 0; in init_IRQ()
116 irq_desc[M32R_IRQ_SIO0_S].action = 0; in init_IRQ()
123 irq_desc[M32R_IRQ_SIO1_R].action = 0; in init_IRQ()
131 irq_desc[M32R_IRQ_SIO1_S].action = 0; in init_IRQ()
141 irq_desc[M32R_IRQ_INT1].action = 0; in init_IRQ()
150 irq_desc[PLD_IRQ_CFIREQ].action = 0; in init_IRQ()
159 irq_desc[PLD_IRQ_CFC_INSERT].action = 0; in init_IRQ()
167 irq_desc[PLD_IRQ_CFC_EJECT].action = 0; in init_IRQ()

12345