Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
Dprocessor.h22 #define TASK_SIZE_64 (UL(1) << VA_BITS) macro
25 #define USER_DS (TASK_SIZE_64 - 1)
63 TASK_SIZE_32 : TASK_SIZE_64)
65 TASK_SIZE_32 : TASK_SIZE_64)
67 #define TASK_SIZE TASK_SIZE_64
72 #define STACK_TOP_MAX TASK_SIZE_64
Delf.h120 #define ELF_ET_DYN_BASE (2 * TASK_SIZE_64 / 3)
/arch/arm64/mm/
Dinit.c655 BUILD_BUG_ON(TASK_SIZE_32 > TASK_SIZE_64); in mem_init()