Home
last modified time | relevance | path

Searched refs:X32_NR_syscalls (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dunistd.h33 # define X32_NR_syscalls (__NR_x32_syscall_max + 1) macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dunistd.h30 # define X32_NR_syscalls (__NR_x32_syscalls) macro
/kernel/linux/linux-5.10/arch/x86/entry/
H A Dcommon.c49 (nr & ~__X32_SYSCALL_BIT) < X32_NR_syscalls)) { in do_syscall_64()
51 X32_NR_syscalls); in do_syscall_64()
/kernel/linux/linux-6.6/arch/x86/entry/
H A Dcommon.c66 if (IS_ENABLED(CONFIG_X86_X32_ABI) && likely(xnr < X32_NR_syscalls)) { in do_syscall_x32()
67 xnr = array_index_nospec(xnr, X32_NR_syscalls); in do_syscall_x32()

Completed in 2 milliseconds