Home
last modified time | relevance | path

Searched refs:softirq_stack (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/sparc/kernel/
H A Dkstack.h28 base = (unsigned long) softirq_stack[tp->cpu]; in kstack_valid()
51 base = (unsigned long) softirq_stack[tp->cpu]; in kstack_is_trap_frame()
H A Dsetup_64.c622 softirq_stack[i] = memblock_alloc_node(THREAD_SIZE, in alloc_irqstack_bootmem()
624 if (!softirq_stack[i]) in alloc_irqstack_bootmem()
H A Dirq_64.c813 void *softirq_stack[NR_CPUS]; variable
861 void *orig_sp, *sp = softirq_stack[smp_processor_id()]; in do_softirq_own_stack()
/openbmc/linux/arch/sh/kernel/
H A Dirq.c69 static char softirq_stack[NR_CPUS * THREAD_SIZE] __page_aligned_bss; variable
135 irqctx = (union irq_ctx *)&softirq_stack[cpu * THREAD_SIZE]; in irq_ctx_init()
/openbmc/linux/arch/sparc/include/asm/
H A Dirq_64.h94 extern void *softirq_stack[NR_CPUS];
/openbmc/linux/arch/um/include/asm/
H A DKbuild24 generic-y += softirq_stack.h
/openbmc/linux/include/asm-generic/
H A DKbuild54 mandatory-y += softirq_stack.h