Home
last modified time | relevance | path

Searched refs:THREAD_SIZE_ORDER (Results 1 – 25 of 34) sorted by relevance

12

/Linux-v4.19/arch/mips/include/asm/
Dthread_info.h64 #define THREAD_SIZE_ORDER (1) macro
67 #define THREAD_SIZE_ORDER (2) macro
70 #define THREAD_SIZE_ORDER (1) macro
73 #define THREAD_SIZE_ORDER (0) macro
76 #define THREAD_SIZE_ORDER (0) macro
79 #define THREAD_SIZE_ORDER (0) macro
82 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
/Linux-v4.19/arch/arc/include/asm/
Dthread_info.h22 #define THREAD_SIZE_ORDER 1 macro
24 #define THREAD_SIZE_ORDER 0 macro
27 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
28 #define THREAD_SHIFT (PAGE_SHIFT << THREAD_SIZE_ORDER)
/Linux-v4.19/arch/parisc/include/asm/
Dthread_info.h36 #define THREAD_SIZE_ORDER 2 /* PA-RISC requires at least 16k stack */ macro
38 #define THREAD_SIZE_ORDER 3 /* PA-RISC requires at least 32k stack */ macro
43 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
44 #define THREAD_SHIFT (PAGE_SHIFT + THREAD_SIZE_ORDER)
/Linux-v4.19/arch/x86/include/asm/
Dpage_32_types.h22 #define THREAD_SIZE_ORDER 1 macro
23 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
Dpage_64_types.h15 #define THREAD_SIZE_ORDER (2 + KASAN_STACK_ORDER) macro
16 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
Dboot.h18 # define MIN_KERNEL_ALIGN_LG2 (PAGE_SHIFT + THREAD_SIZE_ORDER)
/Linux-v4.19/arch/riscv/include/asm/
Dthread_info.h23 #define THREAD_SIZE_ORDER (1) macro
24 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
/Linux-v4.19/arch/c6x/include/asm/
Dthread_info.h23 #define THREAD_SIZE_ORDER 0 macro
27 #define THREAD_SIZE_ORDER 1 macro
/Linux-v4.19/arch/nds32/include/asm/
Dthread_info.h9 #define THREAD_SIZE_ORDER (1) macro
10 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
/Linux-v4.19/arch/openrisc/include/asm/
Dthread_info.h35 #define THREAD_SIZE_ORDER 0 macro
36 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
/Linux-v4.19/arch/s390/include/asm/
Dthread_info.h16 #define THREAD_SIZE_ORDER 2 macro
19 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
/Linux-v4.19/arch/x86/kernel/
Dirq_32.c121 THREAD_SIZE_ORDER)); in irq_ctx_init()
126 THREAD_SIZE_ORDER)); in irq_ctx_init()
/Linux-v4.19/arch/arm/include/asm/
Dthread_info.h19 #define THREAD_SIZE_ORDER 1 macro
20 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
/Linux-v4.19/arch/sparc/include/asm/
Dthread_info_64.h129 #define THREAD_SIZE_ORDER 1 macro
131 #define THREAD_SIZE_ORDER 0 macro
Dthread_info_32.h73 #define THREAD_SIZE_ORDER 1 macro
/Linux-v4.19/arch/m68k/include/asm/
Dthread_info.h23 #define THREAD_SIZE_ORDER ((THREAD_SIZE / PAGE_SIZE) - 1) macro
/Linux-v4.19/arch/nios2/include/asm/
Dthread_info.h24 #define THREAD_SIZE_ORDER 1 macro
/Linux-v4.19/arch/um/include/asm/
Dthread_info.h9 #define THREAD_SIZE_ORDER CONFIG_KERNEL_STACK_ORDER macro
/Linux-v4.19/arch/hexagon/include/asm/
Dthread_info.h34 #define THREAD_SIZE_ORDER (THREAD_SHIFT - PAGE_SHIFT) macro
/Linux-v4.19/arch/h8300/include/asm/
Dthread_info.h20 #define THREAD_SIZE_ORDER 1 macro
/Linux-v4.19/arch/xtensa/include/asm/
Dthread_info.h133 #define THREAD_SIZE_ORDER (KERNEL_STACK_SHIFT - PAGE_SHIFT) macro
/Linux-v4.19/arch/alpha/include/asm/
Dthread_info.h49 #define THREAD_SIZE_ORDER 1 macro
/Linux-v4.19/arch/microblaze/include/asm/
Dthread_info.h17 #define THREAD_SIZE_ORDER 1 macro
/Linux-v4.19/arch/unicore32/include/asm/
Dthread_info.h20 #define THREAD_SIZE_ORDER 1 macro
/Linux-v4.19/arch/sh/include/asm/
Dthread_info.h91 #define THREAD_SIZE_ORDER (THREAD_SHIFT - PAGE_SHIFT) macro

12