hardirq_ctx 56 arch/powerpc/include/asm/irq.h extern void *hardirq_ctx[NR_CPUS]; hardirq_ctx 650 arch/powerpc/kernel/irq.c irqsp = hardirq_ctx[raw_smp_processor_id()]; hardirq_ctx 680 arch/powerpc/kernel/irq.c void *hardirq_ctx[NR_CPUS] __read_mostly; hardirq_ctx 1962 arch/powerpc/kernel/process.c stack_page = (unsigned long)hardirq_ctx[cpu]; hardirq_ctx 157 arch/powerpc/kernel/setup_32.c hardirq_ctx[i] = alloc_stack(); hardirq_ctx 688 arch/powerpc/kernel/setup_64.c hardirq_ctx[i] = alloc_stack(limit, i); hardirq_ctx 65 arch/sh/kernel/irq.c static union irq_ctx *hardirq_ctx[NR_CPUS] __read_mostly; hardirq_ctx 76 arch/sh/kernel/irq.c irqctx = hardirq_ctx[smp_processor_id()]; hardirq_ctx 123 arch/sh/kernel/irq.c if (hardirq_ctx[cpu]) hardirq_ctx 132 arch/sh/kernel/irq.c hardirq_ctx[cpu] = irqctx; hardirq_ctx 143 arch/sh/kernel/irq.c cpu, hardirq_ctx[cpu], softirq_ctx[cpu]); hardirq_ctx 148 arch/sh/kernel/irq.c hardirq_ctx[cpu] = NULL;