Home
last modified time | relevance | path

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

/linux-5.10/arch/x86/include/asm/
Dthread_info.h225 #define in_ia32_syscall() true macro
227 #define in_ia32_syscall() (IS_ENABLED(CONFIG_IA32_EMULATION) && \ macro