Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dthread_info.h248 #define in_ia32_syscall() true macro
250 #define in_ia32_syscall() (IS_ENABLED(CONFIG_IA32_EMULATION) && \ macro
H A Dcompat.h201 return in_ia32_syscall() || in_x32_syscall(); in in_32bit_syscall()
210 #define compat_need_64bit_alignment_fixup in_ia32_syscall
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsignal_compat.c171 if (in_ia32_syscall()) in sigaction_compat_abi()
H A Dprocess.c119 if (in_ia32_syscall()) in set_new_tls()
H A Dptrace.c1194 if (!in_ia32_syscall()) in compat_arch_ptrace()
/OK3568_Linux_fs/kernel/arch/x86/entry/vdso/
H A Dvma.c76 if (in_ia32_syscall() && image == &vdso_image_32) { in vdso_fix_landing()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpiolib-cdev.c1488 if (in_ia32_syscall()) { in lineevent_get_size()