Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds