Searched refs:TASK_SIZE_32 (Results 1 – 4 of 4) sorted by relevance
63 #define TASK_SIZE_32 UL(0x100000000) macro65 #define TASK_SIZE_32 (UL(0x100000000) - PAGE_SIZE) macro68 TASK_SIZE_32 : TASK_SIZE_64)70 TASK_SIZE_32 : TASK_SIZE_64)72 TASK_SIZE_32 : DEFAULT_MAP_WINDOW_64)
131 #define COMPAT_ELF_ET_DYN_BASE ((TASK_SIZE_32 / 3) * 2)
782 #define TASK_SIZE_32 (_AC(0x80000000, UL) - PAGE_SIZE) macro784 TASK_SIZE_32 : TASK_SIZE_64)
464 BUILD_BUG_ON(TASK_SIZE_32 > DEFAULT_MAP_WINDOW_64); in mem_init()