Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/um/
Dptrace_64.c54 #ifdef TIF_IA32 in putreg()
59 if (test_tsk_thread_flag(child, TIF_IA32)) in putreg()
135 #ifdef TIF_IA32 in getreg()
136 if (test_tsk_thread_flag(child, TIF_IA32)) in getreg()
/linux-4.1.27/arch/x86/include/asm/
Dcompat.h267 #define PR_REG_SIZE(S) (test_thread_flag(TIF_IA32) ? 68 : 216)
268 #define PRSTATUS_SIZE(S) (test_thread_flag(TIF_IA32) ? 144 : 296)
300 if (test_thread_flag(TIF_IA32)) { in arch_compat_alloc_user_space()
Dthread_info.h101 #define TIF_IA32 17 /* IA32 compatibility process */ macro
125 #define _TIF_IA32 (1 << TIF_IA32)
Dfpu-internal.h101 test_thread_flag(TIF_IA32); in is_ia32_compat_frame()
/linux-4.1.27/arch/x86/kernel/
Dprocess_64.c470 clear_thread_flag(TIF_IA32); in set_personality_64bit()
494 clear_thread_flag(TIF_IA32); in set_personality_ia32()
503 set_thread_flag(TIF_IA32); in set_personality_ia32()
506 current->mm->context.ia32_compat = TIF_IA32; in set_personality_ia32()
Dperf_regs.c108 if (test_tsk_thread_flag(task, TIF_IA32)) in perf_reg_abi()
Duprobes.c318 !(mm->context.ia32_compat == TIF_IA32); in is_64bit_mm()
Dsignal.c675 return test_thread_flag(TIF_IA32) ? __NR_ia32_restart_syscall : in get_nr_restart_syscall()
Dptrace.c1397 if (test_tsk_thread_flag(task, TIF_IA32)) in task_user_regset_view()
/linux-4.1.27/arch/x86/oprofile/
Dbacktrace.c71 if (!current || !test_thread_flag(TIF_IA32)) in x86_backtrace_32()
/linux-4.1.27/arch/x86/mm/
Dmpx.c202 int x86_64 = !test_thread_flag(TIF_IA32); in mpx_insn_decode()
337 if (IS_ENABLED(CONFIG_X86_64) && test_thread_flag(TIF_IA32)) in task_get_bounds_dir()
/linux-4.1.27/arch/x86/ia32/
Dia32_signal.c40 bool ia32 = test_thread_flag(TIF_IA32); in copy_siginfo_to_user32()
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c673 is64 = kernel_ip((unsigned long)addr) || !test_thread_flag(TIF_IA32); in branch_type()
Dperf_event_intel_ds.c800 is_64bit = kernel_ip(to) || !test_thread_flag(TIF_IA32); in intel_pmu_pebs_fixup_ip()
Dperf_event.c2206 if (!test_thread_flag(TIF_IA32)) in perf_callchain_user32()