Lines Matching refs:thread

23 struct thread;
1440 int linux_write(struct thread *, struct linux_write_args *);
1441 int linux_open(struct thread *, struct linux_open_args *);
1442 int linux_newstat(struct thread *, struct linux_newstat_args *);
1443 int linux_newfstat(struct thread *, struct linux_newfstat_args *);
1444 int linux_newlstat(struct thread *, struct linux_newlstat_args *);
1445 int linux_poll(struct thread *, struct linux_poll_args *);
1446 int linux_lseek(struct thread *, struct linux_lseek_args *);
1447 int linux_mmap2(struct thread *, struct linux_mmap2_args *);
1448 int linux_mprotect(struct thread *, struct linux_mprotect_args *);
1449 int linux_brk(struct thread *, struct linux_brk_args *);
1450 int linux_rt_sigaction(struct thread *, struct linux_rt_sigaction_args *);
1451 int linux_rt_sigprocmask(struct thread *, struct linux_rt_sigprocmask_args *);
1452 int linux_rt_sigreturn(struct thread *, struct linux_rt_sigreturn_args *);
1453 int linux_ioctl(struct thread *, struct linux_ioctl_args *);
1454 int linux_pread(struct thread *, struct linux_pread_args *);
1455 int linux_pwrite(struct thread *, struct linux_pwrite_args *);
1456 int linux_writev(struct thread *, struct linux_writev_args *);
1457 int linux_access(struct thread *, struct linux_access_args *);
1458 int linux_pipe(struct thread *, struct linux_pipe_args *);
1459 int linux_select(struct thread *, struct linux_select_args *);
1460 int linux_mremap(struct thread *, struct linux_mremap_args *);
1461 int linux_msync(struct thread *, struct linux_msync_args *);
1462 int linux_mincore(struct thread *, struct linux_mincore_args *);
1463 int linux_madvise(struct thread *, struct linux_madvise_args *);
1464 int linux_shmget(struct thread *, struct linux_shmget_args *);
1465 int linux_shmat(struct thread *, struct linux_shmat_args *);
1466 int linux_shmctl(struct thread *, struct linux_shmctl_args *);
1467 int linux_pause(struct thread *, struct linux_pause_args *);
1468 int linux_nanosleep(struct thread *, struct linux_nanosleep_args *);
1469 int linux_getitimer(struct thread *, struct linux_getitimer_args *);
1470 int linux_alarm(struct thread *, struct linux_alarm_args *);
1471 int linux_setitimer(struct thread *, struct linux_setitimer_args *);
1472 int linux_getpid(struct thread *, struct linux_getpid_args *);
1473 int linux_sendfile(struct thread *, struct linux_sendfile_args *);
1474 int linux_socket(struct thread *, struct linux_socket_args *);
1475 int linux_connect(struct thread *, struct linux_connect_args *);
1476 int linux_accept(struct thread *, struct linux_accept_args *);
1477 int linux_sendto(struct thread *, struct linux_sendto_args *);
1478 int linux_recvfrom(struct thread *, struct linux_recvfrom_args *);
1479 int linux_sendmsg(struct thread *, struct linux_sendmsg_args *);
1480 int linux_recvmsg(struct thread *, struct linux_recvmsg_args *);
1481 int linux_shutdown(struct thread *, struct linux_shutdown_args *);
1482 int linux_bind(struct thread *, struct linux_bind_args *);
1483 int linux_listen(struct thread *, struct linux_listen_args *);
1484 int linux_getsockname(struct thread *, struct linux_getsockname_args *);
1485 int linux_getpeername(struct thread *, struct linux_getpeername_args *);
1486 int linux_socketpair(struct thread *, struct linux_socketpair_args *);
1487 int linux_setsockopt(struct thread *, struct linux_setsockopt_args *);
1488 int linux_getsockopt(struct thread *, struct linux_getsockopt_args *);
1489 int linux_clone(struct thread *, struct linux_clone_args *);
1490 int linux_fork(struct thread *, struct linux_fork_args *);
1491 int linux_vfork(struct thread *, struct linux_vfork_args *);
1492 int linux_execve(struct thread *, struct linux_execve_args *);
1493 int linux_exit(struct thread *, struct linux_exit_args *);
1494 int linux_wait4(struct thread *, struct linux_wait4_args *);
1495 int linux_kill(struct thread *, struct linux_kill_args *);
1496 int linux_newuname(struct thread *, struct linux_newuname_args *);
1497 int linux_semget(struct thread *, struct linux_semget_args *);
1498 int linux_semctl(struct thread *, struct linux_semctl_args *);
1499 int linux_shmdt(struct thread *, struct linux_shmdt_args *);
1500 int linux_msgget(struct thread *, struct linux_msgget_args *);
1501 int linux_msgsnd(struct thread *, struct linux_msgsnd_args *);
1502 int linux_msgrcv(struct thread *, struct linux_msgrcv_args *);
1503 int linux_msgctl(struct thread *, struct linux_msgctl_args *);
1504 int linux_fcntl(struct thread *, struct linux_fcntl_args *);
1505 int linux_fdatasync(struct thread *, struct linux_fdatasync_args *);
1506 int linux_truncate(struct thread *, struct linux_truncate_args *);
1507 int linux_ftruncate(struct thread *, struct linux_ftruncate_args *);
1508 int linux_getdents(struct thread *, struct linux_getdents_args *);
1509 int linux_getcwd(struct thread *, struct linux_getcwd_args *);
1510 int linux_chdir(struct thread *, struct linux_chdir_args *);
1511 int linux_rename(struct thread *, struct linux_rename_args *);
1512 int linux_mkdir(struct thread *, struct linux_mkdir_args *);
1513 int linux_rmdir(struct thread *, struct linux_rmdir_args *);
1514 int linux_creat(struct thread *, struct linux_creat_args *);
1515 int linux_link(struct thread *, struct linux_link_args *);
1516 int linux_unlink(struct thread *, struct linux_unlink_args *);
1517 int linux_symlink(struct thread *, struct linux_symlink_args *);
1518 int linux_readlink(struct thread *, struct linux_readlink_args *);
1519 int linux_chmod(struct thread *, struct linux_chmod_args *);
1520 int linux_chown(struct thread *, struct linux_chown_args *);
1521 int linux_lchown(struct thread *, struct linux_lchown_args *);
1522 int linux_getrlimit(struct thread *, struct linux_getrlimit_args *);
1523 int linux_sysinfo(struct thread *, struct linux_sysinfo_args *);
1524 int linux_times(struct thread *, struct linux_times_args *);
1525 int linux_ptrace(struct thread *, struct linux_ptrace_args *);
1526 int linux_getuid(struct thread *, struct linux_getuid_args *);
1527 int linux_syslog(struct thread *, struct linux_syslog_args *);
1528 int linux_getgid(struct thread *, struct linux_getgid_args *);
1529 int linux_getppid(struct thread *, struct linux_getppid_args *);
1530 int linux_getgroups(struct thread *, struct linux_getgroups_args *);
1531 int linux_setgroups(struct thread *, struct linux_setgroups_args *);
1532 int linux_setfsuid(struct thread *, struct linux_setfsuid_args *);
1533 int linux_setfsgid(struct thread *, struct linux_setfsgid_args *);
1534 int linux_getsid(struct thread *, struct linux_getsid_args *);
1535 int linux_capget(struct thread *, struct linux_capget_args *);
1536 int linux_capset(struct thread *, struct linux_capset_args *);
1537 int linux_rt_sigpending(struct thread *, struct linux_rt_sigpending_args *);
1538 int linux_rt_sigtimedwait(struct thread *, struct linux_rt_sigtimedwait_args *);
1539 int linux_rt_sigqueueinfo(struct thread *, struct linux_rt_sigqueueinfo_args *);
1540 int linux_rt_sigsuspend(struct thread *, struct linux_rt_sigsuspend_args *);
1541 int linux_sigaltstack(struct thread *, struct linux_sigaltstack_args *);
1542 int linux_utime(struct thread *, struct linux_utime_args *);
1543 int linux_mknod(struct thread *, struct linux_mknod_args *);
1544 int linux_personality(struct thread *, struct linux_personality_args *);
1545 int linux_ustat(struct thread *, struct linux_ustat_args *);
1546 int linux_statfs(struct thread *, struct linux_statfs_args *);
1547 int linux_fstatfs(struct thread *, struct linux_fstatfs_args *);
1548 int linux_sysfs(struct thread *, struct linux_sysfs_args *);
1549 int linux_getpriority(struct thread *, struct linux_getpriority_args *);
1550 int linux_sched_setparam(struct thread *, struct linux_sched_setparam_args *);
1551 int linux_sched_getparam(struct thread *, struct linux_sched_getparam_args *);
1552 int linux_sched_setscheduler(struct thread *, struct linux_sched_setscheduler_args *);
1553 int linux_sched_getscheduler(struct thread *, struct linux_sched_getscheduler_args *);
1554 int linux_sched_get_priority_max(struct thread *, struct linux_sched_get_priority_max_args *);
1555 int linux_sched_get_priority_min(struct thread *, struct linux_sched_get_priority_min_args *);
1556 int linux_sched_rr_get_interval(struct thread *, struct linux_sched_rr_get_interval_args *);
1557 int linux_vhangup(struct thread *, struct linux_vhangup_args *);
1558 int linux_modify_ldt(struct thread *, struct linux_modify_ldt_args *);
1559 int linux_pivot_root(struct thread *, struct linux_pivot_root_args *);
1560 int linux_sysctl(struct thread *, struct linux_sysctl_args *);
1561 int linux_prctl(struct thread *, struct linux_prctl_args *);
1562 int linux_arch_prctl(struct thread *, struct linux_arch_prctl_args *);
1563 int linux_adjtimex(struct thread *, struct linux_adjtimex_args *);
1564 int linux_setrlimit(struct thread *, struct linux_setrlimit_args *);
1565 int linux_mount(struct thread *, struct linux_mount_args *);
1566 int linux_umount(struct thread *, struct linux_umount_args *);
1567 int linux_swapoff(struct thread *, struct linux_swapoff_args *);
1568 int linux_reboot(struct thread *, struct linux_reboot_args *);
1569 int linux_sethostname(struct thread *, struct linux_sethostname_args *);
1570 int linux_setdomainname(struct thread *, struct linux_setdomainname_args *);
1571 int linux_iopl(struct thread *, struct linux_iopl_args *);
1572 int linux_ioperm(struct thread *, struct linux_ioperm_args *);
1573 int linux_init_module(struct thread *, struct linux_init_module_args *);
1574 int linux_delete_module(struct thread *, struct linux_delete_module_args *);
1575 int linux_quotactl(struct thread *, struct linux_quotactl_args *);
1576 int linux_gettid(struct thread *, struct linux_gettid_args *);
1577 int linux_readahead(struct thread *, struct linux_readahead_args *);
1578 int linux_setxattr(struct thread *, struct linux_setxattr_args *);
1579 int linux_lsetxattr(struct thread *, struct linux_lsetxattr_args *);
1580 int linux_fsetxattr(struct thread *, struct linux_fsetxattr_args *);
1581 int linux_getxattr(struct thread *, struct linux_getxattr_args *);
1582 int linux_lgetxattr(struct thread *, struct linux_lgetxattr_args *);
1583 int linux_fgetxattr(struct thread *, struct linux_fgetxattr_args *);
1584 int linux_listxattr(struct thread *, struct linux_listxattr_args *);
1585 int linux_llistxattr(struct thread *, struct linux_llistxattr_args *);
1586 int linux_flistxattr(struct thread *, struct linux_flistxattr_args *);
1587 int linux_removexattr(struct thread *, struct linux_removexattr_args *);
1588 int linux_lremovexattr(struct thread *, struct linux_lremovexattr_args *);
1589 int linux_fremovexattr(struct thread *, struct linux_fremovexattr_args *);
1590 int linux_tkill(struct thread *, struct linux_tkill_args *);
1591 int linux_time(struct thread *, struct linux_time_args *);
1592 int linux_sys_futex(struct thread *, struct linux_sys_futex_args *);
1593 int linux_sched_setaffinity(struct thread *, struct linux_sched_setaffinity_args *);
1594 int linux_sched_getaffinity(struct thread *, struct linux_sched_getaffinity_args *);
1595 int linux_io_setup(struct thread *, struct linux_io_setup_args *);
1596 int linux_io_destroy(struct thread *, struct linux_io_destroy_args *);
1597 int linux_io_getevents(struct thread *, struct linux_io_getevents_args *);
1598 int linux_io_submit(struct thread *, struct linux_io_submit_args *);
1599 int linux_io_cancel(struct thread *, struct linux_io_cancel_args *);
1600 int linux_lookup_dcookie(struct thread *, struct linux_lookup_dcookie_args *);
1601 int linux_epoll_create(struct thread *, struct linux_epoll_create_args *);
1602 int linux_remap_file_pages(struct thread *, struct linux_remap_file_pages_args *);
1603 int linux_getdents64(struct thread *, struct linux_getdents64_args *);
1604 int linux_set_tid_address(struct thread *, struct linux_set_tid_address_args *);
1605 int linux_restart_syscall(struct thread *, struct linux_restart_syscall_args *);
1606 int linux_semtimedop(struct thread *, struct linux_semtimedop_args *);
1607 int linux_fadvise64(struct thread *, struct linux_fadvise64_args *);
1608 int linux_timer_create(struct thread *, struct linux_timer_create_args *);
1609 int linux_timer_settime(struct thread *, struct linux_timer_settime_args *);
1610 int linux_timer_gettime(struct thread *, struct linux_timer_gettime_args *);
1611 int linux_timer_getoverrun(struct thread *, struct linux_timer_getoverrun_args *);
1612 int linux_timer_delete(struct thread *, struct linux_timer_delete_args *);
1613 int linux_clock_settime(struct thread *, struct linux_clock_settime_args *);
1614 int linux_clock_gettime(struct thread *, struct linux_clock_gettime_args *);
1615 int linux_clock_getres(struct thread *, struct linux_clock_getres_args *);
1616 int linux_clock_nanosleep(struct thread *, struct linux_clock_nanosleep_args *);
1617 int linux_exit_group(struct thread *, struct linux_exit_group_args *);
1618 int linux_epoll_wait(struct thread *, struct linux_epoll_wait_args *);
1619 int linux_epoll_ctl(struct thread *, struct linux_epoll_ctl_args *);
1620 int linux_tgkill(struct thread *, struct linux_tgkill_args *);
1621 int linux_utimes(struct thread *, struct linux_utimes_args *);
1622 int linux_mbind(struct thread *, struct linux_mbind_args *);
1623 int linux_set_mempolicy(struct thread *, struct linux_set_mempolicy_args *);
1624 int linux_get_mempolicy(struct thread *, struct linux_get_mempolicy_args *);
1625 int linux_mq_open(struct thread *, struct linux_mq_open_args *);
1626 int linux_mq_unlink(struct thread *, struct linux_mq_unlink_args *);
1627 int linux_mq_timedsend(struct thread *, struct linux_mq_timedsend_args *);
1628 int linux_mq_timedreceive(struct thread *, struct linux_mq_timedreceive_args *);
1629 int linux_mq_notify(struct thread *, struct linux_mq_notify_args *);
1630 int linux_mq_getsetattr(struct thread *, struct linux_mq_getsetattr_args *);
1631 int linux_kexec_load(struct thread *, struct linux_kexec_load_args *);
1632 int linux_waitid(struct thread *, struct linux_waitid_args *);
1633 int linux_add_key(struct thread *, struct linux_add_key_args *);
1634 int linux_request_key(struct thread *, struct linux_request_key_args *);
1635 int linux_keyctl(struct thread *, struct linux_keyctl_args *);
1636 int linux_ioprio_set(struct thread *, struct linux_ioprio_set_args *);
1637 int linux_ioprio_get(struct thread *, struct linux_ioprio_get_args *);
1638 int linux_inotify_init(struct thread *, struct linux_inotify_init_args *);
1639 int linux_inotify_add_watch(struct thread *, struct linux_inotify_add_watch_args *);
1640 int linux_inotify_rm_watch(struct thread *, struct linux_inotify_rm_watch_args *);
1641 int linux_migrate_pages(struct thread *, struct linux_migrate_pages_args *);
1642 int linux_openat(struct thread *, struct linux_openat_args *);
1643 int linux_mkdirat(struct thread *, struct linux_mkdirat_args *);
1644 int linux_mknodat(struct thread *, struct linux_mknodat_args *);
1645 int linux_fchownat(struct thread *, struct linux_fchownat_args *);
1646 int linux_futimesat(struct thread *, struct linux_futimesat_args *);
1647 int linux_newfstatat(struct thread *, struct linux_newfstatat_args *);
1648 int linux_unlinkat(struct thread *, struct linux_unlinkat_args *);
1649 int linux_renameat(struct thread *, struct linux_renameat_args *);
1650 int linux_linkat(struct thread *, struct linux_linkat_args *);
1651 int linux_symlinkat(struct thread *, struct linux_symlinkat_args *);
1652 int linux_readlinkat(struct thread *, struct linux_readlinkat_args *);
1653 int linux_fchmodat(struct thread *, struct linux_fchmodat_args *);
1654 int linux_faccessat(struct thread *, struct linux_faccessat_args *);
1655 int linux_pselect6(struct thread *, struct linux_pselect6_args *);
1656 int linux_ppoll(struct thread *, struct linux_ppoll_args *);
1657 int linux_unshare(struct thread *, struct linux_unshare_args *);
1658 int linux_set_robust_list(struct thread *, struct linux_set_robust_list_args *);
1659 int linux_get_robust_list(struct thread *, struct linux_get_robust_list_args *);
1660 int linux_splice(struct thread *, struct linux_splice_args *);
1661 int linux_tee(struct thread *, struct linux_tee_args *);
1662 int linux_sync_file_range(struct thread *, struct linux_sync_file_range_args *);
1663 int linux_vmsplice(struct thread *, struct linux_vmsplice_args *);
1664 int linux_move_pages(struct thread *, struct linux_move_pages_args *);
1665 int linux_utimensat(struct thread *, struct linux_utimensat_args *);
1666 int linux_epoll_pwait(struct thread *, struct linux_epoll_pwait_args *);
1667 int linux_signalfd(struct thread *, struct linux_signalfd_args *);
1668 int linux_timerfd_create(struct thread *, struct linux_timerfd_create_args *);
1669 int linux_eventfd(struct thread *, struct linux_eventfd_args *);
1670 int linux_fallocate(struct thread *, struct linux_fallocate_args *);
1671 int linux_timerfd_settime(struct thread *, struct linux_timerfd_settime_args *);
1672 int linux_timerfd_gettime(struct thread *, struct linux_timerfd_gettime_args *);
1673 int linux_accept4(struct thread *, struct linux_accept4_args *);
1674 int linux_signalfd4(struct thread *, struct linux_signalfd4_args *);
1675 int linux_eventfd2(struct thread *, struct linux_eventfd2_args *);
1676 int linux_epoll_create1(struct thread *, struct linux_epoll_create1_args *);
1677 int linux_dup3(struct thread *, struct linux_dup3_args *);
1678 int linux_pipe2(struct thread *, struct linux_pipe2_args *);
1679 int linux_inotify_init1(struct thread *, struct linux_inotify_init1_args *);
1680 int linux_preadv(struct thread *, struct linux_preadv_args *);
1681 int linux_pwritev(struct thread *, struct linux_pwritev_args *);
1682 int linux_rt_tgsigqueueinfo(struct thread *, struct linux_rt_tgsigqueueinfo_args *);
1683 int linux_perf_event_open(struct thread *, struct linux_perf_event_open_args *);
1684 int linux_recvmmsg(struct thread *, struct linux_recvmmsg_args *);
1685 int linux_fanotify_init(struct thread *, struct linux_fanotify_init_args *);
1686 int linux_fanotify_mark(struct thread *, struct linux_fanotify_mark_args *);
1687 int linux_prlimit64(struct thread *, struct linux_prlimit64_args *);
1688 int linux_name_to_handle_at(struct thread *, struct linux_name_to_handle_at_args *);
1689 int linux_open_by_handle_at(struct thread *, struct linux_open_by_handle_at_args *);
1690 int linux_clock_adjtime(struct thread *, struct linux_clock_adjtime_args *);
1691 int linux_syncfs(struct thread *, struct linux_syncfs_args *);
1692 int linux_sendmmsg(struct thread *, struct linux_sendmmsg_args *);
1693 int linux_setns(struct thread *, struct linux_setns_args *);
1694 int linux_getcpu(struct thread *, struct linux_getcpu_args *);
1695 int linux_process_vm_readv(struct thread *, struct linux_process_vm_readv_args *);
1696 int linux_process_vm_writev(struct thread *, struct linux_process_vm_writev_args *);
1697 int linux_kcmp(struct thread *, struct linux_kcmp_args *);
1698 int linux_finit_module(struct thread *, struct linux_finit_module_args *);
1699 int linux_sched_setattr(struct thread *, struct linux_sched_setattr_args *);
1700 int linux_sched_getattr(struct thread *, struct linux_sched_getattr_args *);
1701 int linux_renameat2(struct thread *, struct linux_renameat2_args *);
1702 int linux_seccomp(struct thread *, struct linux_seccomp_args *);
1703 int linux_getrandom(struct thread *, struct linux_getrandom_args *);
1704 int linux_memfd_create(struct thread *, struct linux_memfd_create_args *);
1705 int linux_kexec_file_load(struct thread *, struct linux_kexec_file_load_args *);
1706 int linux_bpf(struct thread *, struct linux_bpf_args *);
1707 int linux_execveat(struct thread *, struct linux_execveat_args *);
1708 int linux_userfaultfd(struct thread *, struct linux_userfaultfd_args *);
1709 int linux_membarrier(struct thread *, struct linux_membarrier_args *);
1710 int linux_mlock2(struct thread *, struct linux_mlock2_args *);
1711 int linux_copy_file_range(struct thread *, struct linux_copy_file_range_args *);
1712 int linux_preadv2(struct thread *, struct linux_preadv2_args *);
1713 int linux_pwritev2(struct thread *, struct linux_pwritev2_args *);
1714 int linux_pkey_mprotect(struct thread *, struct linux_pkey_mprotect_args *);
1715 int linux_pkey_alloc(struct thread *, struct linux_pkey_alloc_args *);
1716 int linux_pkey_free(struct thread *, struct linux_pkey_free_args *);
1717 int linux_statx(struct thread *, struct linux_statx_args *);
1718 int linux_io_pgetevents(struct thread *, struct linux_io_pgetevents_args *);
1719 int linux_rseq(struct thread *, struct linux_rseq_args *);
1720 int linux_pidfd_send_signal(struct thread *, struct linux_pidfd_send_signal_args *);
1721 int linux_io_uring_setup(struct thread *, struct linux_io_uring_setup_args *);
1722 int linux_io_uring_enter(struct thread *, struct linux_io_uring_enter_args *);
1723 int linux_io_uring_register(struct thread *, struct linux_io_uring_register_args *);
1724 int linux_open_tree(struct thread *, struct linux_open_tree_args *);
1725 int linux_move_mount(struct thread *, struct linux_move_mount_args *);
1726 int linux_fsopen(struct thread *, struct linux_fsopen_args *);
1727 int linux_fsconfig(struct thread *, struct linux_fsconfig_args *);
1728 int linux_fsmount(struct thread *, struct linux_fsmount_args *);
1729 int linux_fspick(struct thread *, struct linux_fspick_args *);
1730 int linux_pidfd_open(struct thread *, struct linux_pidfd_open_args *);
1731 int linux_clone3(struct thread *, struct linux_clone3_args *);
1732 int linux_close_range(struct thread *, struct linux_close_range_args *);
1733 int linux_openat2(struct thread *, struct linux_openat2_args *);
1734 int linux_pidfd_getfd(struct thread *, struct linux_pidfd_getfd_args *);
1735 int linux_faccessat2(struct thread *, struct linux_faccessat2_args *);
1736 int linux_process_madvise(struct thread *, struct linux_process_madvise_args *);
1737 int linux_epoll_pwait2(struct thread *, struct linux_epoll_pwait2_args *);
1738 int linux_mount_setattr(struct thread *, struct linux_mount_setattr_args *);
1739 int linux_quotactl_fd(struct thread *, struct linux_quotactl_fd_args *);
1740 int linux_landlock_create_ruleset(struct thread *, struct linux_landlock_create_ruleset_args *);
1741 int linux_landlock_add_rule(struct thread *, struct linux_landlock_add_rule_args *);
1742 int linux_landlock_restrict_self(struct thread *, struct linux_landlock_restrict_self_args *);
1743 int linux_memfd_secret(struct thread *, struct linux_memfd_secret_args *);
1744 int linux_process_mrelease(struct thread *, struct linux_process_mrelease_args *);
1745 int linux_futex_waitv(struct thread *, struct linux_futex_waitv_args *);
1746 int linux_set_mempolicy_home_node(struct thread *, struct linux_set_mempolicy_home_node_args *);
1747 int linux_cachestat(struct thread *, struct linux_cachestat_args *);
1748 int linux_fchmodat2(struct thread *, struct linux_fchmodat2_args *);
1749 int linux_map_shadow_stack(struct thread *, struct linux_map_shadow_stack_args *);