Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/um/
Dptrace_64.c55 #ifdef TIF_IA32 in putreg()
60 if (test_tsk_thread_flag(child, TIF_IA32)) in putreg()
136 #ifdef TIF_IA32 in getreg()
137 if (test_tsk_thread_flag(child, TIF_IA32)) in getreg()
/linux-4.4.14/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)
Dmmu_context.h239 !(mm->context.ia32_compat == TIF_IA32); in is_64bit_mm()
/linux-4.4.14/arch/x86/kernel/
Dprocess_64.c462 clear_thread_flag(TIF_IA32); in set_personality_64bit()
486 clear_thread_flag(TIF_IA32); in set_personality_ia32()
495 set_thread_flag(TIF_IA32); in set_personality_ia32()
498 current->mm->context.ia32_compat = TIF_IA32; in set_personality_ia32()
Dsignal_compat.c7 bool ia32 = test_thread_flag(TIF_IA32); in copy_siginfo_to_user32()
Dperf_regs.c108 if (test_tsk_thread_flag(task, TIF_IA32)) in perf_reg_abi()
Dsignal.c598 test_thread_flag(TIF_IA32); in is_ia32_compat_frame()
698 return test_thread_flag(TIF_IA32) ? __NR_ia32_restart_syscall : in get_nr_restart_syscall()
Dptrace.c1405 if (test_tsk_thread_flag(task, TIF_IA32)) in task_user_regset_view()
/linux-4.4.14/arch/x86/oprofile/
Dbacktrace.c71 if (!current || !test_thread_flag(TIF_IA32)) in x86_backtrace_32()
/linux-4.4.14/arch/x86/mm/
Dmpx.c183 int x86_64 = !test_thread_flag(TIF_IA32); in mpx_insn_decode()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c709 is64 = kernel_ip((unsigned long)addr) || !test_thread_flag(TIF_IA32); in branch_type()
Dperf_event_intel_ds.c931 is_64bit = kernel_ip(to) || !test_thread_flag(TIF_IA32); in intel_pmu_pebs_fixup_ip()
Dperf_event.c2259 if (!test_thread_flag(TIF_IA32)) in perf_callchain_user32()