/Linux-v5.10/arch/m68k/include/asm/ |
D | thread_info.h | 16 #define THREAD_SIZE 4096 macro 18 #define THREAD_SIZE 8192 macro 21 #define THREAD_SIZE PAGE_SIZE macro
|
/Linux-v5.10/arch/c6x/include/asm/ |
D | thread_info.h | 18 #define THREAD_SIZE 4096 macro 22 #define THREAD_SIZE 8192 macro
|
/Linux-v5.10/arch/x86/include/asm/ |
D | page_32_types.h | 23 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
D | page_64_types.h | 16 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/Linux-v5.10/arch/riscv/include/asm/ |
D | thread_info.h | 20 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/Linux-v5.10/arch/arc/include/asm/ |
D | thread_info.h | 24 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/Linux-v5.10/arch/nds32/include/asm/ |
D | thread_info.h | 10 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/Linux-v5.10/arch/h8300/include/asm/ |
D | thread_info.h | 21 #define THREAD_SIZE 8192 /* 2 pages */ macro
|
/Linux-v5.10/arch/um/include/asm/ |
D | thread_info.h | 10 #define THREAD_SIZE ((1 << CONFIG_KERNEL_STACK_ORDER) * PAGE_SIZE) macro
|
/Linux-v5.10/arch/nios2/include/asm/ |
D | thread_info.h | 25 #define THREAD_SIZE 8192 /* 2 * PAGE_SIZE */ macro
|
/Linux-v5.10/arch/openrisc/include/asm/ |
D | thread_info.h | 32 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/Linux-v5.10/arch/hexagon/include/asm/ |
D | thread_info.h | 20 #define THREAD_SIZE (1<<THREAD_SHIFT) macro
|
/Linux-v5.10/arch/s390/include/asm/ |
D | thread_info.h | 22 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/Linux-v5.10/arch/parisc/include/asm/ |
D | thread_info.h | 43 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/Linux-v5.10/arch/sparc/include/asm/ |
D | thread_info_64.h | 104 #define THREAD_SIZE (2*PAGE_SIZE) macro 107 #define THREAD_SIZE PAGE_SIZE macro
|
D | thread_info_32.h | 78 #define THREAD_SIZE (2 * PAGE_SIZE) macro
|
/Linux-v5.10/arch/alpha/include/asm/ |
D | thread_info.h | 50 #define THREAD_SIZE (2*PAGE_SIZE) macro
|
/Linux-v5.10/arch/sh/include/asm/ |
D | thread_info.h | 47 #define THREAD_SIZE (1 << THREAD_SHIFT) macro
|
/Linux-v5.10/arch/csky/include/asm/ |
D | page.h | 16 #define THREAD_SIZE (PAGE_SIZE * 2) macro
|
/Linux-v5.10/arch/xtensa/include/asm/ |
D | thread_info.h | 133 #define THREAD_SIZE KERNEL_STACK_SIZE macro
|
/Linux-v5.10/arch/mips/include/asm/ |
D | thread_info.h | 100 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | thread_info.h | 23 #define THREAD_SIZE (1 << THREAD_SHIFT) macro
|
/Linux-v5.10/arch/ia64/include/asm/ |
D | thread_info.h | 15 #define THREAD_SIZE KERNEL_STACK_SIZE macro
|
/Linux-v5.10/arch/arm/include/asm/ |
D | thread_info.h | 17 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/Linux-v5.10/arch/microblaze/include/asm/ |
D | thread_info.h | 13 #define THREAD_SIZE (1 << THREAD_SHIFT) macro
|