Home
last modified time | relevance | path

Searched refs:IA32_NR_syscalls (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dunistd.h34 # define IA32_NR_syscalls (__NR_ia32_syscall_max + 1) macro
/kernel/linux/linux-5.10/arch/x86/entry/
H A Dcommon.c75 if (likely(nr < IA32_NR_syscalls)) { in do_syscall_32_irqs_on()
76 nr = array_index_nospec(nr, IA32_NR_syscalls); in do_syscall_32_irqs_on()
/kernel/linux/linux-6.6/arch/x86/entry/
H A 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()

Completed in 2 milliseconds