Searched refs:hardirq_ctx (Results 1 – 6 of 6) sorted by relevance
66 static union irq_ctx *hardirq_ctx[NR_CPUS] __read_mostly; variable77 irqctx = hardirq_ctx[smp_processor_id()]; in handle_one_irq()124 if (hardirq_ctx[cpu]) in irq_ctx_init()133 hardirq_ctx[cpu] = irqctx; in irq_ctx_init()144 cpu, hardirq_ctx[cpu], softirq_ctx[cpu]); in irq_ctx_init()149 hardirq_ctx[cpu] = NULL; in irq_ctx_exit()
283 irqsp = hardirq_ctx[raw_smp_processor_id()]; in __do_IRQ()312 hardirq_ctx[i] = alloc_vm_stack(); in vmap_irqstack_init()336 void *hardirq_ctx[NR_CPUS] __read_mostly; variable
163 hardirq_ctx[i] = alloc_stack(); in irqstack_early_init()
739 hardirq_ctx[i] = alloc_stack(limit, i); in irqstack_early_init()
2087 stack_page = (unsigned long)hardirq_ctx[cpu]; in valid_irq_stack()
52 extern void *hardirq_ctx[NR_CPUS];