Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dcompat.h94 return in_ia32_syscall() || in_x32_syscall(); in in_32bit_syscall()
103 #define compat_need_64bit_alignment_fixup in_ia32_syscall
Dthread_info.h235 #define in_ia32_syscall() true macro
237 #define in_ia32_syscall() (IS_ENABLED(CONFIG_IA32_EMULATION) && \ macro
/linux-6.12.1/arch/x86/entry/vdso/
Dvma.c82 if (in_ia32_syscall() && image == &vdso_image_32) { in vdso_fix_landing()
356 if (in_ia32_syscall() && image == &vdso_image_32) { in arch_syscall_is_vdso_sigreturn()
/linux-6.12.1/arch/x86/kernel/
Dshstk.c167 if (!cpu_feature_enabled(X86_FEATURE_USER_SHSTK) || in_ia32_syscall()) in shstk_setup()
Dsignal_64.c403 if (in_ia32_syscall()) in sigaction_compat_abi()
Dprocess.c134 if (in_ia32_syscall()) in set_new_tls()
Dptrace.c1224 if (!in_ia32_syscall()) in compat_arch_ptrace()
/linux-6.12.1/arch/x86/kernel/fpu/
Dregset.c120 if (in_ia32_syscall()) in xfpregs_set()