/Linux-v5.15/arch/m68k/include/asm/ |
D | thread_info.h | 15 #define THREAD_SIZE 4096 macro 17 #define THREAD_SIZE 8192 macro 20 #define THREAD_SIZE PAGE_SIZE macro
|
/Linux-v5.15/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.15/arch/arc/include/asm/ |
D | thread_info.h | 24 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/Linux-v5.15/arch/nds32/include/asm/ |
D | thread_info.h | 10 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/Linux-v5.15/arch/um/include/asm/ |
D | thread_info.h | 10 #define THREAD_SIZE ((1 << CONFIG_KERNEL_STACK_ORDER) * PAGE_SIZE) macro
|
/Linux-v5.15/arch/h8300/include/asm/ |
D | thread_info.h | 21 #define THREAD_SIZE 8192 /* 2 pages */ macro
|
/Linux-v5.15/arch/riscv/include/asm/ |
D | thread_info.h | 20 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/Linux-v5.15/arch/nios2/include/asm/ |
D | thread_info.h | 25 #define THREAD_SIZE 8192 /* 2 * PAGE_SIZE */ macro
|
/Linux-v5.15/arch/openrisc/include/asm/ |
D | thread_info.h | 32 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/Linux-v5.15/arch/parisc/include/asm/ |
D | thread_info.h | 41 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/Linux-v5.15/arch/hexagon/include/asm/ |
D | thread_info.h | 20 #define THREAD_SIZE (1<<THREAD_SHIFT) macro
|
/Linux-v5.15/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.15/arch/s390/include/asm/ |
D | thread_info.h | 22 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/Linux-v5.15/arch/alpha/include/asm/ |
D | thread_info.h | 50 #define THREAD_SIZE (2*PAGE_SIZE) macro
|
/Linux-v5.15/arch/sh/include/asm/ |
D | thread_info.h | 47 #define THREAD_SIZE (1 << THREAD_SHIFT) macro
|
/Linux-v5.15/arch/csky/include/asm/ |
D | page.h | 16 #define THREAD_SIZE (PAGE_SIZE * 2) macro
|
/Linux-v5.15/arch/xtensa/include/asm/ |
D | thread_info.h | 136 #define THREAD_SIZE KERNEL_STACK_SIZE macro
|
/Linux-v5.15/arch/mips/include/asm/ |
D | thread_info.h | 94 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/Linux-v5.15/arch/powerpc/include/asm/ |
D | thread_info.h | 23 #define THREAD_SIZE (1 << THREAD_SHIFT) macro
|
/Linux-v5.15/arch/ia64/include/asm/ |
D | thread_info.h | 15 #define THREAD_SIZE KERNEL_STACK_SIZE macro
|
/Linux-v5.15/arch/arm/include/asm/ |
D | thread_info.h | 25 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/Linux-v5.15/arch/microblaze/include/asm/ |
D | thread_info.h | 13 #define THREAD_SIZE (1 << THREAD_SHIFT) macro
|
/Linux-v5.15/arch/arm64/include/asm/ |
D | memory.h | 102 #define THREAD_SIZE (UL(1) << THREAD_SHIFT) macro
|