Home
last modified time | relevance | path

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

/linux-6.12.1/arch/sh/kernel/
Dirq.c67 static union irq_ctx *softirq_ctx[NR_CPUS] __read_mostly; variable
141 softirq_ctx[cpu] = irqctx; in irq_ctx_init()
144 cpu, hardirq_ctx[cpu], softirq_ctx[cpu]); in irq_ctx_init()
160 irqctx = softirq_ctx[smp_processor_id()]; in do_softirq_own_stack()
/linux-6.12.1/arch/powerpc/kernel/
Dirq.c318 softirq_ctx[i] = alloc_vm_stack(); in vmap_irqstack_init()
342 void *softirq_ctx[NR_CPUS] __read_mostly; variable
348 call_do_softirq(softirq_ctx[smp_processor_id()]); in do_softirq_own_stack()
Dsetup_32.c162 softirq_ctx[i] = alloc_stack(); in irqstack_early_init()
Dsetup_64.c738 softirq_ctx[i] = alloc_stack(limit, i); in irqstack_early_init()
Dprocess.c2164 if (!hardirq_ctx[cpu] || !softirq_ctx[cpu]) in valid_irq_stack()
2171 stack_page = (unsigned long)softirq_ctx[cpu]; in valid_irq_stack()
/linux-6.12.1/arch/powerpc/include/asm/
Dirq.h50 extern void *softirq_ctx[NR_CPUS];