Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/kernel/
H A 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()
/openbmc/linux/arch/powerpc/kernel/
H A Dirq.c292 sirqsp = softirq_ctx[raw_smp_processor_id()]; in __do_IRQ()
319 softirq_ctx[i] = alloc_vm_stack(); in vmap_irqstack_init()
343 void *softirq_ctx[NR_CPUS] __read_mostly; variable
349 call_do_softirq(softirq_ctx[smp_processor_id()]); in do_softirq_own_stack()
H A Dsetup_32.c162 softirq_ctx[i] = alloc_stack(); in irqstack_early_init()
H A Dprocess.c2149 if (!hardirq_ctx[cpu] || !softirq_ctx[cpu]) in valid_irq_stack()
2156 stack_page = (unsigned long)softirq_ctx[cpu]; in valid_irq_stack()
/openbmc/linux/arch/powerpc/include/asm/
H A Dirq.h50 extern void *softirq_ctx[NR_CPUS];