Searched defs:TASK_SIZE (Results 1 – 16 of 16) sorted by relevance
34 #define TASK_SIZE __XTENSA_UL_CONST(0x40000000) macro36 #define TASK_SIZE __XTENSA_UL_CONST(0xffffffff) macro
14 #define TASK_SIZE (0x40000000000UL) macro
35 #define TASK_SIZE (0x80000000UL) macro
41 # define TASK_SIZE 0x7FFF0000UL macro
29 #define TASK_SIZE (PAGE_OFFSET - (PAGE_SIZE * 8)) macro
41 #define TASK_SIZE (PAGE_OFFSET) macro
47 #define TASK_SIZE (is_32bit_task() ? TASK_SIZE_USER32 : TASK_SIZE_USER64) macro
38 # define TASK_SIZE (CONFIG_KERNEL_START) macro
85 #define TASK_SIZE 0x60000000 macro
22 #define TASK_SIZE 0x80000000UL macro35 #define TASK_SIZE (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64) macro
53 #define TASK_SIZE (task_size) macro
27 #define TASK_SIZE global() macro
39 #define TASK_SIZE 0x80000000UL macro61 #define TASK_SIZE (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64) macro
204 config TASK_SIZE config
28 #define TASK_SIZE 0x7c000000UL macro
28 #define TASK_SIZE TASK_SIZE_OF(current) macro