Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dunistd.h30 # define X32_NR_syscalls (__NR_x32_syscalls) macro
/linux-6.6.21/arch/x86/entry/
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()