Searched defs:TASK_SIZE64 (Results 1 - 1 of 1) sorted by relevance

/arch/mips/include/asm/
H A Dprocessor.h74 #define TASK_SIZE64 0x10000000000UL macro
75 #define TASK_SIZE (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
78 #define STACK_TOP_MAX TASK_SIZE64
83 (test_tsk_thread_flag(tsk, TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)

Completed in 42 milliseconds