Home
last modified time | relevance | path

Searched refs:softirq_ctx (Results 1 – 7 of 7) sorted by relevance

/arch/sh/kernel/
Dirq.c65 static union irq_ctx *softirq_ctx[NR_CPUS] __read_mostly; variable
139 softirq_ctx[cpu] = irqctx; in irq_ctx_init()
142 cpu, hardirq_ctx[cpu], softirq_ctx[cpu]); in irq_ctx_init()
157 irqctx = softirq_ctx[smp_processor_id()]; in do_softirq_own_stack()
/arch/metag/kernel/
Dirq.c25 static union irq_ctx *softirq_ctx[NR_CPUS] __read_mostly; variable
145 softirq_ctx[cpu] = irqctx; in irq_ctx_init()
148 cpu, hardirq_ctx[cpu], softirq_ctx[cpu]); in irq_ctx_init()
165 irqctx = softirq_ctx[smp_processor_id()]; in do_softirq_own_stack()
/arch/powerpc/kernel/
Dirq.c516 sirqtp = softirq_ctx[raw_smp_processor_id()]; in do_IRQ()
598 struct thread_info *softirq_ctx[NR_CPUS] __read_mostly; variable
607 memset((void *)softirq_ctx[i], 0, THREAD_SIZE); in irq_ctx_init()
608 tp = softirq_ctx[i]; in irq_ctx_init()
622 irqtp = softirq_ctx[smp_processor_id()]; in do_softirq_own_stack()
Dsetup_32.c233 softirq_ctx[i] = (struct thread_info *) in irqstack_early_init()
Dsetup_64.c625 softirq_ctx[i] = (struct thread_info *) in irqstack_early_init()
Dprocess.c1502 stack_page = (unsigned long) softirq_ctx[cpu]; in valid_irq_stack()
/arch/powerpc/include/asm/
Dirq.h63 extern struct thread_info *softirq_ctx[NR_CPUS];