Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dthread_info.h229 #define in_ia32_syscall() true macro
231 #define in_ia32_syscall() (IS_ENABLED(CONFIG_IA32_EMULATION) && \ macro