···1919 * This may need to be greater than __NR_last_syscall+1 in order to2020 * account for the padding in the syscall table2121 */2222-#define __NR_syscalls (388)2222+#define __NR_syscalls (392)23232424/*2525 * *NOTE*: This is a ghost syscall private to the kernel. Only the
+2
arch/arm/include/uapi/asm/unistd.h
···414414#define __NR_memfd_create (__NR_SYSCALL_BASE+385)415415#define __NR_bpf (__NR_SYSCALL_BASE+386)416416#define __NR_execveat (__NR_SYSCALL_BASE+387)417417+#define __NR_userfaultfd (__NR_SYSCALL_BASE+388)418418+#define __NR_membarrier (__NR_SYSCALL_BASE+389)417419418420/*419421 * The following SWIs are ARM private.