TIF_ADDR32        297 arch/x86/include/asm/elf.h #define STACK_RND_MASK (test_thread_flag(TIF_ADDR32) ? 0x7ff : 0x3fffff)
TIF_ADDR32        353 arch/x86/include/asm/elf.h 	if (test_thread_flag(TIF_ADDR32))
TIF_ADDR32        906 arch/x86/include/asm/processor.h #define TASK_SIZE		(test_thread_flag(TIF_ADDR32) ? \
TIF_ADDR32        908 arch/x86/include/asm/processor.h #define TASK_SIZE_OF(child)	((test_tsk_thread_flag(child, TIF_ADDR32)) ? \
TIF_ADDR32        116 arch/x86/include/asm/thread_info.h #define _TIF_ADDR32		(1 << TIF_ADDR32)