Home
last modified time | relevance | path

Searched refs:irq_call (Results 1 – 5 of 5) sorted by relevance

/arch/mips/pmcs-msp71xx/
Dmsp_smp.c58 static struct irqaction irq_call = { variable
75 arch_init_ipiirq(MIPS_CPU_IPI_CALL_IRQ, &irq_call); in msp_vsmp_int_init()
/arch/mips/mti-malta/
Dmalta-int.c191 static struct irqaction irq_call = { variable
280 arch_init_ipiirq(cpu_ipi_call_irq, &irq_call); in arch_init_irq()
/arch/mips/kernel/
Dsmp.c231 static struct irqaction irq_call = { variable
292 smp_ipi_init_one(call_virq + cpu, &irq_call); in mips_smp_ipi_allocate()
296 smp_ipi_init_one(call_virq, &irq_call); in mips_smp_ipi_allocate()
325 remove_irq(call_virq + cpu, &irq_call); in mips_smp_ipi_free()
/arch/mips/lantiq/
Dirq.c306 static struct irqaction irq_call = { variable
417 arch_init_ipiirq(MIPS_CPU_IRQ_BASE + MIPS_CPU_IPI_CALL_IRQ, &irq_call); in icu_of_init()
/arch/microblaze/kernel/
Dentry.S681 addik r15, r0, irq_call;
682 irq_call:rtbd r0, do_IRQ;