Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
Dprocessor.h64 #define TASK_SIZE_32 UL(0x100000000) macro
66 #define TASK_SIZE_32 (UL(0x100000000) - PAGE_SIZE) macro
69 TASK_SIZE_32 : TASK_SIZE_64)
71 TASK_SIZE_32 : TASK_SIZE_64)
73 TASK_SIZE_32 : DEFAULT_MAP_WINDOW_64)
/arch/arm64/mm/
Dinit.c438 BUILD_BUG_ON(TASK_SIZE_32 > DEFAULT_MAP_WINDOW_64); in mem_init()