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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/shared/sysdep/
H A 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)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/
H A Dptrace.c25 #ifdef TIF_IA32
30 if (test_tsk_thread_flag(child, TIF_IA32))
95 #ifdef TIF_IA32
96 if (test_tsk_thread_flag(child, TIF_IA32))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/asm/
H A Delf.h104 #ifdef TIF_IA32
106 clear_thread_flag(TIF_IA32); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dmmap.c63 if (test_thread_flag(TIF_IA32))
H A Dinit_64.c896 if (test_tsk_thread_flag(tsk, TIF_IA32))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dthread_info.h88 #define TIF_IA32 17 /* 32bit process */ macro
111 #define _TIF_IA32 (1 << TIF_IA32)
H A Delf.h289 #define STACK_RND_MASK (test_thread_flag(TIF_IA32) ? 0x7ff : 0x3fffff)
H A Dprocessor.h931 #define TASK_SIZE (test_thread_flag(TIF_IA32) ? \
933 #define TASK_SIZE_OF(child) ((test_tsk_thread_flag(child, TIF_IA32)) ? \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dsys_x86_64.c38 if (!test_thread_flag(TIF_IA32) && (flags & MAP_32BIT)) {
84 if (((flags & MAP_32BIT) || test_thread_flag(TIF_IA32))
141 if (!test_thread_flag(TIF_IA32) && (flags & MAP_32BIT))
H A Dprocess_64.c311 if (test_thread_flag(TIF_IA32))
506 clear_thread_flag(TIF_IA32);
520 set_thread_flag(TIF_IA32);
653 return (test_tsk_thread_flag(task, TIF_IA32)) ?
H A Dptrace.c335 if (test_tsk_thread_flag(task, TIF_IA32))
343 if (test_tsk_thread_flag(task, TIF_IA32))
1297 if (test_tsk_thread_flag(task, TIF_IA32))
H A Dsignal.c645 #define is_ia32 test_thread_flag(TIF_IA32)
761 test_thread_flag(TIF_IA32) ? __NR_ia32_restart_syscall : __NR_restart_syscall
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/ia32/
H A Dia32_aout.c296 set_thread_flag(TIF_IA32);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dperf_event.c1666 if (!test_thread_flag(TIF_IA32))

Completed in 61 milliseconds