/linux-3.3/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-3.3/arch/c6x/include/asm/ |
D | thread_info.h | 21 #define THREAD_SIZE 4096 macro 25 #define THREAD_SIZE 8192 macro
|
/linux-3.3/arch/x86/include/asm/ |
D | page_32_types.h | 19 #define THREAD_SIZE (PAGE_SIZE << THREAD_ORDER) macro
|
D | page_64_types.h | 5 #define THREAD_SIZE (PAGE_SIZE << THREAD_ORDER) macro
|
/linux-3.3/arch/mn10300/include/asm/ |
D | thread_info.h | 22 #define THREAD_SIZE (4096) macro 24 #define THREAD_SIZE (8192) macro
|
/linux-3.3/arch/cris/include/asm/ |
D | processor.h | 33 #define THREAD_SIZE PAGE_SIZE macro
|
/linux-3.3/arch/h8300/include/asm/ |
D | thread_info.h | 53 #define THREAD_SIZE 8192 /* 2 pages */ macro
|
/linux-3.3/arch/um/include/asm/ |
D | thread_info.h | 46 #define THREAD_SIZE ((1 << CONFIG_KERNEL_STACK_ORDER) * PAGE_SIZE) macro
|
/linux-3.3/arch/parisc/include/asm/ |
D | thread_info.h | 45 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/linux-3.3/arch/openrisc/include/asm/ |
D | thread_info.h | 36 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/linux-3.3/arch/score/include/asm/ |
D | thread_info.h | 15 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/linux-3.3/arch/frv/include/asm/ |
D | thread_info.h | 22 #define THREAD_SIZE 8192 macro
|
/linux-3.3/arch/blackfin/include/asm/ |
D | thread_info.h | 26 #define THREAD_SIZE 8192 /* 2 pages */ macro
|
/linux-3.3/arch/avr32/include/asm/ |
D | thread_info.h | 14 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/linux-3.3/arch/hexagon/include/asm/ |
D | thread_info.h | 33 #define THREAD_SIZE (1<<THREAD_SHIFT) macro
|
/linux-3.3/arch/sparc/include/asm/ |
D | thread_info_64.h | 107 #define THREAD_SIZE (2*PAGE_SIZE) macro 110 #define THREAD_SIZE PAGE_SIZE macro
|
D | thread_info_32.h | 98 #define THREAD_SIZE (2 * PAGE_SIZE) macro
|
/linux-3.3/arch/alpha/include/asm/ |
D | thread_info.h | 57 #define THREAD_SIZE (2*PAGE_SIZE) macro
|
/linux-3.3/arch/tile/include/asm/ |
D | thread_info.h | 73 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|
/linux-3.3/arch/sh/include/asm/ |
D | thread_info.h | 42 #define THREAD_SIZE (1 << THREAD_SHIFT) macro
|
/linux-3.3/arch/s390/include/asm/ |
D | thread_info.h | 30 #define THREAD_SIZE (PAGE_SIZE << THREAD_ORDER) macro
|
/linux-3.3/arch/m32r/include/asm/ |
D | thread_info.h | 58 #define THREAD_SIZE (PAGE_SIZE << 1) macro
|
/linux-3.3/arch/powerpc/include/asm/ |
D | thread_info.h | 23 #define THREAD_SIZE (1 << THREAD_SHIFT) macro
|
/linux-3.3/arch/xtensa/include/asm/ |
D | thread_info.h | 156 #define THREAD_SIZE 8192 //(2*PAGE_SIZE) macro
|
/linux-3.3/arch/mips/include/asm/ |
D | thread_info.h | 83 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
|