Searched refs:in_ia32_syscall (Results 1 – 6 of 6) sorted by relevance
226 #define in_ia32_syscall() true macro228 #define in_ia32_syscall() (IS_ENABLED(CONFIG_IA32_EMULATION) && \ macro
170 return in_ia32_syscall() || in_x32_syscall(); in in_32bit_syscall()179 #define compat_need_64bit_alignment_fixup in_ia32_syscall
76 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()
185 if (in_ia32_syscall()) in sigaction_compat_abi()
127 if (in_ia32_syscall()) in set_new_tls()
1205 if (!in_ia32_syscall()) in compat_arch_ptrace()
Completed in 14 milliseconds