Home
last modified time | relevance | path

Searched refs:in_ia32_syscall (Results 1 – 7 of 7) sorted by relevance

/arch/x86/include/asm/
Dthread_info.h223 #define in_ia32_syscall() true macro
225 #define in_ia32_syscall() (IS_ENABLED(CONFIG_IA32_EMULATION) && \ macro
Dcompat.h168 return in_ia32_syscall() || in_x32_syscall(); in in_32bit_syscall()
177 #define compat_need_64bit_alignment_fixup in_ia32_syscall
/arch/x86/entry/vdso/
Dvma.c76 if (in_ia32_syscall() && image == &vdso_image_32) { in vdso_fix_landing()
428 if (in_ia32_syscall() && image == &vdso_image_32) { in arch_syscall_is_vdso_sigreturn()
/arch/x86/kernel/
Dsignal_compat.c185 if (in_ia32_syscall()) in sigaction_compat_abi()
Dprocess.c113 if (in_ia32_syscall()) in set_new_tls()
Dptrace.c1205 if (!in_ia32_syscall()) in compat_arch_ptrace()
/arch/x86/kernel/fpu/
Dregset.c115 if (in_ia32_syscall()) in xfpregs_set()