Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sh/kernel/
Dirq.c65 static union irq_ctx *hardirq_ctx[NR_CPUS] __read_mostly; variable
76 irqctx = hardirq_ctx[smp_processor_id()]; in handle_one_irq()
123 if (hardirq_ctx[cpu]) in irq_ctx_init()
132 hardirq_ctx[cpu] = irqctx; in irq_ctx_init()
143 cpu, hardirq_ctx[cpu], softirq_ctx[cpu]); in irq_ctx_init()
148 hardirq_ctx[cpu] = NULL; in irq_ctx_exit()
/Linux-v4.19/arch/powerpc/kernel/
Dirq.c667 irqtp = hardirq_ctx[raw_smp_processor_id()]; in do_IRQ()
749 struct thread_info *hardirq_ctx[NR_CPUS] __read_mostly; variable
762 memset((void *)hardirq_ctx[i], 0, THREAD_SIZE); in irq_ctx_init()
763 tp = hardirq_ctx[i]; in irq_ctx_init()
Dsetup_32.c210 hardirq_ctx[i] = (struct thread_info *) in irqstack_early_init()
Dsetup_64.c657 hardirq_ctx[i] = alloc_stack(limit, i); in irqstack_early_init()
Dprocess.c1997 stack_page = (unsigned long) hardirq_ctx[cpu]; in valid_irq_stack()
/Linux-v4.19/arch/powerpc/include/asm/
Dirq.h62 extern struct thread_info *hardirq_ctx[NR_CPUS];