Searched refs:softirq_stack (Results 1 – 7 of 7) 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()
622 softirq_stack[i] = memblock_alloc_node(THREAD_SIZE, in alloc_irqstack_bootmem()624 if (!softirq_stack[i]) in alloc_irqstack_bootmem()
813 void *softirq_stack[NR_CPUS]; variable860 void *orig_sp, *sp = softirq_stack[smp_processor_id()]; in do_softirq_own_stack()
69 static char softirq_stack[NR_CPUS * THREAD_SIZE] __page_aligned_bss; variable135 irqctx = (union irq_ctx *)&softirq_stack[cpu * THREAD_SIZE]; in irq_ctx_init()
95 extern void *softirq_stack[NR_CPUS];
24 generic-y += softirq_stack.h
54 mandatory-y += softirq_stack.h