Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dprocessor.h70 #define TASK_SIZE64 0x10000000000UL macro
71 #define TASK_SIZE (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
74 #define STACK_TOP_MAX TASK_SIZE64
79 (test_tsk_thread_flag(tsk, TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
Dpgtable-64.h116 #if PGDIR_SIZE >= TASK_SIZE64
119 #define USER_PTRS_PER_PGD (TASK_SIZE64 / PGDIR_SIZE)