Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/include/asm/
Dprocessor.h45 #define TASK_SIZE_64 (UL(1) << vabits_actual) macro
58 TASK_SIZE_32 : TASK_SIZE_64)
60 TASK_SIZE_32 : TASK_SIZE_64)
64 #define TASK_SIZE TASK_SIZE_64
69 #define STACK_TOP_MAX TASK_SIZE_64
Delf.h110 #define ELF_ET_DYN_BASE (2 * TASK_SIZE_64 / 3)
/Linux-v5.4/arch/arm64/mm/
Ddump.c347 unsigned long end = (start < TASK_SIZE_64) ? TASK_SIZE_64 : 0; in walk_pgd()