Home | History | Annotate | Download | only in asm
      1 /****************************************************************************
      2  ****************************************************************************
      3  ***
      4  ***   This header was automatically generated from a Linux kernel header
      5  ***   of the same name, to make information necessary for userspace to
      6  ***   call into the kernel available to libc.  It contains only constants,
      7  ***   structures, and macros generated from the original header, and thus,
      8  ***   contains no copyrightable information.
      9  ***
     10  ***   To edit the content of this header, modify the corresponding
     11  ***   source file (e.g. under external/kernel-headers/original/) then
     12  ***   run bionic/libc/kernel/tools/update_all.py
     13  ***
     14  ***   Any manual change here will be lost the next time this script will
     15  ***   be run. You've been warned!
     16  ***
     17  ****************************************************************************
     18  ****************************************************************************/
     19 #ifndef _ASM_X86_UNISTD_X32_H
     20 #define _ASM_X86_UNISTD_X32_H 1
     21 #define __NR_read (__X32_SYSCALL_BIT + 0)
     22 #define __NR_write (__X32_SYSCALL_BIT + 1)
     23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     24 #define __NR_open (__X32_SYSCALL_BIT + 2)
     25 #define __NR_close (__X32_SYSCALL_BIT + 3)
     26 #define __NR_stat (__X32_SYSCALL_BIT + 4)
     27 #define __NR_fstat (__X32_SYSCALL_BIT + 5)
     28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     29 #define __NR_lstat (__X32_SYSCALL_BIT + 6)
     30 #define __NR_poll (__X32_SYSCALL_BIT + 7)
     31 #define __NR_lseek (__X32_SYSCALL_BIT + 8)
     32 #define __NR_mmap (__X32_SYSCALL_BIT + 9)
     33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     34 #define __NR_mprotect (__X32_SYSCALL_BIT + 10)
     35 #define __NR_munmap (__X32_SYSCALL_BIT + 11)
     36 #define __NR_brk (__X32_SYSCALL_BIT + 12)
     37 #define __NR_rt_sigprocmask (__X32_SYSCALL_BIT + 14)
     38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     39 #define __NR_pread64 (__X32_SYSCALL_BIT + 17)
     40 #define __NR_pwrite64 (__X32_SYSCALL_BIT + 18)
     41 #define __NR_access (__X32_SYSCALL_BIT + 21)
     42 #define __NR_pipe (__X32_SYSCALL_BIT + 22)
     43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     44 #define __NR_select (__X32_SYSCALL_BIT + 23)
     45 #define __NR_sched_yield (__X32_SYSCALL_BIT + 24)
     46 #define __NR_mremap (__X32_SYSCALL_BIT + 25)
     47 #define __NR_msync (__X32_SYSCALL_BIT + 26)
     48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     49 #define __NR_mincore (__X32_SYSCALL_BIT + 27)
     50 #define __NR_madvise (__X32_SYSCALL_BIT + 28)
     51 #define __NR_shmget (__X32_SYSCALL_BIT + 29)
     52 #define __NR_shmat (__X32_SYSCALL_BIT + 30)
     53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     54 #define __NR_shmctl (__X32_SYSCALL_BIT + 31)
     55 #define __NR_dup (__X32_SYSCALL_BIT + 32)
     56 #define __NR_dup2 (__X32_SYSCALL_BIT + 33)
     57 #define __NR_pause (__X32_SYSCALL_BIT + 34)
     58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     59 #define __NR_nanosleep (__X32_SYSCALL_BIT + 35)
     60 #define __NR_getitimer (__X32_SYSCALL_BIT + 36)
     61 #define __NR_alarm (__X32_SYSCALL_BIT + 37)
     62 #define __NR_setitimer (__X32_SYSCALL_BIT + 38)
     63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     64 #define __NR_getpid (__X32_SYSCALL_BIT + 39)
     65 #define __NR_sendfile (__X32_SYSCALL_BIT + 40)
     66 #define __NR_socket (__X32_SYSCALL_BIT + 41)
     67 #define __NR_connect (__X32_SYSCALL_BIT + 42)
     68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     69 #define __NR_accept (__X32_SYSCALL_BIT + 43)
     70 #define __NR_sendto (__X32_SYSCALL_BIT + 44)
     71 #define __NR_shutdown (__X32_SYSCALL_BIT + 48)
     72 #define __NR_bind (__X32_SYSCALL_BIT + 49)
     73 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     74 #define __NR_listen (__X32_SYSCALL_BIT + 50)
     75 #define __NR_getsockname (__X32_SYSCALL_BIT + 51)
     76 #define __NR_getpeername (__X32_SYSCALL_BIT + 52)
     77 #define __NR_socketpair (__X32_SYSCALL_BIT + 53)
     78 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     79 #define __NR_clone (__X32_SYSCALL_BIT + 56)
     80 #define __NR_fork (__X32_SYSCALL_BIT + 57)
     81 #define __NR_vfork (__X32_SYSCALL_BIT + 58)
     82 #define __NR_exit (__X32_SYSCALL_BIT + 60)
     83 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     84 #define __NR_wait4 (__X32_SYSCALL_BIT + 61)
     85 #define __NR_kill (__X32_SYSCALL_BIT + 62)
     86 #define __NR_uname (__X32_SYSCALL_BIT + 63)
     87 #define __NR_semget (__X32_SYSCALL_BIT + 64)
     88 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     89 #define __NR_semop (__X32_SYSCALL_BIT + 65)
     90 #define __NR_semctl (__X32_SYSCALL_BIT + 66)
     91 #define __NR_shmdt (__X32_SYSCALL_BIT + 67)
     92 #define __NR_msgget (__X32_SYSCALL_BIT + 68)
     93 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     94 #define __NR_msgsnd (__X32_SYSCALL_BIT + 69)
     95 #define __NR_msgrcv (__X32_SYSCALL_BIT + 70)
     96 #define __NR_msgctl (__X32_SYSCALL_BIT + 71)
     97 #define __NR_fcntl (__X32_SYSCALL_BIT + 72)
     98 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     99 #define __NR_flock (__X32_SYSCALL_BIT + 73)
    100 #define __NR_fsync (__X32_SYSCALL_BIT + 74)
    101 #define __NR_fdatasync (__X32_SYSCALL_BIT + 75)
    102 #define __NR_truncate (__X32_SYSCALL_BIT + 76)
    103 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    104 #define __NR_ftruncate (__X32_SYSCALL_BIT + 77)
    105 #define __NR_getdents (__X32_SYSCALL_BIT + 78)
    106 #define __NR_getcwd (__X32_SYSCALL_BIT + 79)
    107 #define __NR_chdir (__X32_SYSCALL_BIT + 80)
    108 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    109 #define __NR_fchdir (__X32_SYSCALL_BIT + 81)
    110 #define __NR_rename (__X32_SYSCALL_BIT + 82)
    111 #define __NR_mkdir (__X32_SYSCALL_BIT + 83)
    112 #define __NR_rmdir (__X32_SYSCALL_BIT + 84)
    113 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    114 #define __NR_creat (__X32_SYSCALL_BIT + 85)
    115 #define __NR_link (__X32_SYSCALL_BIT + 86)
    116 #define __NR_unlink (__X32_SYSCALL_BIT + 87)
    117 #define __NR_symlink (__X32_SYSCALL_BIT + 88)
    118 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    119 #define __NR_readlink (__X32_SYSCALL_BIT + 89)
    120 #define __NR_chmod (__X32_SYSCALL_BIT + 90)
    121 #define __NR_fchmod (__X32_SYSCALL_BIT + 91)
    122 #define __NR_chown (__X32_SYSCALL_BIT + 92)
    123 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    124 #define __NR_fchown (__X32_SYSCALL_BIT + 93)
    125 #define __NR_lchown (__X32_SYSCALL_BIT + 94)
    126 #define __NR_umask (__X32_SYSCALL_BIT + 95)
    127 #define __NR_gettimeofday (__X32_SYSCALL_BIT + 96)
    128 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    129 #define __NR_getrlimit (__X32_SYSCALL_BIT + 97)
    130 #define __NR_getrusage (__X32_SYSCALL_BIT + 98)
    131 #define __NR_sysinfo (__X32_SYSCALL_BIT + 99)
    132 #define __NR_times (__X32_SYSCALL_BIT + 100)
    133 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    134 #define __NR_getuid (__X32_SYSCALL_BIT + 102)
    135 #define __NR_syslog (__X32_SYSCALL_BIT + 103)
    136 #define __NR_getgid (__X32_SYSCALL_BIT + 104)
    137 #define __NR_setuid (__X32_SYSCALL_BIT + 105)
    138 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    139 #define __NR_setgid (__X32_SYSCALL_BIT + 106)
    140 #define __NR_geteuid (__X32_SYSCALL_BIT + 107)
    141 #define __NR_getegid (__X32_SYSCALL_BIT + 108)
    142 #define __NR_setpgid (__X32_SYSCALL_BIT + 109)
    143 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    144 #define __NR_getppid (__X32_SYSCALL_BIT + 110)
    145 #define __NR_getpgrp (__X32_SYSCALL_BIT + 111)
    146 #define __NR_setsid (__X32_SYSCALL_BIT + 112)
    147 #define __NR_setreuid (__X32_SYSCALL_BIT + 113)
    148 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    149 #define __NR_setregid (__X32_SYSCALL_BIT + 114)
    150 #define __NR_getgroups (__X32_SYSCALL_BIT + 115)
    151 #define __NR_setgroups (__X32_SYSCALL_BIT + 116)
    152 #define __NR_setresuid (__X32_SYSCALL_BIT + 117)
    153 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    154 #define __NR_getresuid (__X32_SYSCALL_BIT + 118)
    155 #define __NR_setresgid (__X32_SYSCALL_BIT + 119)
    156 #define __NR_getresgid (__X32_SYSCALL_BIT + 120)
    157 #define __NR_getpgid (__X32_SYSCALL_BIT + 121)
    158 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    159 #define __NR_setfsuid (__X32_SYSCALL_BIT + 122)
    160 #define __NR_setfsgid (__X32_SYSCALL_BIT + 123)
    161 #define __NR_getsid (__X32_SYSCALL_BIT + 124)
    162 #define __NR_capget (__X32_SYSCALL_BIT + 125)
    163 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    164 #define __NR_capset (__X32_SYSCALL_BIT + 126)
    165 #define __NR_rt_sigsuspend (__X32_SYSCALL_BIT + 130)
    166 #define __NR_utime (__X32_SYSCALL_BIT + 132)
    167 #define __NR_mknod (__X32_SYSCALL_BIT + 133)
    168 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    169 #define __NR_personality (__X32_SYSCALL_BIT + 135)
    170 #define __NR_ustat (__X32_SYSCALL_BIT + 136)
    171 #define __NR_statfs (__X32_SYSCALL_BIT + 137)
    172 #define __NR_fstatfs (__X32_SYSCALL_BIT + 138)
    173 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    174 #define __NR_sysfs (__X32_SYSCALL_BIT + 139)
    175 #define __NR_getpriority (__X32_SYSCALL_BIT + 140)
    176 #define __NR_setpriority (__X32_SYSCALL_BIT + 141)
    177 #define __NR_sched_setparam (__X32_SYSCALL_BIT + 142)
    178 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    179 #define __NR_sched_getparam (__X32_SYSCALL_BIT + 143)
    180 #define __NR_sched_setscheduler (__X32_SYSCALL_BIT + 144)
    181 #define __NR_sched_getscheduler (__X32_SYSCALL_BIT + 145)
    182 #define __NR_sched_get_priority_max (__X32_SYSCALL_BIT + 146)
    183 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    184 #define __NR_sched_get_priority_min (__X32_SYSCALL_BIT + 147)
    185 #define __NR_sched_rr_get_interval (__X32_SYSCALL_BIT + 148)
    186 #define __NR_mlock (__X32_SYSCALL_BIT + 149)
    187 #define __NR_munlock (__X32_SYSCALL_BIT + 150)
    188 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    189 #define __NR_mlockall (__X32_SYSCALL_BIT + 151)
    190 #define __NR_munlockall (__X32_SYSCALL_BIT + 152)
    191 #define __NR_vhangup (__X32_SYSCALL_BIT + 153)
    192 #define __NR_modify_ldt (__X32_SYSCALL_BIT + 154)
    193 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    194 #define __NR_pivot_root (__X32_SYSCALL_BIT + 155)
    195 #define __NR_prctl (__X32_SYSCALL_BIT + 157)
    196 #define __NR_arch_prctl (__X32_SYSCALL_BIT + 158)
    197 #define __NR_adjtimex (__X32_SYSCALL_BIT + 159)
    198 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    199 #define __NR_setrlimit (__X32_SYSCALL_BIT + 160)
    200 #define __NR_chroot (__X32_SYSCALL_BIT + 161)
    201 #define __NR_sync (__X32_SYSCALL_BIT + 162)
    202 #define __NR_acct (__X32_SYSCALL_BIT + 163)
    203 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    204 #define __NR_settimeofday (__X32_SYSCALL_BIT + 164)
    205 #define __NR_mount (__X32_SYSCALL_BIT + 165)
    206 #define __NR_umount2 (__X32_SYSCALL_BIT + 166)
    207 #define __NR_swapon (__X32_SYSCALL_BIT + 167)
    208 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    209 #define __NR_swapoff (__X32_SYSCALL_BIT + 168)
    210 #define __NR_reboot (__X32_SYSCALL_BIT + 169)
    211 #define __NR_sethostname (__X32_SYSCALL_BIT + 170)
    212 #define __NR_setdomainname (__X32_SYSCALL_BIT + 171)
    213 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    214 #define __NR_iopl (__X32_SYSCALL_BIT + 172)
    215 #define __NR_ioperm (__X32_SYSCALL_BIT + 173)
    216 #define __NR_init_module (__X32_SYSCALL_BIT + 175)
    217 #define __NR_delete_module (__X32_SYSCALL_BIT + 176)
    218 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    219 #define __NR_quotactl (__X32_SYSCALL_BIT + 179)
    220 #define __NR_getpmsg (__X32_SYSCALL_BIT + 181)
    221 #define __NR_putpmsg (__X32_SYSCALL_BIT + 182)
    222 #define __NR_afs_syscall (__X32_SYSCALL_BIT + 183)
    223 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    224 #define __NR_tuxcall (__X32_SYSCALL_BIT + 184)
    225 #define __NR_security (__X32_SYSCALL_BIT + 185)
    226 #define __NR_gettid (__X32_SYSCALL_BIT + 186)
    227 #define __NR_readahead (__X32_SYSCALL_BIT + 187)
    228 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    229 #define __NR_setxattr (__X32_SYSCALL_BIT + 188)
    230 #define __NR_lsetxattr (__X32_SYSCALL_BIT + 189)
    231 #define __NR_fsetxattr (__X32_SYSCALL_BIT + 190)
    232 #define __NR_getxattr (__X32_SYSCALL_BIT + 191)
    233 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    234 #define __NR_lgetxattr (__X32_SYSCALL_BIT + 192)
    235 #define __NR_fgetxattr (__X32_SYSCALL_BIT + 193)
    236 #define __NR_listxattr (__X32_SYSCALL_BIT + 194)
    237 #define __NR_llistxattr (__X32_SYSCALL_BIT + 195)
    238 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    239 #define __NR_flistxattr (__X32_SYSCALL_BIT + 196)
    240 #define __NR_removexattr (__X32_SYSCALL_BIT + 197)
    241 #define __NR_lremovexattr (__X32_SYSCALL_BIT + 198)
    242 #define __NR_fremovexattr (__X32_SYSCALL_BIT + 199)
    243 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    244 #define __NR_tkill (__X32_SYSCALL_BIT + 200)
    245 #define __NR_time (__X32_SYSCALL_BIT + 201)
    246 #define __NR_futex (__X32_SYSCALL_BIT + 202)
    247 #define __NR_sched_setaffinity (__X32_SYSCALL_BIT + 203)
    248 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    249 #define __NR_sched_getaffinity (__X32_SYSCALL_BIT + 204)
    250 #define __NR_io_setup (__X32_SYSCALL_BIT + 206)
    251 #define __NR_io_destroy (__X32_SYSCALL_BIT + 207)
    252 #define __NR_io_getevents (__X32_SYSCALL_BIT + 208)
    253 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    254 #define __NR_io_submit (__X32_SYSCALL_BIT + 209)
    255 #define __NR_io_cancel (__X32_SYSCALL_BIT + 210)
    256 #define __NR_lookup_dcookie (__X32_SYSCALL_BIT + 212)
    257 #define __NR_epoll_create (__X32_SYSCALL_BIT + 213)
    258 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    259 #define __NR_remap_file_pages (__X32_SYSCALL_BIT + 216)
    260 #define __NR_getdents64 (__X32_SYSCALL_BIT + 217)
    261 #define __NR_set_tid_address (__X32_SYSCALL_BIT + 218)
    262 #define __NR_restart_syscall (__X32_SYSCALL_BIT + 219)
    263 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    264 #define __NR_semtimedop (__X32_SYSCALL_BIT + 220)
    265 #define __NR_fadvise64 (__X32_SYSCALL_BIT + 221)
    266 #define __NR_timer_settime (__X32_SYSCALL_BIT + 223)
    267 #define __NR_timer_gettime (__X32_SYSCALL_BIT + 224)
    268 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    269 #define __NR_timer_getoverrun (__X32_SYSCALL_BIT + 225)
    270 #define __NR_timer_delete (__X32_SYSCALL_BIT + 226)
    271 #define __NR_clock_settime (__X32_SYSCALL_BIT + 227)
    272 #define __NR_clock_gettime (__X32_SYSCALL_BIT + 228)
    273 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    274 #define __NR_clock_getres (__X32_SYSCALL_BIT + 229)
    275 #define __NR_clock_nanosleep (__X32_SYSCALL_BIT + 230)
    276 #define __NR_exit_group (__X32_SYSCALL_BIT + 231)
    277 #define __NR_epoll_wait (__X32_SYSCALL_BIT + 232)
    278 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    279 #define __NR_epoll_ctl (__X32_SYSCALL_BIT + 233)
    280 #define __NR_tgkill (__X32_SYSCALL_BIT + 234)
    281 #define __NR_utimes (__X32_SYSCALL_BIT + 235)
    282 #define __NR_mbind (__X32_SYSCALL_BIT + 237)
    283 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    284 #define __NR_set_mempolicy (__X32_SYSCALL_BIT + 238)
    285 #define __NR_get_mempolicy (__X32_SYSCALL_BIT + 239)
    286 #define __NR_mq_open (__X32_SYSCALL_BIT + 240)
    287 #define __NR_mq_unlink (__X32_SYSCALL_BIT + 241)
    288 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    289 #define __NR_mq_timedsend (__X32_SYSCALL_BIT + 242)
    290 #define __NR_mq_timedreceive (__X32_SYSCALL_BIT + 243)
    291 #define __NR_mq_getsetattr (__X32_SYSCALL_BIT + 245)
    292 #define __NR_add_key (__X32_SYSCALL_BIT + 248)
    293 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    294 #define __NR_request_key (__X32_SYSCALL_BIT + 249)
    295 #define __NR_keyctl (__X32_SYSCALL_BIT + 250)
    296 #define __NR_ioprio_set (__X32_SYSCALL_BIT + 251)
    297 #define __NR_ioprio_get (__X32_SYSCALL_BIT + 252)
    298 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    299 #define __NR_inotify_init (__X32_SYSCALL_BIT + 253)
    300 #define __NR_inotify_add_watch (__X32_SYSCALL_BIT + 254)
    301 #define __NR_inotify_rm_watch (__X32_SYSCALL_BIT + 255)
    302 #define __NR_migrate_pages (__X32_SYSCALL_BIT + 256)
    303 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    304 #define __NR_openat (__X32_SYSCALL_BIT + 257)
    305 #define __NR_mkdirat (__X32_SYSCALL_BIT + 258)
    306 #define __NR_mknodat (__X32_SYSCALL_BIT + 259)
    307 #define __NR_fchownat (__X32_SYSCALL_BIT + 260)
    308 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    309 #define __NR_futimesat (__X32_SYSCALL_BIT + 261)
    310 #define __NR_newfstatat (__X32_SYSCALL_BIT + 262)
    311 #define __NR_unlinkat (__X32_SYSCALL_BIT + 263)
    312 #define __NR_renameat (__X32_SYSCALL_BIT + 264)
    313 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    314 #define __NR_linkat (__X32_SYSCALL_BIT + 265)
    315 #define __NR_symlinkat (__X32_SYSCALL_BIT + 266)
    316 #define __NR_readlinkat (__X32_SYSCALL_BIT + 267)
    317 #define __NR_fchmodat (__X32_SYSCALL_BIT + 268)
    318 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    319 #define __NR_faccessat (__X32_SYSCALL_BIT + 269)
    320 #define __NR_pselect6 (__X32_SYSCALL_BIT + 270)
    321 #define __NR_ppoll (__X32_SYSCALL_BIT + 271)
    322 #define __NR_unshare (__X32_SYSCALL_BIT + 272)
    323 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    324 #define __NR_splice (__X32_SYSCALL_BIT + 275)
    325 #define __NR_tee (__X32_SYSCALL_BIT + 276)
    326 #define __NR_sync_file_range (__X32_SYSCALL_BIT + 277)
    327 #define __NR_utimensat (__X32_SYSCALL_BIT + 280)
    328 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    329 #define __NR_epoll_pwait (__X32_SYSCALL_BIT + 281)
    330 #define __NR_signalfd (__X32_SYSCALL_BIT + 282)
    331 #define __NR_timerfd_create (__X32_SYSCALL_BIT + 283)
    332 #define __NR_eventfd (__X32_SYSCALL_BIT + 284)
    333 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    334 #define __NR_fallocate (__X32_SYSCALL_BIT + 285)
    335 #define __NR_timerfd_settime (__X32_SYSCALL_BIT + 286)
    336 #define __NR_timerfd_gettime (__X32_SYSCALL_BIT + 287)
    337 #define __NR_accept4 (__X32_SYSCALL_BIT + 288)
    338 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    339 #define __NR_signalfd4 (__X32_SYSCALL_BIT + 289)
    340 #define __NR_eventfd2 (__X32_SYSCALL_BIT + 290)
    341 #define __NR_epoll_create1 (__X32_SYSCALL_BIT + 291)
    342 #define __NR_dup3 (__X32_SYSCALL_BIT + 292)
    343 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    344 #define __NR_pipe2 (__X32_SYSCALL_BIT + 293)
    345 #define __NR_inotify_init1 (__X32_SYSCALL_BIT + 294)
    346 #define __NR_perf_event_open (__X32_SYSCALL_BIT + 298)
    347 #define __NR_fanotify_init (__X32_SYSCALL_BIT + 300)
    348 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    349 #define __NR_fanotify_mark (__X32_SYSCALL_BIT + 301)
    350 #define __NR_prlimit64 (__X32_SYSCALL_BIT + 302)
    351 #define __NR_name_to_handle_at (__X32_SYSCALL_BIT + 303)
    352 #define __NR_open_by_handle_at (__X32_SYSCALL_BIT + 304)
    353 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    354 #define __NR_clock_adjtime (__X32_SYSCALL_BIT + 305)
    355 #define __NR_syncfs (__X32_SYSCALL_BIT + 306)
    356 #define __NR_setns (__X32_SYSCALL_BIT + 308)
    357 #define __NR_getcpu (__X32_SYSCALL_BIT + 309)
    358 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    359 #define __NR_kcmp (__X32_SYSCALL_BIT + 312)
    360 #define __NR_finit_module (__X32_SYSCALL_BIT + 313)
    361 #define __NR_sched_setattr (__X32_SYSCALL_BIT + 314)
    362 #define __NR_sched_getattr (__X32_SYSCALL_BIT + 315)
    363 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    364 #define __NR_rt_sigaction (__X32_SYSCALL_BIT + 512)
    365 #define __NR_rt_sigreturn (__X32_SYSCALL_BIT + 513)
    366 #define __NR_ioctl (__X32_SYSCALL_BIT + 514)
    367 #define __NR_readv (__X32_SYSCALL_BIT + 515)
    368 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    369 #define __NR_writev (__X32_SYSCALL_BIT + 516)
    370 #define __NR_recvfrom (__X32_SYSCALL_BIT + 517)
    371 #define __NR_sendmsg (__X32_SYSCALL_BIT + 518)
    372 #define __NR_recvmsg (__X32_SYSCALL_BIT + 519)
    373 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    374 #define __NR_execve (__X32_SYSCALL_BIT + 520)
    375 #define __NR_ptrace (__X32_SYSCALL_BIT + 521)
    376 #define __NR_rt_sigpending (__X32_SYSCALL_BIT + 522)
    377 #define __NR_rt_sigtimedwait (__X32_SYSCALL_BIT + 523)
    378 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    379 #define __NR_rt_sigqueueinfo (__X32_SYSCALL_BIT + 524)
    380 #define __NR_sigaltstack (__X32_SYSCALL_BIT + 525)
    381 #define __NR_timer_create (__X32_SYSCALL_BIT + 526)
    382 #define __NR_mq_notify (__X32_SYSCALL_BIT + 527)
    383 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    384 #define __NR_kexec_load (__X32_SYSCALL_BIT + 528)
    385 #define __NR_waitid (__X32_SYSCALL_BIT + 529)
    386 #define __NR_set_robust_list (__X32_SYSCALL_BIT + 530)
    387 #define __NR_get_robust_list (__X32_SYSCALL_BIT + 531)
    388 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    389 #define __NR_vmsplice (__X32_SYSCALL_BIT + 532)
    390 #define __NR_move_pages (__X32_SYSCALL_BIT + 533)
    391 #define __NR_preadv (__X32_SYSCALL_BIT + 534)
    392 #define __NR_pwritev (__X32_SYSCALL_BIT + 535)
    393 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    394 #define __NR_rt_tgsigqueueinfo (__X32_SYSCALL_BIT + 536)
    395 #define __NR_recvmmsg (__X32_SYSCALL_BIT + 537)
    396 #define __NR_sendmmsg (__X32_SYSCALL_BIT + 538)
    397 #define __NR_process_vm_readv (__X32_SYSCALL_BIT + 539)
    398 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    399 #define __NR_process_vm_writev (__X32_SYSCALL_BIT + 540)
    400 #define __NR_setsockopt (__X32_SYSCALL_BIT + 541)
    401 #define __NR_getsockopt (__X32_SYSCALL_BIT + 542)
    402 #endif
    403 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    404