TIF_IA32 317 arch/x86/ia32/ia32_aout.c set_thread_flag(TIF_IA32);
TIF_IA32 247 arch/x86/kernel/process_64.c if (test_tsk_thread_flag(tsk, TIF_IA32)) {
TIF_IA32 248 arch/x86/kernel/process_64.c clear_tsk_thread_flag(tsk, TIF_IA32);
TIF_IA32 250 arch/x86/kernel/process_64.c set_tsk_thread_flag(tsk, TIF_IA32);
TIF_IA32 359 arch/x86/kernel/process_64.c if (test_thread_flag(TIF_IA32))
TIF_IA32 694 arch/x86/kernel/process_64.c clear_thread_flag(TIF_IA32);
TIF_IA32 253 arch/x86/kernel/ptrace.c if (test_tsk_thread_flag(task, TIF_IA32))
TIF_IA32 261 arch/x86/kernel/ptrace.c if (test_tsk_thread_flag(task, TIF_IA32))
TIF_IA32 273 arch/x86/kernel/ptrace.c if (test_tsk_thread_flag(task, TIF_IA32))
TIF_IA32 1482 arch/x86/kernel/ptrace.c if (test_tsk_thread_flag(task, TIF_IA32))
TIF_IA32 1515 arch/x86/kernel/ptrace.c # define IS_IA32 test_thread_flag(TIF_IA32)
TIF_IA32 289 arch/x86/kernel/signal_64.c #define is_ia32 test_thread_flag(TIF_IA32)
TIF_IA32 395 arch/x86/kernel/signal_64.c test_thread_flag(TIF_IA32) ? __NR_ia32_restart_syscall : __NR_restart_syscall
TIF_IA32 53 arch/x86/kernel/sys_x86_64.c if (!test_thread_flag(TIF_IA32) && (flags & MAP_32BIT)) {
TIF_IA32 99 arch/x86/kernel/sys_x86_64.c if (((flags & MAP_32BIT) || test_thread_flag(TIF_IA32))
TIF_IA32 156 arch/x86/kernel/sys_x86_64.c if (!test_thread_flag(TIF_IA32) && (flags & MAP_32BIT))
TIF_IA32 1099 arch/x86/mm/init_64.c if (test_tsk_thread_flag(tsk, TIF_IA32))
TIF_IA32 50 arch/x86/mm/mmap.c if (test_thread_flag(TIF_IA32))
TIF_IA32 102 include/asm-um/elf-x86_64.h #ifdef TIF_IA32 /* XXX */
TIF_IA32 104 include/asm-um/elf-x86_64.h clear_thread_flag(TIF_IA32);
TIF_IA32 20 include/asm-um/vm-flags-x86_64.h #ifdef TIF_IA32
TIF_IA32 22 include/asm-um/vm-flags-x86_64.h (test_thread_flag(TIF_IA32) ? vm_data_default_flags32 : \
TIF_IA32 26 include/asm-um/vm-flags-x86_64.h (test_thread_flag(TIF_IA32) ? vm_stack_flags32 : vm_stack_flags)
TIF_IA32 177 include/asm-x86/elf.h clear_thread_flag(TIF_IA32); \
TIF_IA32 191 include/asm-x86/elf.h if (test_thread_flag(TIF_IA32)) \
TIF_IA32 302 include/asm-x86/elf.h #define STACK_RND_MASK (test_thread_flag(TIF_IA32) ? 0x7ff : 0x3fffff)
TIF_IA32 892 include/asm-x86/processor.h #define TASK_SIZE (test_thread_flag(TIF_IA32) ? \
TIF_IA32 894 include/asm-x86/processor.h #define TASK_SIZE_OF(child) ((test_tsk_thread_flag(child, TIF_IA32)) ? \
TIF_IA32 9 include/asm-x86/seccomp_64.h #define TIF_32BIT TIF_IA32
TIF_IA32 107 include/asm-x86/thread_info.h #define _TIF_IA32 (1 << TIF_IA32)