Home
last modified time | relevance | path

Searched refs:TASK_SIZE_32 (Results 1 – 3 of 3) sorted by relevance

/arch/arm64/include/asm/
Dmemory.h65 #define TASK_SIZE_32 UL(0x100000000) macro
67 TASK_SIZE_32 : TASK_SIZE_64)
69 TASK_SIZE_32 : TASK_SIZE_64)
Delf.h172 #define COMPAT_ELF_ET_DYN_BASE (2 * TASK_SIZE_32 / 3)
/arch/arm64/mm/
Dinit.c420 BUILD_BUG_ON(TASK_SIZE_32 > TASK_SIZE_64); in mem_init()