Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dprocessor.h65 #define TASK_SIZE_32 UL(0x100000000) macro
67 #define TASK_SIZE_32 (UL(0x100000000) - PAGE_SIZE) macro
70 TASK_SIZE_32 : TASK_SIZE_64)
72 TASK_SIZE_32 : TASK_SIZE_64)
74 TASK_SIZE_32 : DEFAULT_MAP_WINDOW_64)
/linux/arch/riscv/include/asm/
H A Delf.h144 #define COMPAT_ELF_ET_DYN_BASE ((TASK_SIZE_32 / 3) * 2)
H A Dpgtable.h1235 #define TASK_SIZE_32 (_AC(0x80000000, UL) - PAGE_SIZE) macro
1237 TASK_SIZE_32 : TASK_SIZE_64)