Searched refs:hardirq_ctx (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/arch/sh/kernel/ |
D | irq.c | 64 static union irq_ctx *hardirq_ctx[NR_CPUS] __read_mostly; variable 75 irqctx = hardirq_ctx[smp_processor_id()]; in handle_one_irq() 122 if (hardirq_ctx[cpu]) in irq_ctx_init() 132 hardirq_ctx[cpu] = irqctx; in irq_ctx_init() 144 cpu, hardirq_ctx[cpu], softirq_ctx[cpu]); in irq_ctx_init() 149 hardirq_ctx[cpu] = NULL; in irq_ctx_exit()
|
/linux-3.4.99/arch/x86/kernel/ |
D | irq_32.c | 66 static DEFINE_PER_CPU(union irq_ctx *, hardirq_ctx); 87 irqctx = __this_cpu_read(hardirq_ctx); in execute_on_irq_stack() 126 if (per_cpu(hardirq_ctx, cpu)) in irq_ctx_init() 137 per_cpu(hardirq_ctx, cpu) = irqctx; in irq_ctx_init() 149 cpu, per_cpu(hardirq_ctx, cpu), per_cpu(softirq_ctx, cpu)); in irq_ctx_init()
|
/linux-3.4.99/arch/powerpc/kernel/ |
D | irq.c | 439 irqtp = hardirq_ctx[smp_processor_id()]; in handle_one_irq() 567 struct thread_info *hardirq_ctx[NR_CPUS] __read_mostly; variable 580 memset((void *)hardirq_ctx[i], 0, THREAD_SIZE); in irq_ctx_init() 581 tp = hardirq_ctx[i]; in irq_ctx_init()
|
D | setup_32.c | 260 hardirq_ctx[i] = (struct thread_info *) in irqstack_early_init()
|
D | setup_64.c | 489 hardirq_ctx[i] = (struct thread_info *) in irqstack_early_init()
|
D | process.c | 1089 stack_page = (unsigned long) hardirq_ctx[cpu]; in valid_irq_stack()
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | irq.h | 67 extern struct thread_info *hardirq_ctx[NR_CPUS];
|