diff options
author | Laurent Vivier <laurent@vivier.eu> | 2024-09-18 09:42:55 +0200 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2024-09-22 09:27:12 +0200 |
commit | c0d3050d276f3a48a6648ce4eeffc246f94b344d (patch) | |
tree | 59a214f4b8469173e0b0ca716c46d6084609454a /linux-user | |
parent | 3f89ff9b60c3edc8e20a3909060ddcde0358eaa6 (diff) | |
download | qemu-c0d3050d276f3a48a6648ce4eeffc246f94b344d.zip qemu-c0d3050d276f3a48a6648ce4eeffc246f94b344d.tar.gz qemu-c0d3050d276f3a48a6648ce4eeffc246f94b344d.tar.bz2 |
linux-user, mips: update syscall-args-o32.c.inc to Linux v6.10
Updated running scripts/update-mips-syscall-args.sh
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Message-ID: <20240918074256.720617-3-laurent@vivier.eu>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'linux-user')
-rw-r--r-- | linux-user/mips/syscall-args-o32.c.inc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/linux-user/mips/syscall-args-o32.c.inc b/linux-user/mips/syscall-args-o32.c.inc index a6a2c5c..780c0a8 100644 --- a/linux-user/mips/syscall-args-o32.c.inc +++ b/linux-user/mips/syscall-args-o32.c.inc @@ -441,3 +441,23 @@ [ 440] = 5, /* process_madvise */ [ 441] = 6, /* epoll_pwait2 */ [ 442] = 5, /* mount_setattr */ + [ 443] = 4, /* quotactl_fd */ + [ 444] = 3, /* landlock_create_ruleset */ + [ 445] = 4, /* landlock_add_rule */ + [ 446] = 2, /* landlock_restrict_self */ + [ 447] = 1, /* memfd_secret */ + [ 448] = 2, /* process_mrelease */ + [ 449] = 5, /* futex_waitv */ + [ 450] = 4, /* set_mempolicy_home_node */ + [ 451] = 4, /* cachestat */ + [ 452] = 4, /* fchmodat2 */ + [ 453] = 3, /* map_shadow_stack */ + [ 454] = 4, /* futex_wake */ + [ 455] = 6, /* futex_wait */ + [ 456] = 4, /* futex_requeue */ + [ 457] = 4, /* statmount */ + [ 458] = 4, /* listmount */ + [ 459] = 4, /* lsm_get_self_attr */ + [ 460] = 4, /* lsm_set_self_attr */ + [ 461] = 3, /* lsm_list_modules */ + [ 462] = 3, /* mseal */ |