Searched refs:IA32_NR_syscalls (Results 1 – 3 of 3) sorted by relevance
16 # define IA32_NR_syscalls (__NR_syscalls) macro31 # define IA32_NR_syscalls (__NR_ia32_syscalls) macro
25 # define SECCOMP_ARCH_COMPAT_NR IA32_NR_syscalls
115 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()