TASK_SIZE32        64 arch/mips/include/asm/processor.h #define TASK_SIZE (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
TASK_SIZE32        68 arch/mips/include/asm/processor.h 	(test_tsk_thread_flag(tsk, TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
TASK_SIZE32       101 arch/mips/kernel/binfmt_elfn32.c #define TASK_SIZE TASK_SIZE32
TASK_SIZE32       104 arch/mips/kernel/binfmt_elfo32.c #define TASK_SIZE TASK_SIZE32