TIF_IA32         2437 arch/x86/events/core.c 	if (!test_thread_flag(TIF_IA32))
TIF_IA32         1263 arch/x86/events/intel/ds.c 		is_64bit = kernel_ip(to) || !test_thread_flag(TIF_IA32);
TIF_IA32          898 arch/x86/events/intel/lbr.c 	is64 = kernel_ip((unsigned long)addr) || !test_thread_flag(TIF_IA32);
TIF_IA32          201 arch/x86/include/asm/compat.h 	if (test_thread_flag(TIF_IA32)) {
TIF_IA32          266 arch/x86/include/asm/mmu_context.h 		!(mm->context.ia32_compat == TIF_IA32);
TIF_IA32          124 arch/x86/include/asm/thread_info.h #define _TIF_IA32		(1 << TIF_IA32)
TIF_IA32          126 arch/x86/kernel/perf_regs.c 	if (test_tsk_thread_flag(task, TIF_IA32))
TIF_IA32          625 arch/x86/kernel/process_64.c 	clear_thread_flag(TIF_IA32);
TIF_IA32          646 arch/x86/kernel/process_64.c 	clear_thread_flag(TIF_IA32);
TIF_IA32          667 arch/x86/kernel/process_64.c 	set_thread_flag(TIF_IA32);
TIF_IA32          670 arch/x86/kernel/process_64.c 		current->mm->context.ia32_compat = TIF_IA32;
TIF_IA32           69 arch/x86/mm/mpx.c 	int x86_64 = !test_thread_flag(TIF_IA32);
TIF_IA32           52 arch/x86/oprofile/backtrace.c 	if (!current || !test_thread_flag(TIF_IA32))
TIF_IA32           55 arch/x86/um/ptrace_64.c #ifdef TIF_IA32
TIF_IA32           60 arch/x86/um/ptrace_64.c 	if (test_tsk_thread_flag(child, TIF_IA32))
TIF_IA32          140 arch/x86/um/ptrace_64.c #ifdef TIF_IA32
TIF_IA32          141 arch/x86/um/ptrace_64.c 	if (test_tsk_thread_flag(child, TIF_IA32))