Searched refs:X32_NR_syscalls (Results 1 – 2 of 2) sorted by relevance
65 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()
30 # define X32_NR_syscalls (__NR_x32_syscalls) macro