Searched refs:TASK_SIZE_32 (Results 1 – 4 of 4) sorted by relevance
65 #define TASK_SIZE_32 UL(0x100000000) macro67 #define TASK_SIZE_32 (UL(0x100000000) - PAGE_SIZE) macro70 TASK_SIZE_32 : TASK_SIZE_64)72 TASK_SIZE_32 : TASK_SIZE_64)74 TASK_SIZE_32 : DEFAULT_MAP_WINDOW_64)
144 #define COMPAT_ELF_ET_DYN_BASE ((TASK_SIZE_32 / 3) * 2)
1058 #define TASK_SIZE_32 (_AC(0x80000000, UL) - PAGE_SIZE) macro1060 TASK_SIZE_32 : TASK_SIZE_64)
367 BUILD_BUG_ON(TASK_SIZE_32 > DEFAULT_MAP_WINDOW_64); in arch_mm_preinit()
Completed in 32 milliseconds