test_thread_flag  267 arch/x86/include/asm/compat.h #define PR_REG_SIZE(S) (test_thread_flag(TIF_IA32) ? 68 : 216)
test_thread_flag  268 arch/x86/include/asm/compat.h #define PRSTATUS_SIZE(S) (test_thread_flag(TIF_IA32) ? 144 : 296)
test_thread_flag  300 arch/x86/include/asm/compat.h 	if (test_thread_flag(TIF_IA32)) {
test_thread_flag  297 arch/x86/include/asm/elf.h #define STACK_RND_MASK (test_thread_flag(TIF_ADDR32) ? 0x7ff : 0x3fffff)
test_thread_flag  317 arch/x86/include/asm/elf.h if (test_thread_flag(TIF_X32))						\
test_thread_flag  353 arch/x86/include/asm/elf.h 	if (test_thread_flag(TIF_ADDR32))
test_thread_flag   73 arch/x86/include/asm/fpu-internal.h 	       test_thread_flag(TIF_IA32);
test_thread_flag   83 arch/x86/include/asm/fpu-internal.h 	return config_enabled(CONFIG_X86_X32_ABI) && test_thread_flag(TIF_X32);
test_thread_flag  906 arch/x86/include/asm/processor.h #define TASK_SIZE		(test_thread_flag(TIF_ADDR32) ? \
test_thread_flag  144 arch/x86/include/asm/ptrace.h 	(test_thread_flag(TIF_IA32) 	\
test_thread_flag   34 include/linux/seccomp.h 	if (unlikely(test_thread_flag(TIF_SECCOMP)))
test_thread_flag  105 include/linux/thread_info.h #define tif_need_resched() test_thread_flag(TIF_NEED_RESCHED)
test_thread_flag  128 include/linux/thread_info.h 	WARN_ON(!test_thread_flag(TIF_SIGPENDING));
test_thread_flag  136 include/linux/thread_info.h 	return test_thread_flag(TIF_RESTORE_SIGMASK);
test_thread_flag   39 include/trace/syscall.h 	if (test_thread_flag(TIF_SYSCALL_TRACEPOINT))