Home
last modified time | relevance | path

Searched refs:TASK_SIZE32 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/mips/include/asm/
Dprocessor.h65 #define TASK_SIZE32 0x7fff8000UL macro
67 #define TASK_SIZE (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
71 (test_tsk_thread_flag(tsk, TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
/linux-4.4.14/arch/mips/kernel/
Dbinfmt_elfn32.c120 #define TASK_SIZE TASK_SIZE32
Dbinfmt_elfo32.c139 #define TASK_SIZE TASK_SIZE32