Home
last modified time | relevance | path

Searched refs:IA32_NR_syscalls (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/arch/x86/include/asm/
Dunistd.h16 # define IA32_NR_syscalls (__NR_syscalls) macro
31 # define IA32_NR_syscalls (__NR_ia32_syscalls) macro
Dseccomp.h25 # define SECCOMP_ARCH_COMPAT_NR IA32_NR_syscalls
/linux-6.6.21/arch/x86/entry/
Dcommon.c115 if (likely(unr < IA32_NR_syscalls)) { in do_syscall_32_irqs_on()
116 unr = array_index_nospec(unr, IA32_NR_syscalls); in do_syscall_32_irqs_on()