File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 * This may need to be greater than __NR_last_syscall+1 in order to
2020 * account for the padding in the syscall table
2121 */
22- #define __NR_syscalls (396 )
22+ #define __NR_syscalls (400 )
2323
2424#define __ARCH_WANT_STAT64
2525#define __ARCH_WANT_SYS_GETHOSTNAME
Original file line number Diff line number Diff line change 420420#define __NR_copy_file_range (__NR_SYSCALL_BASE+391)
421421#define __NR_preadv2 (__NR_SYSCALL_BASE+392)
422422#define __NR_pwritev2 (__NR_SYSCALL_BASE+393)
423+ #define __NR_pkey_mprotect (__NR_SYSCALL_BASE+394)
424+ #define __NR_pkey_alloc (__NR_SYSCALL_BASE+395)
425+ #define __NR_pkey_free (__NR_SYSCALL_BASE+396)
423426
424427/*
425428 * The following SWIs are ARM private.
Original file line number Diff line number Diff line change 403403 CALL (sys_copy_file_range)
404404 CALL (sys_preadv2)
405405 CALL (sys_pwritev2)
406+ CALL (sys_pkey_mprotect)
407+ /* 395 */ CALL (sys_pkey_alloc)
408+ CALL (sys_pkey_free)
406409#ifndef syscalls_counted
407410.equ syscalls_padding, ((NR_syscalls + 3 ) & ~3 ) - NR_syscalls
408411#define syscalls_counted
You can’t perform that action at this time.
0 commit comments