Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/include/asm/
Dprocessor.h71 #define TASK_SIZE64 0x10000000000UL macro
72 #define TASK_SIZE (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
75 #define STACK_TOP_MAX TASK_SIZE64
80 (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)