Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm64/include/asm/
A Dprocessor.h63 #define TASK_SIZE_32 UL(0x100000000) macro
65 #define TASK_SIZE_32 (UL(0x100000000) - PAGE_SIZE) macro
68 TASK_SIZE_32 : TASK_SIZE_64)
70 TASK_SIZE_32 : TASK_SIZE_64)
72 TASK_SIZE_32 : DEFAULT_MAP_WINDOW_64)
/linux-6.3-rc2/arch/riscv/include/asm/
A Delf.h133 #define COMPAT_ELF_ET_DYN_BASE ((TASK_SIZE_32 / 3) * 2)
A Dpgtable.h807 #define TASK_SIZE_32 (_AC(0x80000000, UL) - PAGE_SIZE) macro
809 TASK_SIZE_32 : TASK_SIZE_64)
/linux-6.3-rc2/arch/arm64/mm/
A Dinit.c483 BUILD_BUG_ON(TASK_SIZE_32 > DEFAULT_MAP_WINDOW_64); in mem_init()

Completed in 12 milliseconds