/arch/cris/include/arch-v10/arch/ |
D | processor.h | 32 #define TASK_SIZE (0x50000000UL) /* 1.25 GB */ macro 34 #define TASK_SIZE (0xA0000000UL) /* 2.56 GB */ macro
|
/arch/m68k/include/asm/ |
D | processor.h | 52 #define TASK_SIZE (0xC0000000UL) macro 54 #define TASK_SIZE (0x0E000000UL) macro 56 #define TASK_SIZE (0xF0000000UL) macro 59 #define TASK_SIZE (0xFFFFFFFFUL) macro
|
/arch/frv/include/asm/ |
D | mem-layout.h | 74 #define TASK_SIZE (PAGE_OFFSET) macro 76 #define TASK_SIZE __UL(0xFFFFFFFFUL) macro
|
/arch/microblaze/include/asm/ |
D | processor.h | 47 # define TASK_SIZE (0x81000000 - 0x80000000) macro 86 # define TASK_SIZE (CONFIG_KERNEL_START) macro
|
/arch/cris/include/arch-v32/arch/ |
D | processor.h | 26 #define TASK_SIZE (0xB0000000UL) macro
|
/arch/openrisc/include/asm/ |
D | processor.h | 44 #define TASK_SIZE (0x80000000UL) macro
|
/arch/m32r/include/asm/ |
D | processor.h | 58 #define TASK_SIZE (0x80000000UL) macro 60 #define TASK_SIZE (0x00400000UL) macro
|
/arch/hexagon/include/asm/ |
D | mem-layout.h | 54 #define TASK_SIZE (PAGE_OFFSET) macro
|
/arch/arm64/include/asm/ |
D | memory.h | 66 #define TASK_SIZE (test_thread_flag(TIF_32BIT) ? \ macro 71 #define TASK_SIZE TASK_SIZE_64 macro
|
/arch/alpha/include/asm/ |
D | processor.h | 21 #define TASK_SIZE (0x40000000000UL) macro
|
/arch/nios2/include/asm/ |
D | processor.h | 47 # define TASK_SIZE 0x7FFF0000UL macro
|
/arch/unicore32/include/asm/ |
D | memory.h | 34 #define TASK_SIZE (PAGE_OFFSET - UL(0x41000000)) macro
|
/arch/arm/include/asm/ |
D | memory.h | 40 #define TASK_SIZE (UL(CONFIG_PAGE_OFFSET) - UL(SZ_16M)) macro 94 #define TASK_SIZE UL(0xffffffff) macro
|
/arch/xtensa/include/asm/ |
D | processor.h | 42 #define TASK_SIZE __XTENSA_UL_CONST(0x40000000) macro 44 #define TASK_SIZE (PLATFORM_DEFAULT_MEM_START + PLATFORM_DEFAULT_MEM_SIZE) macro
|
/arch/h8300/include/asm/ |
D | processor.h | 43 #define TASK_SIZE (0xFFFFFFFFUL) macro
|
/arch/blackfin/include/asm/ |
D | processor.h | 45 #define TASK_SIZE 0xFFFFFFFF macro
|
/arch/mips/include/asm/ |
D | processor.h | 44 #define TASK_SIZE 0x3fff8000UL macro 50 #define TASK_SIZE 0x80000000UL macro 69 #define TASK_SIZE (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64) macro
|
/arch/sparc/include/asm/ |
D | processor_64.h | 42 #define TASK_SIZE \ macro
|
D | processor_32.h | 31 #define TASK_SIZE PAGE_OFFSET macro
|
/arch/arc/include/asm/ |
D | processor.h | 123 #define TASK_SIZE (VMALLOC_START - USER_KERNEL_GUTTER) macro
|
/arch/c6x/include/asm/ |
D | processor.h | 46 #define TASK_SIZE 0xFFFFF000 macro
|
/arch/mn10300/include/asm/ |
D | processor.h | 78 #define TASK_SIZE 0x70000000 macro
|
/arch/um/include/asm/ |
D | processor-generic.h | 75 #define TASK_SIZE (task_size) macro
|
/arch/tile/include/asm/ |
D | processor.h | 167 #define TASK_SIZE ((current_thread_info()->status & TS_COMPAT) ?\ macro 170 #define TASK_SIZE TASK_SIZE_MAX macro
|
/arch/sh/include/asm/ |
D | processor_64.h | 42 #define TASK_SIZE 0x7ffff000UL macro
|