| ... | ... | @@ -243,7 +243,10 @@ pub const SYS_rt_tgsigqueueinfo = 240; |
| 243 | 243 | pub const SYS_perf_event_open = 241; |
| 244 | 244 | pub const SYS_accept4 = 242; |
| 245 | 245 | pub const SYS_recvmmsg = 243; |
| 246 | |
| 246 | 247 | pub const SYS_arch_specific_syscall = 244; |
| 248 | pub const SYS_riscv_flush_icache = SYS_arch_specific_syscall + 15; |
| 249 | |
| 247 | 250 | pub const SYS_wait4 = 260; |
| 248 | 251 | pub const SYS_prlimit64 = 261; |
| 249 | 252 | pub const SYS_fanotify_init = 262; |
| ... | ... | @@ -275,5 +278,17 @@ pub const SYS_pwritev2 = 287; |
| 275 | 278 | pub const SYS_pkey_mprotect = 288; |
| 276 | 279 | pub const SYS_pkey_alloc = 289; |
| 277 | 280 | pub const SYS_pkey_free = 290; |
| 278 | | pub const SYS_sysriscv = 244; |
| 279 | | pub const SYS_riscv_flush_icache = SYS_sysriscv + 15; |
| 281 | pub const SYS_statx = 291; |
| 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; |