Home
last modified time | relevance | path

Searched defs:TASK_SIZE_MAX (Results 1 – 3 of 3) sorted by relevance

/arch/tile/include/asm/
Dprocessor.h159 #define TASK_SIZE_MAX (_AC(1, UL) << (MAX_VA_WIDTH - 1)) macro
161 #define TASK_SIZE_MAX PAGE_OFFSET macro
/arch/s390/include/asm/
Dprocessor.h103 #define TASK_SIZE_MAX (-PAGE_SIZE) macro
/arch/x86/include/asm/
Dprocessor.h843 #define TASK_SIZE_MAX TASK_SIZE macro
876 #define TASK_SIZE_MAX ((1UL << __VIRTUAL_MASK_SHIFT) - PAGE_SIZE) macro