0001:   #ifndef _ASM_X86_UNISTD_X32_H
0002:   #define _ASM_X86_UNISTD_X32_H 1
0003:   
0004:   #define __NR_read (__X32_SYSCALL_BIT + 0)
0005:   #define __NR_write (__X32_SYSCALL_BIT + 1)
0006:   #define __NR_open (__X32_SYSCALL_BIT + 2)
0007:   #define __NR_close (__X32_SYSCALL_BIT + 3)
0008:   #define __NR_stat (__X32_SYSCALL_BIT + 4)
0009:   #define __NR_fstat (__X32_SYSCALL_BIT + 5)
0010:   #define __NR_lstat (__X32_SYSCALL_BIT + 6)
0011:   #define __NR_poll (__X32_SYSCALL_BIT + 7)
0012:   #define __NR_lseek (__X32_SYSCALL_BIT + 8)
0013:   #define __NR_mmap (__X32_SYSCALL_BIT + 9)
0014:   #define __NR_mprotect (__X32_SYSCALL_BIT + 10)
0015:   #define __NR_munmap (__X32_SYSCALL_BIT + 11)
0016:   #define __NR_brk (__X32_SYSCALL_BIT + 12)
0017:   #define __NR_rt_sigprocmask (__X32_SYSCALL_BIT + 14)
0018:   #define __NR_pread64 (__X32_SYSCALL_BIT + 17)
0019:   #define __NR_pwrite64 (__X32_SYSCALL_BIT + 18)
0020:   #define __NR_access (__X32_SYSCALL_BIT + 21)
0021:   #define __NR_pipe (__X32_SYSCALL_BIT + 22)
0022:   #define __NR_select (__X32_SYSCALL_BIT + 23)
0023:   #define __NR_sched_yield (__X32_SYSCALL_BIT + 24)
0024:   #define __NR_mremap (__X32_SYSCALL_BIT + 25)
0025:   #define __NR_msync (__X32_SYSCALL_BIT + 26)
0026:   #define __NR_mincore (__X32_SYSCALL_BIT + 27)
0027:   #define __NR_madvise (__X32_SYSCALL_BIT + 28)
0028:   #define __NR_shmget (__X32_SYSCALL_BIT + 29)
0029:   #define __NR_shmat (__X32_SYSCALL_BIT + 30)
0030:   #define __NR_shmctl (__X32_SYSCALL_BIT + 31)
0031:   #define __NR_dup (__X32_SYSCALL_BIT + 32)
0032:   #define __NR_dup2 (__X32_SYSCALL_BIT + 33)
0033:   #define __NR_pause (__X32_SYSCALL_BIT + 34)
0034:   #define __NR_nanosleep (__X32_SYSCALL_BIT + 35)
0035:   #define __NR_getitimer (__X32_SYSCALL_BIT + 36)
0036:   #define __NR_alarm (__X32_SYSCALL_BIT + 37)
0037:   #define __NR_setitimer (__X32_SYSCALL_BIT + 38)
0038:   #define __NR_getpid (__X32_SYSCALL_BIT + 39)
0039:   #define __NR_sendfile (__X32_SYSCALL_BIT + 40)
0040:   #define __NR_socket (__X32_SYSCALL_BIT + 41)
0041:   #define __NR_connect (__X32_SYSCALL_BIT + 42)
0042:   #define __NR_accept (__X32_SYSCALL_BIT + 43)
0043:   #define __NR_sendto (__X32_SYSCALL_BIT + 44)
0044:   #define __NR_shutdown (__X32_SYSCALL_BIT + 48)
0045:   #define __NR_bind (__X32_SYSCALL_BIT + 49)
0046:   #define __NR_listen (__X32_SYSCALL_BIT + 50)
0047:   #define __NR_getsockname (__X32_SYSCALL_BIT + 51)
0048:   #define __NR_getpeername (__X32_SYSCALL_BIT + 52)
0049:   #define __NR_socketpair (__X32_SYSCALL_BIT + 53)
0050:   #define __NR_clone (__X32_SYSCALL_BIT + 56)
0051:   #define __NR_fork (__X32_SYSCALL_BIT + 57)
0052:   #define __NR_vfork (__X32_SYSCALL_BIT + 58)
0053:   #define __NR_exit (__X32_SYSCALL_BIT + 60)
0054:   #define __NR_wait4 (__X32_SYSCALL_BIT + 61)
0055:   #define __NR_kill (__X32_SYSCALL_BIT + 62)
0056:   #define __NR_uname (__X32_SYSCALL_BIT + 63)
0057:   #define __NR_semget (__X32_SYSCALL_BIT + 64)
0058:   #define __NR_semop (__X32_SYSCALL_BIT + 65)
0059:   #define __NR_semctl (__X32_SYSCALL_BIT + 66)
0060:   #define __NR_shmdt (__X32_SYSCALL_BIT + 67)
0061:   #define __NR_msgget (__X32_SYSCALL_BIT + 68)
0062:   #define __NR_msgsnd (__X32_SYSCALL_BIT + 69)
0063:   #define __NR_msgrcv (__X32_SYSCALL_BIT + 70)
0064:   #define __NR_msgctl (__X32_SYSCALL_BIT + 71)
0065:   #define __NR_fcntl (__X32_SYSCALL_BIT + 72)
0066:   #define __NR_flock (__X32_SYSCALL_BIT + 73)
0067:   #define __NR_fsync (__X32_SYSCALL_BIT + 74)
0068:   #define __NR_fdatasync (__X32_SYSCALL_BIT + 75)
0069:   #define __NR_truncate (__X32_SYSCALL_BIT + 76)
0070:   #define __NR_ftruncate (__X32_SYSCALL_BIT + 77)
0071:   #define __NR_getdents (__X32_SYSCALL_BIT + 78)
0072:   #define __NR_getcwd (__X32_SYSCALL_BIT + 79)
0073:   #define __NR_chdir (__X32_SYSCALL_BIT + 80)
0074:   #define __NR_fchdir (__X32_SYSCALL_BIT + 81)
0075:   #define __NR_rename (__X32_SYSCALL_BIT + 82)
0076:   #define __NR_mkdir (__X32_SYSCALL_BIT + 83)
0077:   #define __NR_rmdir (__X32_SYSCALL_BIT + 84)
0078:   #define __NR_creat (__X32_SYSCALL_BIT + 85)
0079:   #define __NR_link (__X32_SYSCALL_BIT + 86)
0080:   #define __NR_unlink (__X32_SYSCALL_BIT + 87)
0081:   #define __NR_symlink (__X32_SYSCALL_BIT + 88)
0082:   #define __NR_readlink (__X32_SYSCALL_BIT + 89)
0083:   #define __NR_chmod (__X32_SYSCALL_BIT + 90)
0084:   #define __NR_fchmod (__X32_SYSCALL_BIT + 91)
0085:   #define __NR_chown (__X32_SYSCALL_BIT + 92)
0086:   #define __NR_fchown (__X32_SYSCALL_BIT + 93)
0087:   #define __NR_lchown (__X32_SYSCALL_BIT + 94)
0088:   #define __NR_umask (__X32_SYSCALL_BIT + 95)
0089:   #define __NR_gettimeofday (__X32_SYSCALL_BIT + 96)
0090:   #define __NR_getrlimit (__X32_SYSCALL_BIT + 97)
0091:   #define __NR_getrusage (__X32_SYSCALL_BIT + 98)
0092:   #define __NR_sysinfo (__X32_SYSCALL_BIT + 99)
0093:   #define __NR_times (__X32_SYSCALL_BIT + 100)
0094:   #define __NR_getuid (__X32_SYSCALL_BIT + 102)
0095:   #define __NR_syslog (__X32_SYSCALL_BIT + 103)
0096:   #define __NR_getgid (__X32_SYSCALL_BIT + 104)
0097:   #define __NR_setuid (__X32_SYSCALL_BIT + 105)
0098:   #define __NR_setgid (__X32_SYSCALL_BIT + 106)
0099:   #define __NR_geteuid (__X32_SYSCALL_BIT + 107)
0100:   #define __NR_getegid (__X32_SYSCALL_BIT + 108)
0101:   #define __NR_setpgid (__X32_SYSCALL_BIT + 109)
0102:   #define __NR_getppid (__X32_SYSCALL_BIT + 110)
0103:   #define __NR_getpgrp (__X32_SYSCALL_BIT + 111)
0104:   #define __NR_setsid (__X32_SYSCALL_BIT + 112)
0105:   #define __NR_setreuid (__X32_SYSCALL_BIT + 113)
0106:   #define __NR_setregid (__X32_SYSCALL_BIT + 114)
0107:   #define __NR_getgroups (__X32_SYSCALL_BIT + 115)
0108:   #define __NR_setgroups (__X32_SYSCALL_BIT + 116)
0109:   #define __NR_setresuid (__X32_SYSCALL_BIT + 117)
0110:   #define __NR_getresuid (__X32_SYSCALL_BIT + 118)
0111:   #define __NR_setresgid (__X32_SYSCALL_BIT + 119)
0112:   #define __NR_getresgid (__X32_SYSCALL_BIT + 120)
0113:   #define __NR_getpgid (__X32_SYSCALL_BIT + 121)
0114:   #define __NR_setfsuid (__X32_SYSCALL_BIT + 122)
0115:   #define __NR_setfsgid (__X32_SYSCALL_BIT + 123)
0116:   #define __NR_getsid (__X32_SYSCALL_BIT + 124)
0117:   #define __NR_capget (__X32_SYSCALL_BIT + 125)
0118:   #define __NR_capset (__X32_SYSCALL_BIT + 126)
0119:   #define __NR_rt_sigsuspend (__X32_SYSCALL_BIT + 130)
0120:   #define __NR_utime (__X32_SYSCALL_BIT + 132)
0121:   #define __NR_mknod (__X32_SYSCALL_BIT + 133)
0122:   #define __NR_personality (__X32_SYSCALL_BIT + 135)
0123:   #define __NR_ustat (__X32_SYSCALL_BIT + 136)
0124:   #define __NR_statfs (__X32_SYSCALL_BIT + 137)
0125:   #define __NR_fstatfs (__X32_SYSCALL_BIT + 138)
0126:   #define __NR_sysfs (__X32_SYSCALL_BIT + 139)
0127:   #define __NR_getpriority (__X32_SYSCALL_BIT + 140)
0128:   #define __NR_setpriority (__X32_SYSCALL_BIT + 141)
0129:   #define __NR_sched_setparam (__X32_SYSCALL_BIT + 142)
0130:   #define __NR_sched_getparam (__X32_SYSCALL_BIT + 143)
0131:   #define __NR_sched_setscheduler (__X32_SYSCALL_BIT + 144)
0132:   #define __NR_sched_getscheduler (__X32_SYSCALL_BIT + 145)
0133:   #define __NR_sched_get_priority_max (__X32_SYSCALL_BIT + 146)
0134:   #define __NR_sched_get_priority_min (__X32_SYSCALL_BIT + 147)
0135:   #define __NR_sched_rr_get_interval (__X32_SYSCALL_BIT + 148)
0136:   #define __NR_mlock (__X32_SYSCALL_BIT + 149)
0137:   #define __NR_munlock (__X32_SYSCALL_BIT + 150)
0138:   #define __NR_mlockall (__X32_SYSCALL_BIT + 151)
0139:   #define __NR_munlockall (__X32_SYSCALL_BIT + 152)
0140:   #define __NR_vhangup (__X32_SYSCALL_BIT + 153)
0141:   #define __NR_modify_ldt (__X32_SYSCALL_BIT + 154)
0142:   #define __NR_pivot_root (__X32_SYSCALL_BIT + 155)
0143:   #define __NR_prctl (__X32_SYSCALL_BIT + 157)
0144:   #define __NR_arch_prctl (__X32_SYSCALL_BIT + 158)
0145:   #define __NR_adjtimex (__X32_SYSCALL_BIT + 159)
0146:   #define __NR_setrlimit (__X32_SYSCALL_BIT + 160)
0147:   #define __NR_chroot (__X32_SYSCALL_BIT + 161)
0148:   #define __NR_sync (__X32_SYSCALL_BIT + 162)
0149:   #define __NR_acct (__X32_SYSCALL_BIT + 163)
0150:   #define __NR_settimeofday (__X32_SYSCALL_BIT + 164)
0151:   #define __NR_mount (__X32_SYSCALL_BIT + 165)
0152:   #define __NR_umount2 (__X32_SYSCALL_BIT + 166)
0153:   #define __NR_swapon (__X32_SYSCALL_BIT + 167)
0154:   #define __NR_swapoff (__X32_SYSCALL_BIT + 168)
0155:   #define __NR_reboot (__X32_SYSCALL_BIT + 169)
0156:   #define __NR_sethostname (__X32_SYSCALL_BIT + 170)
0157:   #define __NR_setdomainname (__X32_SYSCALL_BIT + 171)
0158:   #define __NR_iopl (__X32_SYSCALL_BIT + 172)
0159:   #define __NR_ioperm (__X32_SYSCALL_BIT + 173)
0160:   #define __NR_init_module (__X32_SYSCALL_BIT + 175)
0161:   #define __NR_delete_module (__X32_SYSCALL_BIT + 176)
0162:   #define __NR_quotactl (__X32_SYSCALL_BIT + 179)
0163:   #define __NR_getpmsg (__X32_SYSCALL_BIT + 181)
0164:   #define __NR_putpmsg (__X32_SYSCALL_BIT + 182)
0165:   #define __NR_afs_syscall (__X32_SYSCALL_BIT + 183)
0166:   #define __NR_tuxcall (__X32_SYSCALL_BIT + 184)
0167:   #define __NR_security (__X32_SYSCALL_BIT + 185)
0168:   #define __NR_gettid (__X32_SYSCALL_BIT + 186)
0169:   #define __NR_readahead (__X32_SYSCALL_BIT + 187)
0170:   #define __NR_setxattr (__X32_SYSCALL_BIT + 188)
0171:   #define __NR_lsetxattr (__X32_SYSCALL_BIT + 189)
0172:   #define __NR_fsetxattr (__X32_SYSCALL_BIT + 190)
0173:   #define __NR_getxattr (__X32_SYSCALL_BIT + 191)
0174:   #define __NR_lgetxattr (__X32_SYSCALL_BIT + 192)
0175:   #define __NR_fgetxattr (__X32_SYSCALL_BIT + 193)
0176:   #define __NR_listxattr (__X32_SYSCALL_BIT + 194)
0177:   #define __NR_llistxattr (__X32_SYSCALL_BIT + 195)
0178:   #define __NR_flistxattr (__X32_SYSCALL_BIT + 196)
0179:   #define __NR_removexattr (__X32_SYSCALL_BIT + 197)
0180:   #define __NR_lremovexattr (__X32_SYSCALL_BIT + 198)
0181:   #define __NR_fremovexattr (__X32_SYSCALL_BIT + 199)
0182:   #define __NR_tkill (__X32_SYSCALL_BIT + 200)
0183:   #define __NR_time (__X32_SYSCALL_BIT + 201)
0184:   #define __NR_futex (__X32_SYSCALL_BIT + 202)
0185:   #define __NR_sched_setaffinity (__X32_SYSCALL_BIT + 203)
0186:   #define __NR_sched_getaffinity (__X32_SYSCALL_BIT + 204)
0187:   #define __NR_io_destroy (__X32_SYSCALL_BIT + 207)
0188:   #define __NR_io_getevents (__X32_SYSCALL_BIT + 208)
0189:   #define __NR_io_cancel (__X32_SYSCALL_BIT + 210)
0190:   #define __NR_lookup_dcookie (__X32_SYSCALL_BIT + 212)
0191:   #define __NR_epoll_create (__X32_SYSCALL_BIT + 213)
0192:   #define __NR_remap_file_pages (__X32_SYSCALL_BIT + 216)
0193:   #define __NR_getdents64 (__X32_SYSCALL_BIT + 217)
0194:   #define __NR_set_tid_address (__X32_SYSCALL_BIT + 218)
0195:   #define __NR_restart_syscall (__X32_SYSCALL_BIT + 219)
0196:   #define __NR_semtimedop (__X32_SYSCALL_BIT + 220)
0197:   #define __NR_fadvise64 (__X32_SYSCALL_BIT + 221)
0198:   #define __NR_timer_settime (__X32_SYSCALL_BIT + 223)
0199:   #define __NR_timer_gettime (__X32_SYSCALL_BIT + 224)
0200:   #define __NR_timer_getoverrun (__X32_SYSCALL_BIT + 225)
0201:   #define __NR_timer_delete (__X32_SYSCALL_BIT + 226)
0202:   #define __NR_clock_settime (__X32_SYSCALL_BIT + 227)
0203:   #define __NR_clock_gettime (__X32_SYSCALL_BIT + 228)
0204:   #define __NR_clock_getres (__X32_SYSCALL_BIT + 229)
0205:   #define __NR_clock_nanosleep (__X32_SYSCALL_BIT + 230)
0206:   #define __NR_exit_group (__X32_SYSCALL_BIT + 231)
0207:   #define __NR_epoll_wait (__X32_SYSCALL_BIT + 232)
0208:   #define __NR_epoll_ctl (__X32_SYSCALL_BIT + 233)
0209:   #define __NR_tgkill (__X32_SYSCALL_BIT + 234)
0210:   #define __NR_utimes (__X32_SYSCALL_BIT + 235)
0211:   #define __NR_mbind (__X32_SYSCALL_BIT + 237)
0212:   #define __NR_set_mempolicy (__X32_SYSCALL_BIT + 238)
0213:   #define __NR_get_mempolicy (__X32_SYSCALL_BIT + 239)
0214:   #define __NR_mq_open (__X32_SYSCALL_BIT + 240)
0215:   #define __NR_mq_unlink (__X32_SYSCALL_BIT + 241)
0216:   #define __NR_mq_timedsend (__X32_SYSCALL_BIT + 242)
0217:   #define __NR_mq_timedreceive (__X32_SYSCALL_BIT + 243)
0218:   #define __NR_mq_getsetattr (__X32_SYSCALL_BIT + 245)
0219:   #define __NR_add_key (__X32_SYSCALL_BIT + 248)
0220:   #define __NR_request_key (__X32_SYSCALL_BIT + 249)
0221:   #define __NR_keyctl (__X32_SYSCALL_BIT + 250)
0222:   #define __NR_ioprio_set (__X32_SYSCALL_BIT + 251)
0223:   #define __NR_ioprio_get (__X32_SYSCALL_BIT + 252)
0224:   #define __NR_inotify_init (__X32_SYSCALL_BIT + 253)
0225:   #define __NR_inotify_add_watch (__X32_SYSCALL_BIT + 254)
0226:   #define __NR_inotify_rm_watch (__X32_SYSCALL_BIT + 255)
0227:   #define __NR_migrate_pages (__X32_SYSCALL_BIT + 256)
0228:   #define __NR_openat (__X32_SYSCALL_BIT + 257)
0229:   #define __NR_mkdirat (__X32_SYSCALL_BIT + 258)
0230:   #define __NR_mknodat (__X32_SYSCALL_BIT + 259)
0231:   #define __NR_fchownat (__X32_SYSCALL_BIT + 260)
0232:   #define __NR_futimesat (__X32_SYSCALL_BIT + 261)
0233:   #define __NR_newfstatat (__X32_SYSCALL_BIT + 262)
0234:   #define __NR_unlinkat (__X32_SYSCALL_BIT + 263)
0235:   #define __NR_renameat (__X32_SYSCALL_BIT + 264)
0236:   #define __NR_linkat (__X32_SYSCALL_BIT + 265)
0237:   #define __NR_symlinkat (__X32_SYSCALL_BIT + 266)
0238:   #define __NR_readlinkat (__X32_SYSCALL_BIT + 267)
0239:   #define __NR_fchmodat (__X32_SYSCALL_BIT + 268)
0240:   #define __NR_faccessat (__X32_SYSCALL_BIT + 269)
0241:   #define __NR_pselect6 (__X32_SYSCALL_BIT + 270)
0242:   #define __NR_ppoll (__X32_SYSCALL_BIT + 271)
0243:   #define __NR_unshare (__X32_SYSCALL_BIT + 272)
0244:   #define __NR_splice (__X32_SYSCALL_BIT + 275)
0245:   #define __NR_tee (__X32_SYSCALL_BIT + 276)
0246:   #define __NR_sync_file_range (__X32_SYSCALL_BIT + 277)
0247:   #define __NR_utimensat (__X32_SYSCALL_BIT + 280)
0248:   #define __NR_epoll_pwait (__X32_SYSCALL_BIT + 281)
0249:   #define __NR_signalfd (__X32_SYSCALL_BIT + 282)
0250:   #define __NR_timerfd_create (__X32_SYSCALL_BIT + 283)
0251:   #define __NR_eventfd (__X32_SYSCALL_BIT + 284)
0252:   #define __NR_fallocate (__X32_SYSCALL_BIT + 285)
0253:   #define __NR_timerfd_settime (__X32_SYSCALL_BIT + 286)
0254:   #define __NR_timerfd_gettime (__X32_SYSCALL_BIT + 287)
0255:   #define __NR_accept4 (__X32_SYSCALL_BIT + 288)
0256:   #define __NR_signalfd4 (__X32_SYSCALL_BIT + 289)
0257:   #define __NR_eventfd2 (__X32_SYSCALL_BIT + 290)
0258:   #define __NR_epoll_create1 (__X32_SYSCALL_BIT + 291)
0259:   #define __NR_dup3 (__X32_SYSCALL_BIT + 292)
0260:   #define __NR_pipe2 (__X32_SYSCALL_BIT + 293)
0261:   #define __NR_inotify_init1 (__X32_SYSCALL_BIT + 294)
0262:   #define __NR_perf_event_open (__X32_SYSCALL_BIT + 298)
0263:   #define __NR_fanotify_init (__X32_SYSCALL_BIT + 300)
0264:   #define __NR_fanotify_mark (__X32_SYSCALL_BIT + 301)
0265:   #define __NR_prlimit64 (__X32_SYSCALL_BIT + 302)
0266:   #define __NR_name_to_handle_at (__X32_SYSCALL_BIT + 303)
0267:   #define __NR_open_by_handle_at (__X32_SYSCALL_BIT + 304)
0268:   #define __NR_clock_adjtime (__X32_SYSCALL_BIT + 305)
0269:   #define __NR_syncfs (__X32_SYSCALL_BIT + 306)
0270:   #define __NR_setns (__X32_SYSCALL_BIT + 308)
0271:   #define __NR_getcpu (__X32_SYSCALL_BIT + 309)
0272:   #define __NR_kcmp (__X32_SYSCALL_BIT + 312)
0273:   #define __NR_finit_module (__X32_SYSCALL_BIT + 313)
0274:   #define __NR_sched_setattr (__X32_SYSCALL_BIT + 314)
0275:   #define __NR_sched_getattr (__X32_SYSCALL_BIT + 315)
0276:   #define __NR_renameat2 (__X32_SYSCALL_BIT + 316)
0277:   #define __NR_seccomp (__X32_SYSCALL_BIT + 317)
0278:   #define __NR_rt_sigaction (__X32_SYSCALL_BIT + 512)
0279:   #define __NR_rt_sigreturn (__X32_SYSCALL_BIT + 513)
0280:   #define __NR_ioctl (__X32_SYSCALL_BIT + 514)
0281:   #define __NR_readv (__X32_SYSCALL_BIT + 515)
0282:   #define __NR_writev (__X32_SYSCALL_BIT + 516)
0283:   #define __NR_recvfrom (__X32_SYSCALL_BIT + 517)
0284:   #define __NR_sendmsg (__X32_SYSCALL_BIT + 518)
0285:   #define __NR_recvmsg (__X32_SYSCALL_BIT + 519)
0286:   #define __NR_execve (__X32_SYSCALL_BIT + 520)
0287:   #define __NR_ptrace (__X32_SYSCALL_BIT + 521)
0288:   #define __NR_rt_sigpending (__X32_SYSCALL_BIT + 522)
0289:   #define __NR_rt_sigtimedwait (__X32_SYSCALL_BIT + 523)
0290:   #define __NR_rt_sigqueueinfo (__X32_SYSCALL_BIT + 524)
0291:   #define __NR_sigaltstack (__X32_SYSCALL_BIT + 525)
0292:   #define __NR_timer_create (__X32_SYSCALL_BIT + 526)
0293:   #define __NR_mq_notify (__X32_SYSCALL_BIT + 527)
0294:   #define __NR_kexec_load (__X32_SYSCALL_BIT + 528)
0295:   #define __NR_waitid (__X32_SYSCALL_BIT + 529)
0296:   #define __NR_set_robust_list (__X32_SYSCALL_BIT + 530)
0297:   #define __NR_get_robust_list (__X32_SYSCALL_BIT + 531)
0298:   #define __NR_vmsplice (__X32_SYSCALL_BIT + 532)
0299:   #define __NR_move_pages (__X32_SYSCALL_BIT + 533)
0300:   #define __NR_preadv (__X32_SYSCALL_BIT + 534)
0301:   #define __NR_pwritev (__X32_SYSCALL_BIT + 535)
0302:   #define __NR_rt_tgsigqueueinfo (__X32_SYSCALL_BIT + 536)
0303:   #define __NR_recvmmsg (__X32_SYSCALL_BIT + 537)
0304:   #define __NR_sendmmsg (__X32_SYSCALL_BIT + 538)
0305:   #define __NR_process_vm_readv (__X32_SYSCALL_BIT + 539)
0306:   #define __NR_process_vm_writev (__X32_SYSCALL_BIT + 540)
0307:   #define __NR_setsockopt (__X32_SYSCALL_BIT + 541)
0308:   #define __NR_getsockopt (__X32_SYSCALL_BIT + 542)
0309:   #define __NR_io_setup (__X32_SYSCALL_BIT + 543)
0310:   #define __NR_io_submit (__X32_SYSCALL_BIT + 544)
0311:   
0312:   #endif /* _ASM_X86_UNISTD_X32_H */