Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/
Dprocessor.h66 #define TASK_SIZE64 0x10000000000UL macro
67 #define TASK_SIZE (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
68 #define STACK_TOP_MAX TASK_SIZE64
71 (test_tsk_thread_flag(tsk, TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
Dpgtable-64.h117 #if PGDIR_SIZE >= TASK_SIZE64
120 #define USER_PTRS_PER_PGD (TASK_SIZE64 / PGDIR_SIZE)