| ... | @@ -243,7 +243,10 @@ pub const SYS_rt_tgsigqueueinfo = 240; | ... | @@ -243,7 +243,10 @@ pub const SYS_rt_tgsigqueueinfo = 240; |
| 243 | pub const SYS_perf_event_open = 241; | 243 | pub const SYS_perf_event_open = 241; |
| 244 | pub const SYS_accept4 = 242; | 244 | pub const SYS_accept4 = 242; |
| 245 | pub const SYS_recvmmsg = 243; | 245 | pub const SYS_recvmmsg = 243; |
| | 246 | |
| 246 | pub const SYS_arch_specific_syscall = 244; | 247 | pub const SYS_arch_specific_syscall = 244; |
| | 248 | pub const SYS_riscv_flush_icache = SYS_arch_specific_syscall + 15; |
| | 249 | |
| 247 | pub const SYS_wait4 = 260; | 250 | pub const SYS_wait4 = 260; |
| 248 | pub const SYS_prlimit64 = 261; | 251 | pub const SYS_prlimit64 = 261; |
| 249 | pub const SYS_fanotify_init = 262; | 252 | pub const SYS_fanotify_init = 262; |
| ... | @@ -275,5 +278,17 @@ pub const SYS_pwritev2 = 287; | ... | @@ -275,5 +278,17 @@ pub const SYS_pwritev2 = 287; |
| 275 | pub const SYS_pkey_mprotect = 288; | 278 | pub const SYS_pkey_mprotect = 288; |
| 276 | pub const SYS_pkey_alloc = 289; | 279 | pub const SYS_pkey_alloc = 289; |
| 277 | pub const SYS_pkey_free = 290; | 280 | pub const SYS_pkey_free = 290; |
| 278 | pub const SYS_sysriscv = 244; | 281 | pub const SYS_statx = 291; |
| 279 | pub const SYS_riscv_flush_icache = SYS_sysriscv + 15; | 282 | pub const SYS_io_pgetevents = 292; |
| | 283 | pub const SYS_rseq = 293; |
| | 284 | pub const SYS_kexec_file_load = 294; |
| | 285 | pub const SYS_pidfd_send_signal = 424; |
| | 286 | pub const SYS_io_uring_setup = 425; |
| | 287 | pub const SYS_io_uring_enter = 426; |
| | 288 | pub const SYS_io_uring_register = 427; |
| | 289 | pub const SYS_open_tree = 428; |
| | 290 | pub const SYS_move_mount = 429; |
| | 291 | pub const SYS_fsopen = 430; |
| | 292 | pub const SYS_fsconfig = 431; |
| | 293 | pub const SYS_fsmount = 432; |
| | 294 | pub const SYS_fspick = 433; |