Searched refs:TASK_SIZE_64 (Results 1 – 3 of 3) sorted by relevance
45 #define TASK_SIZE_64 (UL(1) << vabits_actual) macro58 TASK_SIZE_32 : TASK_SIZE_64)60 TASK_SIZE_32 : TASK_SIZE_64)64 #define TASK_SIZE TASK_SIZE_6469 #define STACK_TOP_MAX TASK_SIZE_64
110 #define ELF_ET_DYN_BASE (2 * TASK_SIZE_64 / 3)
347 unsigned long end = (start < TASK_SIZE_64) ? TASK_SIZE_64 : 0; in walk_pgd()