Searched refs:hardirq_ctx (Results 1 – 7 of 7) sorted by relevance
64 static union irq_ctx *hardirq_ctx[NR_CPUS] __read_mostly; variable75 irqctx = hardirq_ctx[smp_processor_id()]; in handle_one_irq()122 if (hardirq_ctx[cpu]) in irq_ctx_init()131 hardirq_ctx[cpu] = irqctx; in irq_ctx_init()142 cpu, hardirq_ctx[cpu], softirq_ctx[cpu]); in irq_ctx_init()147 hardirq_ctx[cpu] = NULL; in irq_ctx_exit()
24 static union irq_ctx *hardirq_ctx[NR_CPUS] __read_mostly; variable70 irqctx = hardirq_ctx[smp_processor_id()]; in do_IRQ()128 if (hardirq_ctx[cpu]) in irq_ctx_init()137 hardirq_ctx[cpu] = irqctx; in irq_ctx_init()148 cpu, hardirq_ctx[cpu], softirq_ctx[cpu]); in irq_ctx_init()153 hardirq_ctx[smp_processor_id()] = NULL; in irq_ctx_exit()
62 extern struct thread_info *hardirq_ctx[NR_CPUS];
515 irqtp = hardirq_ctx[raw_smp_processor_id()]; in do_IRQ()599 struct thread_info *hardirq_ctx[NR_CPUS] __read_mostly; variable611 memset((void *)hardirq_ctx[i], 0, THREAD_SIZE); in irq_ctx_init()612 tp = hardirq_ctx[i]; in irq_ctx_init()
235 hardirq_ctx[i] = (struct thread_info *) in irqstack_early_init()
628 hardirq_ctx[i] = (struct thread_info *) in irqstack_early_init()
1497 stack_page = (unsigned long) hardirq_ctx[cpu]; in valid_irq_stack()