Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dunistd.h16 # define IA32_NR_syscalls (__NR_syscalls) macro
31 # define IA32_NR_syscalls (__NR_ia32_syscalls) macro
H A Dseccomp.h25 # define SECCOMP_ARCH_COMPAT_NR IA32_NR_syscalls
/linux-6.15/arch/x86/entry/
H A Dsyscall_32.c81 if (likely(unr < IA32_NR_syscalls)) { in do_syscall_32_irqs_on()
82 unr = array_index_nospec(unr, IA32_NR_syscalls); in do_syscall_32_irqs_on()