Searched refs:TIF_IA32 (Results 1 – 14 of 14) sorted by relevance
20 #ifdef TIF_IA3222 (test_thread_flag(TIF_IA32) ? vm_data_default_flags32 : \26 (test_thread_flag(TIF_IA32) ? vm_stack_flags32 : vm_stack_flags)
25 #ifdef TIF_IA32 in putreg()30 if (test_tsk_thread_flag(child, TIF_IA32)) in putreg()95 #ifdef TIF_IA32 in getreg()96 if (test_tsk_thread_flag(child, TIF_IA32)) in getreg()
38 if (!test_thread_flag(TIF_IA32) && (flags & MAP_32BIT)) { in find_start_end()84 if (((flags & MAP_32BIT) || test_thread_flag(TIF_IA32)) in arch_get_unmapped_area()141 if (!test_thread_flag(TIF_IA32) && (flags & MAP_32BIT)) in arch_get_unmapped_area_topdown()
307 if (test_thread_flag(TIF_IA32)) in copy_thread()502 clear_thread_flag(TIF_IA32); in set_personality_64bit()520 set_thread_flag(TIF_IA32); in set_personality_ia32()657 return (test_tsk_thread_flag(task, TIF_IA32)) ? in KSTK_ESP()
335 if (test_tsk_thread_flag(task, TIF_IA32)) in set_segment_reg()343 if (test_tsk_thread_flag(task, TIF_IA32)) in set_segment_reg()1312 if (test_tsk_thread_flag(task, TIF_IA32)) in task_user_regset_view()
645 #define is_ia32 test_thread_flag(TIF_IA32)761 test_thread_flag(TIF_IA32) ? __NR_ia32_restart_syscall : __NR_restart_syscall
106 #ifdef TIF_IA32 /* XXX */108 clear_thread_flag(TIF_IA32);
88 #define TIF_IA32 17 /* 32bit process */ macro111 #define _TIF_IA32 (1 << TIF_IA32)
929 #define TASK_SIZE (test_thread_flag(TIF_IA32) ? \931 #define TASK_SIZE_OF(child) ((test_tsk_thread_flag(child, TIF_IA32)) ? \
289 #define STACK_RND_MASK (test_thread_flag(TIF_IA32) ? 0x7ff : 0x3fffff)
63 if (test_thread_flag(TIF_IA32)) in mmap_is_ia32()
83 if (!current || !test_thread_flag(TIF_IA32)) in x86_backtrace_32()
300 set_thread_flag(TIF_IA32); in load_aout_binary()
1821 if (!test_thread_flag(TIF_IA32)) in perf_callchain_user32()