Home
last modified time | relevance | path

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

/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()
/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()
/linux/arch/sparc/include/asm/
H A Dirq_64.h94 extern void *softirq_stack[NR_CPUS];
/linux/arch/um/include/asm/
H A DKbuild21 generic-y += softirq_stack.h
/linux/include/asm-generic/
H A DKbuild55 mandatory-y += softirq_stack.h