Home
last modified time | relevance | path

Searched defs:IRQ_STACK_SIZE (Results 1 – 5 of 5) 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/x86/include/asm/
H A Dpage_32_types.h25 #define IRQ_STACK_SIZE THREAD_SIZE macro
H A Dpage_64_types.h22 #define IRQ_STACK_SIZE (PAGE_SIZE << IRQ_STACK_ORDER) macro
/linux/arch/riscv/include/asm/
H A Dthread_info.h38 #define IRQ_STACK_SIZE THREAD_SIZE macro