Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dcompat.h94 return in_ia32_syscall() || in_x32_syscall(); in in_32bit_syscall()
103 #define compat_need_64bit_alignment_fixup in_ia32_syscall
A Dthread_info.h229 #define in_ia32_syscall() true macro
231 #define in_ia32_syscall() (IS_ENABLED(CONFIG_IA32_EMULATION) && \ macro
/linux-6.3-rc2/arch/x86/entry/vdso/
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()
/linux-6.3-rc2/arch/x86/kernel/fpu/
A Dregset.c119 if (in_ia32_syscall()) in xfpregs_set()
/linux-6.3-rc2/arch/x86/kernel/
A Dprocess.c129 if (in_ia32_syscall()) in set_new_tls()
A Dsignal_64.c391 if (in_ia32_syscall()) in sigaction_compat_abi()
A Dptrace.c1223 if (!in_ia32_syscall()) in compat_arch_ptrace()

Completed in 17 milliseconds