Searched refs:in_ia32_syscall (Results 1 – 7 of 7) sorted by relevance
94 return in_ia32_syscall() || in_x32_syscall(); in in_32bit_syscall()103 #define compat_need_64bit_alignment_fixup in_ia32_syscall
229 #define in_ia32_syscall() true macro231 #define in_ia32_syscall() (IS_ENABLED(CONFIG_IA32_EMULATION) && \ macro
79 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()
119 if (in_ia32_syscall()) in xfpregs_set()
129 if (in_ia32_syscall()) in set_new_tls()
391 if (in_ia32_syscall()) in sigaction_compat_abi()
1223 if (!in_ia32_syscall()) in compat_arch_ptrace()
Completed in 11 milliseconds