Home
last modified time | relevance | path

Searched defs:IRQ_STACK_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/arch/mips/include/asm/
H A Dirq.h19 #define IRQ_STACK_SIZE THREAD_SIZE macro
/linux/arch/parisc/kernel/
H A Dirq.c357 #define IRQ_STACK_SIZE (4096 << 4) /* 64k irq stack size */ macro
359 #define IRQ_STACK_SIZE (4096 << 3) /* 32k irq stack size */ macro
/linux/arch/riscv/include/asm/
H A Dthread_info.h38 #define IRQ_STACK_SIZE THREAD_SIZE macro