/linux/arch/x86/include/asm/ |
H A D | page_32_types.h | 23 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
H A D | page_64_types.h | 16 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/linux/arch/um/include/asm/ |
H A D | thread_info.h | 10 #define THREAD_SIZE ((1 << CONFIG_KERNEL_STACK_ORDER) * PAGE_SIZE) macro
|
/linux/arch/m68k/include/asm/ |
H A D | thread_info.h | 23 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/linux/arch/nios2/include/asm/ |
H A D | thread_info.h | 25 #define THREAD_SIZE 8192 /* 2 * PAGE_SIZE */ macro
|
/linux/arch/openrisc/include/asm/ |
H A D | thread_info.h | 32 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/linux/arch/hexagon/include/asm/ |
H A D | thread_info.h | 20 #define THREAD_SIZE (1<<THREAD_SHIFT) macro
|
/linux/arch/arc/include/asm/ |
H A D | thread_info.h | 24 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/linux/arch/sparc/include/asm/ |
H A D | thread_info_64.h | 103 #define THREAD_SIZE (2*PAGE_SIZE) macro 106 #define THREAD_SIZE PAGE_SIZE macro
|
H A D | thread_info_32.h | 78 #define THREAD_SIZE (2 * PAGE_SIZE) macro
|
/linux/arch/parisc/include/asm/ |
H A D | thread_info.h | 35 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/linux/arch/riscv/include/asm/ |
H A D | thread_info.h | 22 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/linux/arch/alpha/include/asm/ |
H A D | thread_info.h | 51 #define THREAD_SIZE (2*PAGE_SIZE) macro
|
/linux/arch/sh/include/asm/ |
H A D | thread_info.h | 46 #define THREAD_SIZE (1 << THREAD_SHIFT) macro
|
/linux/arch/xtensa/include/asm/ |
H A D | thread_info.h | 142 #define THREAD_SIZE KERNEL_STACK_SIZE macro
|
/linux/arch/mips/include/asm/ |
H A D | thread_info.h | 98 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/linux/arch/microblaze/include/asm/ |
H A D | thread_info.h | 13 #define THREAD_SIZE (1 << THREAD_SHIFT) macro
|
/linux/arch/arm/include/asm/ |
H A D | thread_info.h | 25 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/linux/arch/powerpc/include/asm/ |
H A D | thread_info.h | 29 #define THREAD_SIZE (1 << THREAD_SHIFT) macro
|