Home
last modified time | relevance | path

Searched refs:softirq_ctx (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/sh/kernel/
Dirq.c66 static union irq_ctx *softirq_ctx[NR_CPUS] __read_mostly; variable
140 softirq_ctx[cpu] = irqctx; in irq_ctx_init()
143 cpu, hardirq_ctx[cpu], softirq_ctx[cpu]); in irq_ctx_init()
158 irqctx = softirq_ctx[smp_processor_id()]; in do_softirq_own_stack()
/Linux-v4.19/arch/powerpc/kernel/
Dirq.c668 sirqtp = softirq_ctx[raw_smp_processor_id()]; in do_IRQ()
748 struct thread_info *softirq_ctx[NR_CPUS] __read_mostly; variable
757 memset((void *)softirq_ctx[i], 0, THREAD_SIZE); in irq_ctx_init()
758 tp = softirq_ctx[i]; in irq_ctx_init()
774 irqtp = softirq_ctx[smp_processor_id()]; in do_softirq_own_stack()
Dsetup_32.c208 softirq_ctx[i] = (struct thread_info *) in irqstack_early_init()
Dsetup_64.c656 softirq_ctx[i] = alloc_stack(limit, i); in irqstack_early_init()
Dprocess.c2002 stack_page = (unsigned long) softirq_ctx[cpu]; in valid_irq_stack()
/Linux-v4.19/arch/powerpc/include/asm/
Dirq.h63 extern struct thread_info *softirq_ctx[NR_CPUS];