Searched refs:softirq_ctx (Results 1 – 7 of 7) sorted by relevance
65 static union irq_ctx *softirq_ctx[NR_CPUS] __read_mostly; variable139 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()
25 static union irq_ctx *softirq_ctx[NR_CPUS] __read_mostly; variable145 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()
516 sirqtp = softirq_ctx[raw_smp_processor_id()]; in do_IRQ()598 struct thread_info *softirq_ctx[NR_CPUS] __read_mostly; variable607 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()
233 softirq_ctx[i] = (struct thread_info *) in irqstack_early_init()
625 softirq_ctx[i] = (struct thread_info *) in irqstack_early_init()
1502 stack_page = (unsigned long) softirq_ctx[cpu]; in valid_irq_stack()
63 extern struct thread_info *softirq_ctx[NR_CPUS];