Searched refs:TASK_SIZE (Results 1 – 6 of 6) sorted by relevance
32 #define TASK_SIZE 0x7fff8000UL macro34 #define STACK_TOP TASK_SIZE35 #define TASK_UNMAPPED_BASE ((TASK_SIZE / 3) & ~(PAGE_SIZE))
217 #define ELF_ET_DYN_BASE (TASK_SIZE / 3 * 2)
25 #ifndef TASK_SIZE26 #define TASK_SIZE (CONFIG_DRAM_SIZE) macro
53 #define ELF_ET_DYN_BASE (2 * TASK_SIZE / 3)
95 #define TASK_SIZE (PAGE_OFFSET) macro96 #define TASK_UNMAPPED_BASE (PAGE_ALIGN(TASK_SIZE / 3))
40 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE)