Searched refs:hardirq_stack (Results 1 – 5 of 5) sorted by relevance
23 if (hardirq_stack[tp->cpu]) { in kstack_valid()24 base = (unsigned long) hardirq_stack[tp->cpu]; in kstack_valid()46 if (hardirq_stack[tp->cpu]) { in kstack_is_trap_frame()47 base = (unsigned long) hardirq_stack[tp->cpu]; in kstack_is_trap_frame()67 void *orig_sp, *sp = hardirq_stack[smp_processor_id()]; in set_hardirq_stack()
630 hardirq_stack[i] = memblock_alloc_node(THREAD_SIZE, in alloc_irqstack_bootmem()632 if (!hardirq_stack[i]) in alloc_irqstack_bootmem()
811 void *hardirq_stack[NR_CPUS]; variable
69 static char hardirq_stack[NR_CPUS * THREAD_SIZE] __page_aligned_bss; variable126 irqctx = (union irq_ctx *)&hardirq_stack[cpu * THREAD_SIZE]; in irq_ctx_init()
94 extern void *hardirq_stack[NR_CPUS];