Home
last modified time | relevance | path

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

/linux/arch/sh/kernel/
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()
159 irqctx = softirq_ctx[smp_processor_id()]; in do_softirq_own_stack()
/linux/arch/powerpc/kernel/
A Dirq.c767 sirqsp = softirq_ctx[raw_smp_processor_id()]; in __do_IRQ()
799 softirq_ctx[i] = alloc_vm_stack(); in vmap_irqstack_init()
820 void *softirq_ctx[NR_CPUS] __read_mostly; variable
825 call_do_softirq(softirq_ctx[smp_processor_id()]); in do_softirq_own_stack()
A Dsetup_32.c161 softirq_ctx[i] = alloc_stack(); in irqstack_early_init()
A Dsetup_64.c694 softirq_ctx[i] = alloc_stack(limit, i); in irqstack_early_init()
A Dprocess.c2059 stack_page = (unsigned long)softirq_ctx[cpu]; in valid_irq_stack()
/linux/arch/powerpc/include/asm/
A Dirq.h53 extern void *softirq_ctx[NR_CPUS];

Completed in 12 milliseconds