Home
last modified time | relevance | path

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

/linux-6.1.9/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.1.9/arch/powerpc/kernel/
Dirq.c284 sirqsp = softirq_ctx[raw_smp_processor_id()]; in __do_IRQ()
311 softirq_ctx[i] = alloc_vm_stack(); in vmap_irqstack_init()
335 void *softirq_ctx[NR_CPUS] __read_mostly; variable
341 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.c2091 stack_page = (unsigned long)softirq_ctx[cpu]; in valid_irq_stack()
/linux-6.1.9/arch/powerpc/include/asm/
Dirq.h53 extern void *softirq_ctx[NR_CPUS];