/linux-6.1.9/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-6.1.9/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-6.1.9/arch/nios2/include/asm/ |
D | thread_info.h | 25 #define THREAD_SIZE 8192 /* 2 * PAGE_SIZE */ macro
|
/linux-6.1.9/arch/arc/include/asm/ |
D | thread_info.h | 24 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/linux-6.1.9/arch/openrisc/include/asm/ |
D | thread_info.h | 32 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/linux-6.1.9/arch/hexagon/include/asm/ |
D | thread_info.h | 20 #define THREAD_SIZE (1<<THREAD_SHIFT) macro
|
/linux-6.1.9/arch/um/include/asm/ |
D | thread_info.h | 10 #define THREAD_SIZE ((1 << CONFIG_KERNEL_STACK_ORDER) * PAGE_SIZE) macro
|
/linux-6.1.9/arch/parisc/include/asm/ |
D | thread_info.h | 35 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/linux-6.1.9/arch/sparc/include/asm/ |
D | thread_info_64.h | 103 #define THREAD_SIZE (2*PAGE_SIZE) macro 106 #define THREAD_SIZE PAGE_SIZE macro
|
D | thread_info_32.h | 78 #define THREAD_SIZE (2 * PAGE_SIZE) macro
|
/linux-6.1.9/arch/riscv/include/asm/ |
D | thread_info.h | 26 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/linux-6.1.9/arch/s390/include/asm/ |
D | thread_info.h | 22 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/linux-6.1.9/arch/alpha/include/asm/ |
D | thread_info.h | 48 #define THREAD_SIZE (2*PAGE_SIZE) macro
|
/linux-6.1.9/arch/loongarch/include/asm/ |
D | thread_info.h | 59 #define THREAD_SIZE SZ_16K macro
|
/linux-6.1.9/arch/sh/include/asm/ |
D | thread_info.h | 46 #define THREAD_SIZE (1 << THREAD_SHIFT) macro
|
/linux-6.1.9/arch/csky/include/asm/ |
D | page.h | 16 #define THREAD_SIZE (PAGE_SIZE * 2) macro
|
/linux-6.1.9/arch/xtensa/include/asm/ |
D | thread_info.h | 142 #define THREAD_SIZE KERNEL_STACK_SIZE macro
|
/linux-6.1.9/arch/mips/include/asm/ |
D | thread_info.h | 98 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/linux-6.1.9/arch/microblaze/include/asm/ |
D | thread_info.h | 13 #define THREAD_SIZE (1 << THREAD_SHIFT) macro
|
/linux-6.1.9/arch/ia64/include/asm/ |
D | thread_info.h | 15 #define THREAD_SIZE KERNEL_STACK_SIZE macro
|
/linux-6.1.9/arch/arm/include/asm/ |
D | thread_info.h | 25 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | thread_info.h | 29 #define THREAD_SIZE (1 << THREAD_SHIFT) macro
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | memory.h | 99 #define THREAD_SIZE (UL(1) << THREAD_SHIFT) macro
|