Home
last modified time | relevance | path

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

/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.h221 #define in_ia32_syscall() true macro
223 #define in_ia32_syscall() (IS_ENABLED(CONFIG_IA32_EMULATION) && \ macro
/linux/arch/x86/entry/vdso/
H A Dvma.c266 if (in_ia32_syscall() && image == &vdso32_image) { in arch_syscall_is_vdso_sigreturn()
/linux/arch/x86/kernel/
H A Dprocess.c145 if (in_ia32_syscall()) in set_new_tls()
1078 if (!in_ia32_syscall()) in SYSCALL_DEFINE2()
H A Dshstk.c167 if (!cpu_feature_enabled(X86_FEATURE_USER_SHSTK) || in_ia32_syscall()) in shstk_setup()
H A Dsignal_64.c407 if (in_ia32_syscall()) in sigaction_compat_abi()
H A Dptrace.c1224 if (!in_ia32_syscall()) in compat_arch_ptrace()
/linux/arch/x86/kernel/fpu/
H A Dregset.c120 if (in_ia32_syscall()) in xfpregs_set()