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