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

/linux-master/arch/x86/include/asm/
H A Dunistd.h30 # define X32_NR_syscalls (__NR_x32_syscalls) macro
/linux-master/arch/x86/entry/
H A Dcommon.c67 if (IS_ENABLED(CONFIG_X86_X32_ABI) && likely(xnr < X32_NR_syscalls)) {
68 xnr = array_index_nospec(xnr, X32_NR_syscalls);

Completed in 101 milliseconds