Home
last modified time | relevance | path

Searched refs:TIF_IA32 (Results 1 – 14 of 14) sorted by relevance

/linux-2.6.39/arch/um/sys-x86_64/shared/sysdep/
Dvm-flags.h20 #ifdef TIF_IA32
22 (test_thread_flag(TIF_IA32) ? vm_data_default_flags32 : \
26 (test_thread_flag(TIF_IA32) ? vm_stack_flags32 : vm_stack_flags)
/linux-2.6.39/arch/um/sys-x86_64/
Dptrace.c25 #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()
/linux-2.6.39/arch/x86/kernel/
Dsys_x86_64.c38 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()
Dprocess_64.c307 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()
Dptrace.c335 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()
Dsignal.c645 #define is_ia32 test_thread_flag(TIF_IA32)
761 test_thread_flag(TIF_IA32) ? __NR_ia32_restart_syscall : __NR_restart_syscall
/linux-2.6.39/arch/um/sys-x86_64/asm/
Delf.h106 #ifdef TIF_IA32 /* XXX */
108 clear_thread_flag(TIF_IA32);
/linux-2.6.39/arch/x86/include/asm/
Dthread_info.h88 #define TIF_IA32 17 /* 32bit process */ macro
111 #define _TIF_IA32 (1 << TIF_IA32)
Dprocessor.h929 #define TASK_SIZE (test_thread_flag(TIF_IA32) ? \
931 #define TASK_SIZE_OF(child) ((test_tsk_thread_flag(child, TIF_IA32)) ? \
Delf.h289 #define STACK_RND_MASK (test_thread_flag(TIF_IA32) ? 0x7ff : 0x3fffff)
/linux-2.6.39/arch/x86/mm/
Dmmap.c63 if (test_thread_flag(TIF_IA32)) in mmap_is_ia32()
/linux-2.6.39/arch/x86/oprofile/
Dbacktrace.c83 if (!current || !test_thread_flag(TIF_IA32)) in x86_backtrace_32()
/linux-2.6.39/arch/x86/ia32/
Dia32_aout.c300 set_thread_flag(TIF_IA32); in load_aout_binary()
/linux-2.6.39/arch/x86/kernel/cpu/
Dperf_event.c1821 if (!test_thread_flag(TIF_IA32)) in perf_callchain_user32()