Home
last modified time | relevance | path

Searched refs:X32_NR_syscalls (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/x86/entry/
H A Dsyscall_64.c78 if (IS_ENABLED(CONFIG_X86_X32_ABI) && likely(xnr < X32_NR_syscalls)) { in do_syscall_x32()
79 xnr = array_index_nospec(xnr, X32_NR_syscalls); in do_syscall_x32()
/linux-6.15/arch/x86/include/asm/
H A Dunistd.h30 # define X32_NR_syscalls (__NR_x32_syscalls) macro