Lines Matching refs:SYSCALL_BIT

4 # define SYSCALL_BIT __X32_SYSCALL_BIT  macro
6 # define SYSCALL_BIT 0 macro
9 # define __NR_read (SYSCALL_BIT | 0)
12 # define __NR_write (SYSCALL_BIT | 1)
15 # define __NR_open (SYSCALL_BIT | 2)
18 # define __NR_close (SYSCALL_BIT | 3)
21 # define __NR_stat (SYSCALL_BIT | 4)
24 # define __NR_fstat (SYSCALL_BIT | 5)
27 # define __NR_lstat (SYSCALL_BIT | 6)
30 # define __NR_poll (SYSCALL_BIT | 7)
33 # define __NR_lseek (SYSCALL_BIT | 8)
36 # define __NR_mmap (SYSCALL_BIT | 9)
39 # define __NR_mprotect (SYSCALL_BIT | 10)
42 # define __NR_munmap (SYSCALL_BIT | 11)
45 # define __NR_brk (SYSCALL_BIT | 12)
48 # define __NR_rt_sigaction (SYSCALL_BIT | 13)
51 # define __NR_rt_sigprocmask (SYSCALL_BIT | 14)
54 # define __NR_rt_sigreturn (SYSCALL_BIT | 15)
57 # define __NR_ioctl (SYSCALL_BIT | 16)
60 # define __NR_pread64 (SYSCALL_BIT | 17)
63 # define __NR_pwrite64 (SYSCALL_BIT | 18)
66 # define __NR_readv (SYSCALL_BIT | 19)
69 # define __NR_writev (SYSCALL_BIT | 20)
72 # define __NR_access (SYSCALL_BIT | 21)
75 # define __NR_pipe (SYSCALL_BIT | 22)
78 # define __NR_select (SYSCALL_BIT | 23)
81 # define __NR_sched_yield (SYSCALL_BIT | 24)
84 # define __NR_mremap (SYSCALL_BIT | 25)
87 # define __NR_msync (SYSCALL_BIT | 26)
90 # define __NR_mincore (SYSCALL_BIT | 27)
93 # define __NR_madvise (SYSCALL_BIT | 28)
96 # define __NR_shmget (SYSCALL_BIT | 29)
99 # define __NR_shmat (SYSCALL_BIT | 30)
102 # define __NR_shmctl (SYSCALL_BIT | 31)
105 # define __NR_dup (SYSCALL_BIT | 32)
108 # define __NR_dup2 (SYSCALL_BIT | 33)
111 # define __NR_pause (SYSCALL_BIT | 34)
114 # define __NR_nanosleep (SYSCALL_BIT | 35)
117 # define __NR_getitimer (SYSCALL_BIT | 36)
120 # define __NR_alarm (SYSCALL_BIT | 37)
123 # define __NR_setitimer (SYSCALL_BIT | 38)
126 # define __NR_getpid (SYSCALL_BIT | 39)
129 # define __NR_sendfile (SYSCALL_BIT | 40)
132 # define __NR_socket (SYSCALL_BIT | 41)
135 # define __NR_connect (SYSCALL_BIT | 42)
138 # define __NR_accept (SYSCALL_BIT | 43)
141 # define __NR_sendto (SYSCALL_BIT | 44)
144 # define __NR_recvfrom (SYSCALL_BIT | 45)
147 # define __NR_sendmsg (SYSCALL_BIT | 46)
150 # define __NR_recvmsg (SYSCALL_BIT | 47)
153 # define __NR_shutdown (SYSCALL_BIT | 48)
156 # define __NR_bind (SYSCALL_BIT | 49)
159 # define __NR_listen (SYSCALL_BIT | 50)
162 # define __NR_getsockname (SYSCALL_BIT | 51)
165 # define __NR_getpeername (SYSCALL_BIT | 52)
168 # define __NR_socketpair (SYSCALL_BIT | 53)
171 # define __NR_setsockopt (SYSCALL_BIT | 54)
174 # define __NR_getsockopt (SYSCALL_BIT | 55)
177 # define __NR_clone (SYSCALL_BIT | 56)
180 # define __NR_fork (SYSCALL_BIT | 57)
183 # define __NR_vfork (SYSCALL_BIT | 58)
186 # define __NR_execve (SYSCALL_BIT | 59)
189 # define __NR_exit (SYSCALL_BIT | 60)
192 # define __NR_wait4 (SYSCALL_BIT | 61)
195 # define __NR_kill (SYSCALL_BIT | 62)
198 # define __NR_uname (SYSCALL_BIT | 63)
201 # define __NR_semget (SYSCALL_BIT | 64)
204 # define __NR_semop (SYSCALL_BIT | 65)
207 # define __NR_semctl (SYSCALL_BIT | 66)
210 # define __NR_shmdt (SYSCALL_BIT | 67)
213 # define __NR_msgget (SYSCALL_BIT | 68)
216 # define __NR_msgsnd (SYSCALL_BIT | 69)
219 # define __NR_msgrcv (SYSCALL_BIT | 70)
222 # define __NR_msgctl (SYSCALL_BIT | 71)
225 # define __NR_fcntl (SYSCALL_BIT | 72)
228 # define __NR_flock (SYSCALL_BIT | 73)
231 # define __NR_fsync (SYSCALL_BIT | 74)
234 # define __NR_fdatasync (SYSCALL_BIT | 75)
237 # define __NR_truncate (SYSCALL_BIT | 76)
240 # define __NR_ftruncate (SYSCALL_BIT | 77)
243 # define __NR_getdents (SYSCALL_BIT | 78)
246 # define __NR_getcwd (SYSCALL_BIT | 79)
249 # define __NR_chdir (SYSCALL_BIT | 80)
252 # define __NR_fchdir (SYSCALL_BIT | 81)
255 # define __NR_rename (SYSCALL_BIT | 82)
258 # define __NR_mkdir (SYSCALL_BIT | 83)
261 # define __NR_rmdir (SYSCALL_BIT | 84)
264 # define __NR_creat (SYSCALL_BIT | 85)
267 # define __NR_link (SYSCALL_BIT | 86)
270 # define __NR_unlink (SYSCALL_BIT | 87)
273 # define __NR_symlink (SYSCALL_BIT | 88)
276 # define __NR_readlink (SYSCALL_BIT | 89)
279 # define __NR_chmod (SYSCALL_BIT | 90)
282 # define __NR_fchmod (SYSCALL_BIT | 91)
285 # define __NR_chown (SYSCALL_BIT | 92)
288 # define __NR_fchown (SYSCALL_BIT | 93)
291 # define __NR_lchown (SYSCALL_BIT | 94)
294 # define __NR_umask (SYSCALL_BIT | 95)
297 # define __NR_gettimeofday (SYSCALL_BIT | 96)
300 # define __NR_getrlimit (SYSCALL_BIT | 97)
303 # define __NR_getrusage (SYSCALL_BIT | 98)
306 # define __NR_sysinfo (SYSCALL_BIT | 99)
309 # define __NR_times (SYSCALL_BIT | 100)
312 # define __NR_ptrace (SYSCALL_BIT | 101)
315 # define __NR_getuid (SYSCALL_BIT | 102)
318 # define __NR_syslog (SYSCALL_BIT | 103)
321 # define __NR_getgid (SYSCALL_BIT | 104)
324 # define __NR_setuid (SYSCALL_BIT | 105)
327 # define __NR_setgid (SYSCALL_BIT | 106)
330 # define __NR_geteuid (SYSCALL_BIT | 107)
333 # define __NR_getegid (SYSCALL_BIT | 108)
336 # define __NR_setpgid (SYSCALL_BIT | 109)
339 # define __NR_getppid (SYSCALL_BIT | 110)
342 # define __NR_getpgrp (SYSCALL_BIT | 111)
345 # define __NR_setsid (SYSCALL_BIT | 112)
348 # define __NR_setreuid (SYSCALL_BIT | 113)
351 # define __NR_setregid (SYSCALL_BIT | 114)
354 # define __NR_getgroups (SYSCALL_BIT | 115)
357 # define __NR_setgroups (SYSCALL_BIT | 116)
360 # define __NR_setresuid (SYSCALL_BIT | 117)
363 # define __NR_getresuid (SYSCALL_BIT | 118)
366 # define __NR_setresgid (SYSCALL_BIT | 119)
369 # define __NR_getresgid (SYSCALL_BIT | 120)
372 # define __NR_getpgid (SYSCALL_BIT | 121)
375 # define __NR_setfsuid (SYSCALL_BIT | 122)
378 # define __NR_setfsgid (SYSCALL_BIT | 123)
381 # define __NR_getsid (SYSCALL_BIT | 124)
384 # define __NR_capget (SYSCALL_BIT | 125)
387 # define __NR_capset (SYSCALL_BIT | 126)
390 # define __NR_rt_sigpending (SYSCALL_BIT | 127)
393 # define __NR_rt_sigtimedwait (SYSCALL_BIT | 128)
396 # define __NR_rt_sigqueueinfo (SYSCALL_BIT | 129)
399 # define __NR_rt_sigsuspend (SYSCALL_BIT | 130)
402 # define __NR_sigaltstack (SYSCALL_BIT | 131)
405 # define __NR_utime (SYSCALL_BIT | 132)
408 # define __NR_mknod (SYSCALL_BIT | 133)
411 # define __NR_uselib (SYSCALL_BIT | 134)
414 # define __NR_personality (SYSCALL_BIT | 135)
417 # define __NR_ustat (SYSCALL_BIT | 136)
420 # define __NR_statfs (SYSCALL_BIT | 137)
423 # define __NR_fstatfs (SYSCALL_BIT | 138)
426 # define __NR_sysfs (SYSCALL_BIT | 139)
429 # define __NR_getpriority (SYSCALL_BIT | 140)
432 # define __NR_setpriority (SYSCALL_BIT | 141)
435 # define __NR_sched_setparam (SYSCALL_BIT | 142)
438 # define __NR_sched_getparam (SYSCALL_BIT | 143)
441 # define __NR_sched_setscheduler (SYSCALL_BIT | 144)
444 # define __NR_sched_getscheduler (SYSCALL_BIT | 145)
447 # define __NR_sched_get_priority_max (SYSCALL_BIT | 146)
450 # define __NR_sched_get_priority_min (SYSCALL_BIT | 147)
453 # define __NR_sched_rr_get_interval (SYSCALL_BIT | 148)
456 # define __NR_mlock (SYSCALL_BIT | 149)
459 # define __NR_munlock (SYSCALL_BIT | 150)
462 # define __NR_mlockall (SYSCALL_BIT | 151)
465 # define __NR_munlockall (SYSCALL_BIT | 152)
468 # define __NR_vhangup (SYSCALL_BIT | 153)
471 # define __NR_modify_ldt (SYSCALL_BIT | 154)
474 # define __NR_pivot_root (SYSCALL_BIT | 155)
477 # define __NR__sysctl (SYSCALL_BIT | 156)
480 # define __NR_prctl (SYSCALL_BIT | 157)
483 # define __NR_arch_prctl (SYSCALL_BIT | 158)
486 # define __NR_adjtimex (SYSCALL_BIT | 159)
489 # define __NR_setrlimit (SYSCALL_BIT | 160)
492 # define __NR_chroot (SYSCALL_BIT | 161)
495 # define __NR_sync (SYSCALL_BIT | 162)
498 # define __NR_acct (SYSCALL_BIT | 163)
501 # define __NR_settimeofday (SYSCALL_BIT | 164)
504 # define __NR_mount (SYSCALL_BIT | 165)
507 # define __NR_umount2 (SYSCALL_BIT | 166)
510 # define __NR_swapon (SYSCALL_BIT | 167)
513 # define __NR_swapoff (SYSCALL_BIT | 168)
516 # define __NR_reboot (SYSCALL_BIT | 169)
519 # define __NR_sethostname (SYSCALL_BIT | 170)
522 # define __NR_setdomainname (SYSCALL_BIT | 171)
525 # define __NR_iopl (SYSCALL_BIT | 172)
528 # define __NR_ioperm (SYSCALL_BIT | 173)
531 # define __NR_create_module (SYSCALL_BIT | 174)
534 # define __NR_init_module (SYSCALL_BIT | 175)
537 # define __NR_delete_module (SYSCALL_BIT | 176)
540 # define __NR_get_kernel_syms (SYSCALL_BIT | 177)
543 # define __NR_query_module (SYSCALL_BIT | 178)
546 # define __NR_quotactl (SYSCALL_BIT | 179)
549 # define __NR_nfsservctl (SYSCALL_BIT | 180)
552 # define __NR_getpmsg (SYSCALL_BIT | 181)
555 # define __NR_putpmsg (SYSCALL_BIT | 182)
558 # define __NR_afs_syscall (SYSCALL_BIT | 183)
561 # define __NR_tuxcall (SYSCALL_BIT | 184)
564 # define __NR_security (SYSCALL_BIT | 185)
567 # define __NR_gettid (SYSCALL_BIT | 186)
570 # define __NR_readahead (SYSCALL_BIT | 187)
573 # define __NR_setxattr (SYSCALL_BIT | 188)
576 # define __NR_lsetxattr (SYSCALL_BIT | 189)
579 # define __NR_fsetxattr (SYSCALL_BIT | 190)
582 # define __NR_getxattr (SYSCALL_BIT | 191)
585 # define __NR_lgetxattr (SYSCALL_BIT | 192)
588 # define __NR_fgetxattr (SYSCALL_BIT | 193)
591 # define __NR_listxattr (SYSCALL_BIT | 194)
594 # define __NR_llistxattr (SYSCALL_BIT | 195)
597 # define __NR_flistxattr (SYSCALL_BIT | 196)
600 # define __NR_removexattr (SYSCALL_BIT | 197)
603 # define __NR_lremovexattr (SYSCALL_BIT | 198)
606 # define __NR_fremovexattr (SYSCALL_BIT | 199)
609 # define __NR_tkill (SYSCALL_BIT | 200)
612 # define __NR_time (SYSCALL_BIT | 201)
615 # define __NR_futex (SYSCALL_BIT | 202)
618 # define __NR_sched_setaffinity (SYSCALL_BIT | 203)
621 # define __NR_sched_getaffinity (SYSCALL_BIT | 204)
624 # define __NR_set_thread_area (SYSCALL_BIT | 205)
627 # define __NR_io_setup (SYSCALL_BIT | 206)
630 # define __NR_io_destroy (SYSCALL_BIT | 207)
633 # define __NR_io_getevents (SYSCALL_BIT | 208)
636 # define __NR_io_submit (SYSCALL_BIT | 209)
639 # define __NR_io_cancel (SYSCALL_BIT | 210)
642 # define __NR_get_thread_area (SYSCALL_BIT | 211)
645 # define __NR_lookup_dcookie (SYSCALL_BIT | 212)
648 # define __NR_epoll_create (SYSCALL_BIT | 213)
651 # define __NR_epoll_ctl_old (SYSCALL_BIT | 214)
654 # define __NR_epoll_wait_old (SYSCALL_BIT | 215)
657 # define __NR_remap_file_pages (SYSCALL_BIT | 216)
660 # define __NR_getdents64 (SYSCALL_BIT | 217)
663 # define __NR_set_tid_address (SYSCALL_BIT | 218)
666 # define __NR_restart_syscall (SYSCALL_BIT | 219)
669 # define __NR_semtimedop (SYSCALL_BIT | 220)
672 # define __NR_fadvise64 (SYSCALL_BIT | 221)
675 # define __NR_timer_create (SYSCALL_BIT | 222)
678 # define __NR_timer_settime (SYSCALL_BIT | 223)
681 # define __NR_timer_gettime (SYSCALL_BIT | 224)
684 # define __NR_timer_getoverrun (SYSCALL_BIT | 225)
687 # define __NR_timer_delete (SYSCALL_BIT | 226)
690 # define __NR_clock_settime (SYSCALL_BIT | 227)
693 # define __NR_clock_gettime (SYSCALL_BIT | 228)
696 # define __NR_clock_getres (SYSCALL_BIT | 229)
699 # define __NR_clock_nanosleep (SYSCALL_BIT | 230)
702 # define __NR_exit_group (SYSCALL_BIT | 231)
705 # define __NR_epoll_wait (SYSCALL_BIT | 232)
708 # define __NR_epoll_ctl (SYSCALL_BIT | 233)
711 # define __NR_tgkill (SYSCALL_BIT | 234)
714 # define __NR_utimes (SYSCALL_BIT | 235)
717 # define __NR_vserver (SYSCALL_BIT | 236)
720 # define __NR_mbind (SYSCALL_BIT | 237)
723 # define __NR_set_mempolicy (SYSCALL_BIT | 238)
726 # define __NR_get_mempolicy (SYSCALL_BIT | 239)
729 # define __NR_mq_open (SYSCALL_BIT | 240)
732 # define __NR_mq_unlink (SYSCALL_BIT | 241)
735 # define __NR_mq_timedsend (SYSCALL_BIT | 242)
738 # define __NR_mq_timedreceive (SYSCALL_BIT | 243)
741 # define __NR_mq_notify (SYSCALL_BIT | 244)
744 # define __NR_mq_getsetattr (SYSCALL_BIT | 245)
747 # define __NR_kexec_load (SYSCALL_BIT | 246)
750 # define __NR_waitid (SYSCALL_BIT | 247)
753 # define __NR_add_key (SYSCALL_BIT | 248)
756 # define __NR_request_key (SYSCALL_BIT | 249)
759 # define __NR_keyctl (SYSCALL_BIT | 250)
762 # define __NR_ioprio_set (SYSCALL_BIT | 251)
765 # define __NR_ioprio_get (SYSCALL_BIT | 252)
768 # define __NR_inotify_init (SYSCALL_BIT | 253)
771 # define __NR_inotify_add_watch (SYSCALL_BIT | 254)
774 # define __NR_inotify_rm_watch (SYSCALL_BIT | 255)
777 # define __NR_migrate_pages (SYSCALL_BIT | 256)
780 # define __NR_openat (SYSCALL_BIT | 257)
783 # define __NR_mkdirat (SYSCALL_BIT | 258)
786 # define __NR_mknodat (SYSCALL_BIT | 259)
789 # define __NR_fchownat (SYSCALL_BIT | 260)
792 # define __NR_futimesat (SYSCALL_BIT | 261)
795 # define __NR_newfstatat (SYSCALL_BIT | 262)
798 # define __NR_unlinkat (SYSCALL_BIT | 263)
801 # define __NR_renameat (SYSCALL_BIT | 264)
804 # define __NR_linkat (SYSCALL_BIT | 265)
807 # define __NR_symlinkat (SYSCALL_BIT | 266)
810 # define __NR_readlinkat (SYSCALL_BIT | 267)
813 # define __NR_fchmodat (SYSCALL_BIT | 268)
816 # define __NR_faccessat (SYSCALL_BIT | 269)
819 # define __NR_pselect6 (SYSCALL_BIT | 270)
822 # define __NR_ppoll (SYSCALL_BIT | 271)
825 # define __NR_unshare (SYSCALL_BIT | 272)
828 # define __NR_set_robust_list (SYSCALL_BIT | 273)
831 # define __NR_get_robust_list (SYSCALL_BIT | 274)
834 # define __NR_splice (SYSCALL_BIT | 275)
837 # define __NR_tee (SYSCALL_BIT | 276)
840 # define __NR_sync_file_range (SYSCALL_BIT | 277)
843 # define __NR_vmsplice (SYSCALL_BIT | 278)
846 # define __NR_move_pages (SYSCALL_BIT | 279)
849 # define __NR_utimensat (SYSCALL_BIT | 280)
852 # define __NR_epoll_pwait (SYSCALL_BIT | 281)
855 # define __NR_signalfd (SYSCALL_BIT | 282)
858 # define __NR_timerfd_create (SYSCALL_BIT | 283)
861 # define __NR_eventfd (SYSCALL_BIT | 284)
864 # define __NR_fallocate (SYSCALL_BIT | 285)
867 # define __NR_timerfd_settime (SYSCALL_BIT | 286)
870 # define __NR_timerfd_gettime (SYSCALL_BIT | 287)
873 # define __NR_accept4 (SYSCALL_BIT | 288)
876 # define __NR_signalfd4 (SYSCALL_BIT | 289)
879 # define __NR_eventfd2 (SYSCALL_BIT | 290)
882 # define __NR_epoll_create1 (SYSCALL_BIT | 291)
885 # define __NR_dup3 (SYSCALL_BIT | 292)
888 # define __NR_pipe2 (SYSCALL_BIT | 293)
891 # define __NR_inotify_init1 (SYSCALL_BIT | 294)
894 # define __NR_preadv (SYSCALL_BIT | 295)
897 # define __NR_pwritev (SYSCALL_BIT | 296)
900 # define __NR_rt_tgsigqueueinfo (SYSCALL_BIT | 297)
903 # define __NR_perf_event_open (SYSCALL_BIT | 298)
906 # define __NR_recvmmsg (SYSCALL_BIT | 299)
909 # define __NR_fanotify_init (SYSCALL_BIT | 300)
912 # define __NR_fanotify_mark (SYSCALL_BIT | 301)
915 # define __NR_prlimit64 (SYSCALL_BIT | 302)
918 # define __NR_name_to_handle_at (SYSCALL_BIT | 303)
921 # define __NR_open_by_handle_at (SYSCALL_BIT | 304)
924 # define __NR_clock_adjtime (SYSCALL_BIT | 305)
927 # define __NR_syncfs (SYSCALL_BIT | 306)
930 # define __NR_sendmmsg (SYSCALL_BIT | 307)
933 # define __NR_setns (SYSCALL_BIT | 308)
936 # define __NR_getcpu (SYSCALL_BIT | 309)
939 # define __NR_process_vm_readv (SYSCALL_BIT | 310)
942 # define __NR_process_vm_writev (SYSCALL_BIT | 311)
945 # define __NR_kcmp (SYSCALL_BIT | 312)
948 # define __NR_finit_module (SYSCALL_BIT | 313)
951 # define __NR_sched_setattr (SYSCALL_BIT | 314)
954 # define __NR_sched_getattr (SYSCALL_BIT | 315)
957 # define __NR_renameat2 (SYSCALL_BIT | 316)
960 # define __NR_seccomp (SYSCALL_BIT | 317)
963 # define __NR_getrandom (SYSCALL_BIT | 318)
966 # define __NR_memfd_create (SYSCALL_BIT | 319)
969 # define __NR_kexec_file_load (SYSCALL_BIT | 320)
972 # define __NR_bpf (SYSCALL_BIT | 321)
975 # define __NR_execveat (SYSCALL_BIT | 322)
978 # define __NR_userfaultfd (SYSCALL_BIT | 323)
981 # define __NR_membarrier (SYSCALL_BIT | 324)
984 # define __NR_mlock2 (SYSCALL_BIT | 325)
987 # define __NR_copy_file_range (SYSCALL_BIT | 326)
990 # define __NR_preadv2 (SYSCALL_BIT | 327)
993 # define __NR_pwritev2 (SYSCALL_BIT | 328)
996 # define __NR_pkey_mprotect (SYSCALL_BIT | 329)
999 # define __NR_pkey_alloc (SYSCALL_BIT | 330)
1002 # define __NR_pkey_free (SYSCALL_BIT | 331)