Searched refs:softirq_stack (Results 1 – 8 of 8) sorted by relevance
55 DEFINE_PER_CPU(struct irq_stack *, softirq_stack);127 per_cpu(softirq_stack, cpu) = irqstk; in irq_ctx_init()130 cpu, per_cpu(hardirq_stack, cpu), per_cpu(softirq_stack, cpu)); in irq_ctx_init()138 irqstk = __this_cpu_read(softirq_stack); in do_softirq_own_stack()
62 unsigned long *begin = (unsigned long *)this_cpu_read(softirq_stack); in in_softirq_stack()
28 base = (unsigned long) softirq_stack[tp->cpu]; in kstack_valid()51 base = (unsigned long) softirq_stack[tp->cpu]; in kstack_is_trap_frame()
812 void *softirq_stack[NR_CPUS]; variable859 void *orig_sp, *sp = softirq_stack[smp_processor_id()]; in do_softirq_own_stack()
624 softirq_stack[i] = __alloc_bootmem_node(NODE_DATA(node), in alloc_irqstack_bootmem()
68 static char softirq_stack[NR_CPUS * THREAD_SIZE] __page_aligned_bss; variable134 irqctx = (union irq_ctx *)&softirq_stack[cpu * THREAD_SIZE]; in irq_ctx_init()
95 extern void *softirq_stack[NR_CPUS];
443 DECLARE_PER_CPU(struct irq_stack *, softirq_stack);