Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/entry/
Dcommon.c65 if (IS_ENABLED(CONFIG_X86_X32_ABI) && likely(xnr < X32_NR_syscalls)) { in do_syscall_x32()
66 xnr = array_index_nospec(xnr, X32_NR_syscalls); in do_syscall_x32()
/linux-5.19.10/arch/x86/include/asm/
Dunistd.h30 # define X32_NR_syscalls (__NR_x32_syscalls) macro