softirq_ctx        57 arch/powerpc/include/asm/irq.h extern void *softirq_ctx[NR_CPUS];
softirq_ctx       651 arch/powerpc/kernel/irq.c 	sirqsp = softirq_ctx[raw_smp_processor_id()];
softirq_ctx       679 arch/powerpc/kernel/irq.c void *softirq_ctx[NR_CPUS] __read_mostly;
softirq_ctx       684 arch/powerpc/kernel/irq.c 	call_do_softirq(softirq_ctx[smp_processor_id()]);
softirq_ctx      1966 arch/powerpc/kernel/process.c 	stack_page = (unsigned long)softirq_ctx[cpu];
softirq_ctx       156 arch/powerpc/kernel/setup_32.c 		softirq_ctx[i] = alloc_stack();
softirq_ctx       687 arch/powerpc/kernel/setup_64.c 		softirq_ctx[i] = alloc_stack(limit, i);
softirq_ctx        66 arch/sh/kernel/irq.c static union irq_ctx *softirq_ctx[NR_CPUS] __read_mostly;
softirq_ctx       140 arch/sh/kernel/irq.c 	softirq_ctx[cpu] = irqctx;
softirq_ctx       143 arch/sh/kernel/irq.c 		cpu, hardirq_ctx[cpu], softirq_ctx[cpu]);
softirq_ctx       158 arch/sh/kernel/irq.c 	irqctx = softirq_ctx[smp_processor_id()];