Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dirq.c66 static union irq_ctx *softirq_ctx[NR_CPUS] __read_mostly; variable
140 softirq_ctx[cpu] = irqctx; in irq_ctx_init()
143 cpu, hardirq_ctx[cpu], softirq_ctx[cpu]); in irq_ctx_init()
158 irqctx = softirq_ctx[smp_processor_id()]; in do_softirq_own_stack()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dirq.c705 sirqsp = softirq_ctx[raw_smp_processor_id()]; in do_IRQ()
732 softirq_ctx[i] = alloc_vm_stack(); in vmap_irqstack_init()
753 void *softirq_ctx[NR_CPUS] __read_mostly; variable
758 call_do_softirq(softirq_ctx[smp_processor_id()]); in do_softirq_own_stack()
H A Dsetup_32.c161 softirq_ctx[i] = alloc_stack(); in irqstack_early_init()
H A Dsetup_64.c693 softirq_ctx[i] = alloc_stack(limit, i); in irqstack_early_init()
H A Dprocess.c2046 stack_page = (unsigned long)softirq_ctx[cpu]; in valid_irq_stack()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dirq.h56 extern void *softirq_ctx[NR_CPUS];