Searched refs:softirq_stack (Results 1 – 5 of 5) sorted by relevance
28 base = (unsigned long) softirq_stack[tp->cpu]; in kstack_valid()51 base = (unsigned long) softirq_stack[tp->cpu]; in kstack_is_trap_frame()
625 softirq_stack[i] = memblock_alloc_node(THREAD_SIZE, in alloc_irqstack_bootmem()627 if (!softirq_stack[i]) in alloc_irqstack_bootmem()
812 void *softirq_stack[NR_CPUS]; variable859 void *orig_sp, *sp = softirq_stack[smp_processor_id()]; in do_softirq_own_stack()
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];