Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dcompat.h94 return in_ia32_syscall() || in_x32_syscall(); in in_32bit_syscall()
103 #define compat_need_64bit_alignment_fixup in_ia32_syscall
H A Dthread_info.h229 #define in_ia32_syscall() true macro
231 #define in_ia32_syscall() (IS_ENABLED(CONFIG_IA32_EMULATION) && \ macro
/openbmc/linux/arch/x86/entry/vdso/
H A Dvma.c79 if (in_ia32_syscall() && image == &vdso_image_32) { in vdso_fix_landing()
406 if (in_ia32_syscall() && image == &vdso_image_32) { in arch_syscall_is_vdso_sigreturn()
/openbmc/linux/arch/x86/kernel/fpu/
H A Dregset.c120 if (in_ia32_syscall()) in xfpregs_set()
/openbmc/linux/arch/x86/kernel/
H A Dsignal_64.c397 if (in_ia32_syscall()) in sigaction_compat_abi()
H A Dprocess.c134 if (in_ia32_syscall()) in set_new_tls()
H A Dptrace.c1224 if (!in_ia32_syscall()) in compat_arch_ptrace()