Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/arch/arm64/include/asm/
Dprocessor.h61 #define TASK_SIZE_32 UL(0x100000000) macro
63 #define TASK_SIZE_32 (UL(0x100000000) - PAGE_SIZE) macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dprocessor.h58 #define TASK_SIZE_32 UL(0x100000000) macro
60 #define TASK_SIZE_32 (UL(0x100000000) - PAGE_SIZE) macro