unistd.h 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586
  1. /*
  2. * include/asm-s390/unistd.h
  3. *
  4. * S390 version
  5. *
  6. * Derived from "include/asm-i386/unistd.h"
  7. */
  8. #ifndef _ASM_S390_UNISTD_H_
  9. #define _ASM_S390_UNISTD_H_
  10. /*
  11. * This file contains the system call numbers.
  12. */
  13. #define __NR_exit 1
  14. #define __NR_fork 2
  15. #define __NR_read 3
  16. #define __NR_write 4
  17. #define __NR_open 5
  18. #define __NR_close 6
  19. #define __NR_restart_syscall 7
  20. #define __NR_creat 8
  21. #define __NR_link 9
  22. #define __NR_unlink 10
  23. #define __NR_execve 11
  24. #define __NR_chdir 12
  25. #define __NR_mknod 14
  26. #define __NR_chmod 15
  27. #define __NR_lseek 19
  28. #define __NR_getpid 20
  29. #define __NR_mount 21
  30. #define __NR_umount 22
  31. #define __NR_ptrace 26
  32. #define __NR_alarm 27
  33. #define __NR_pause 29
  34. #define __NR_utime 30
  35. #define __NR_access 33
  36. #define __NR_nice 34
  37. #define __NR_sync 36
  38. #define __NR_kill 37
  39. #define __NR_rename 38
  40. #define __NR_mkdir 39
  41. #define __NR_rmdir 40
  42. #define __NR_dup 41
  43. #define __NR_pipe 42
  44. #define __NR_times 43
  45. #define __NR_brk 45
  46. #define __NR_signal 48
  47. #define __NR_acct 51
  48. #define __NR_umount2 52
  49. #define __NR_ioctl 54
  50. #define __NR_fcntl 55
  51. #define __NR_setpgid 57
  52. #define __NR_umask 60
  53. #define __NR_chroot 61
  54. #define __NR_ustat 62
  55. #define __NR_dup2 63
  56. #define __NR_getppid 64
  57. #define __NR_getpgrp 65
  58. #define __NR_setsid 66
  59. #define __NR_sigaction 67
  60. #define __NR_sigsuspend 72
  61. #define __NR_sigpending 73
  62. #define __NR_sethostname 74
  63. #define __NR_setrlimit 75
  64. #define __NR_getrusage 77
  65. #define __NR_gettimeofday 78
  66. #define __NR_settimeofday 79
  67. #define __NR_symlink 83
  68. #define __NR_readlink 85
  69. #define __NR_uselib 86
  70. #define __NR_swapon 87
  71. #define __NR_reboot 88
  72. #define __NR_readdir 89
  73. #define __NR_mmap 90
  74. #define __NR_munmap 91
  75. #define __NR_truncate 92
  76. #define __NR_ftruncate 93
  77. #define __NR_fchmod 94
  78. #define __NR_getpriority 96
  79. #define __NR_setpriority 97
  80. #define __NR_statfs 99
  81. #define __NR_fstatfs 100
  82. #define __NR_socketcall 102
  83. #define __NR_syslog 103
  84. #define __NR_setitimer 104
  85. #define __NR_getitimer 105
  86. #define __NR_stat 106
  87. #define __NR_lstat 107
  88. #define __NR_fstat 108
  89. #define __NR_lookup_dcookie 110
  90. #define __NR_vhangup 111
  91. #define __NR_idle 112
  92. #define __NR_wait4 114
  93. #define __NR_swapoff 115
  94. #define __NR_sysinfo 116
  95. #define __NR_ipc 117
  96. #define __NR_fsync 118
  97. #define __NR_sigreturn 119
  98. #define __NR_clone 120
  99. #define __NR_setdomainname 121
  100. #define __NR_uname 122
  101. #define __NR_adjtimex 124
  102. #define __NR_mprotect 125
  103. #define __NR_sigprocmask 126
  104. #define __NR_create_module 127
  105. #define __NR_init_module 128
  106. #define __NR_delete_module 129
  107. #define __NR_get_kernel_syms 130
  108. #define __NR_quotactl 131
  109. #define __NR_getpgid 132
  110. #define __NR_fchdir 133
  111. #define __NR_bdflush 134
  112. #define __NR_sysfs 135
  113. #define __NR_personality 136
  114. #define __NR_afs_syscall 137 /* Syscall for Andrew File System */
  115. #define __NR_getdents 141
  116. #define __NR_flock 143
  117. #define __NR_msync 144
  118. #define __NR_readv 145
  119. #define __NR_writev 146
  120. #define __NR_getsid 147
  121. #define __NR_fdatasync 148
  122. #define __NR__sysctl 149
  123. #define __NR_mlock 150
  124. #define __NR_munlock 151
  125. #define __NR_mlockall 152
  126. #define __NR_munlockall 153
  127. #define __NR_sched_setparam 154
  128. #define __NR_sched_getparam 155
  129. #define __NR_sched_setscheduler 156
  130. #define __NR_sched_getscheduler 157
  131. #define __NR_sched_yield 158
  132. #define __NR_sched_get_priority_max 159
  133. #define __NR_sched_get_priority_min 160
  134. #define __NR_sched_rr_get_interval 161
  135. #define __NR_nanosleep 162
  136. #define __NR_mremap 163
  137. #define __NR_query_module 167
  138. #define __NR_poll 168
  139. #define __NR_nfsservctl 169
  140. #define __NR_prctl 172
  141. #define __NR_rt_sigreturn 173
  142. #define __NR_rt_sigaction 174
  143. #define __NR_rt_sigprocmask 175
  144. #define __NR_rt_sigpending 176
  145. #define __NR_rt_sigtimedwait 177
  146. #define __NR_rt_sigqueueinfo 178
  147. #define __NR_rt_sigsuspend 179
  148. #define __NR_pread64 180
  149. #define __NR_pwrite64 181
  150. #define __NR_getcwd 183
  151. #define __NR_capget 184
  152. #define __NR_capset 185
  153. #define __NR_sigaltstack 186
  154. #define __NR_sendfile 187
  155. #define __NR_getpmsg 188
  156. #define __NR_putpmsg 189
  157. #define __NR_vfork 190
  158. #define __NR_pivot_root 217
  159. #define __NR_mincore 218
  160. #define __NR_madvise 219
  161. #define __NR_getdents64 220
  162. #define __NR_readahead 222
  163. #define __NR_setxattr 224
  164. #define __NR_lsetxattr 225
  165. #define __NR_fsetxattr 226
  166. #define __NR_getxattr 227
  167. #define __NR_lgetxattr 228
  168. #define __NR_fgetxattr 229
  169. #define __NR_listxattr 230
  170. #define __NR_llistxattr 231
  171. #define __NR_flistxattr 232
  172. #define __NR_removexattr 233
  173. #define __NR_lremovexattr 234
  174. #define __NR_fremovexattr 235
  175. #define __NR_gettid 236
  176. #define __NR_tkill 237
  177. #define __NR_futex 238
  178. #define __NR_sched_setaffinity 239
  179. #define __NR_sched_getaffinity 240
  180. #define __NR_tgkill 241
  181. /* Number 242 is reserved for tux */
  182. #define __NR_io_setup 243
  183. #define __NR_io_destroy 244
  184. #define __NR_io_getevents 245
  185. #define __NR_io_submit 246
  186. #define __NR_io_cancel 247
  187. #define __NR_exit_group 248
  188. #define __NR_epoll_create 249
  189. #define __NR_epoll_ctl 250
  190. #define __NR_epoll_wait 251
  191. #define __NR_set_tid_address 252
  192. #define __NR_fadvise64 253
  193. #define __NR_timer_create 254
  194. #define __NR_timer_settime (__NR_timer_create+1)
  195. #define __NR_timer_gettime (__NR_timer_create+2)
  196. #define __NR_timer_getoverrun (__NR_timer_create+3)
  197. #define __NR_timer_delete (__NR_timer_create+4)
  198. #define __NR_clock_settime (__NR_timer_create+5)
  199. #define __NR_clock_gettime (__NR_timer_create+6)
  200. #define __NR_clock_getres (__NR_timer_create+7)
  201. #define __NR_clock_nanosleep (__NR_timer_create+8)
  202. /* Number 263 is reserved for vserver */
  203. #define __NR_statfs64 265
  204. #define __NR_fstatfs64 266
  205. #define __NR_remap_file_pages 267
  206. /* Number 268 is reserved for new sys_mbind */
  207. /* Number 269 is reserved for new sys_get_mempolicy */
  208. /* Number 270 is reserved for new sys_set_mempolicy */
  209. #define __NR_mq_open 271
  210. #define __NR_mq_unlink 272
  211. #define __NR_mq_timedsend 273
  212. #define __NR_mq_timedreceive 274
  213. #define __NR_mq_notify 275
  214. #define __NR_mq_getsetattr 276
  215. #define __NR_kexec_load 277
  216. #define __NR_add_key 278
  217. #define __NR_request_key 279
  218. #define __NR_keyctl 280
  219. #define __NR_waitid 281
  220. #define __NR_ioprio_set 282
  221. #define __NR_ioprio_get 283
  222. #define __NR_inotify_init 284
  223. #define __NR_inotify_add_watch 285
  224. #define __NR_inotify_rm_watch 286
  225. /* Number 287 is reserved for new sys_migrate_pages */
  226. #define __NR_openat 288
  227. #define __NR_mkdirat 289
  228. #define __NR_mknodat 290
  229. #define __NR_fchownat 291
  230. #define __NR_futimesat 292
  231. #define __NR_unlinkat 294
  232. #define __NR_renameat 295
  233. #define __NR_linkat 296
  234. #define __NR_symlinkat 297
  235. #define __NR_readlinkat 298
  236. #define __NR_fchmodat 299
  237. #define __NR_faccessat 300
  238. #define __NR_pselect6 301
  239. #define __NR_ppoll 302
  240. #define __NR_unshare 303
  241. #define __NR_set_robust_list 304
  242. #define __NR_get_robust_list 305
  243. #define __NR_splice 306
  244. #define __NR_sync_file_range 307
  245. #define __NR_tee 308
  246. #define __NR_vmsplice 309
  247. #define NR_syscalls 310
  248. /*
  249. * There are some system calls that are not present on 64 bit, some
  250. * have a different name although they do the same (e.g. __NR_chown32
  251. * is __NR_chown on 64 bit).
  252. */
  253. #ifndef __s390x__
  254. #define __NR_time 13
  255. #define __NR_lchown 16
  256. #define __NR_setuid 23
  257. #define __NR_getuid 24
  258. #define __NR_stime 25
  259. #define __NR_setgid 46
  260. #define __NR_getgid 47
  261. #define __NR_geteuid 49
  262. #define __NR_getegid 50
  263. #define __NR_setreuid 70
  264. #define __NR_setregid 71
  265. #define __NR_getrlimit 76
  266. #define __NR_getgroups 80
  267. #define __NR_setgroups 81
  268. #define __NR_fchown 95
  269. #define __NR_ioperm 101
  270. #define __NR_setfsuid 138
  271. #define __NR_setfsgid 139
  272. #define __NR__llseek 140
  273. #define __NR__newselect 142
  274. #define __NR_setresuid 164
  275. #define __NR_getresuid 165
  276. #define __NR_setresgid 170
  277. #define __NR_getresgid 171
  278. #define __NR_chown 182
  279. #define __NR_ugetrlimit 191 /* SuS compliant getrlimit */
  280. #define __NR_mmap2 192
  281. #define __NR_truncate64 193
  282. #define __NR_ftruncate64 194
  283. #define __NR_stat64 195
  284. #define __NR_lstat64 196
  285. #define __NR_fstat64 197
  286. #define __NR_lchown32 198
  287. #define __NR_getuid32 199
  288. #define __NR_getgid32 200
  289. #define __NR_geteuid32 201
  290. #define __NR_getegid32 202
  291. #define __NR_setreuid32 203
  292. #define __NR_setregid32 204
  293. #define __NR_getgroups32 205
  294. #define __NR_setgroups32 206
  295. #define __NR_fchown32 207
  296. #define __NR_setresuid32 208
  297. #define __NR_getresuid32 209
  298. #define __NR_setresgid32 210
  299. #define __NR_getresgid32 211
  300. #define __NR_chown32 212
  301. #define __NR_setuid32 213
  302. #define __NR_setgid32 214
  303. #define __NR_setfsuid32 215
  304. #define __NR_setfsgid32 216
  305. #define __NR_fcntl64 221
  306. #define __NR_sendfile64 223
  307. #define __NR_fadvise64_64 264
  308. #define __NR_fstatat64 293
  309. #else
  310. #define __NR_select 142
  311. #define __NR_getrlimit 191 /* SuS compliant getrlimit */
  312. #define __NR_lchown 198
  313. #define __NR_getuid 199
  314. #define __NR_getgid 200
  315. #define __NR_geteuid 201
  316. #define __NR_getegid 202
  317. #define __NR_setreuid 203
  318. #define __NR_setregid 204
  319. #define __NR_getgroups 205
  320. #define __NR_setgroups 206
  321. #define __NR_fchown 207
  322. #define __NR_setresuid 208
  323. #define __NR_getresuid 209
  324. #define __NR_setresgid 210
  325. #define __NR_getresgid 211
  326. #define __NR_chown 212
  327. #define __NR_setuid 213
  328. #define __NR_setgid 214
  329. #define __NR_setfsuid 215
  330. #define __NR_setfsgid 216
  331. #define __NR_newfstatat 293
  332. #endif
  333. #ifdef __KERNEL__
  334. #include <linux/err.h>
  335. #define __syscall_return(type, res) \
  336. do { \
  337. if ((unsigned long)(res) >= (unsigned long)(-MAX_ERRNO)) { \
  338. errno = -(res); \
  339. res = -1; \
  340. } \
  341. return (type) (res); \
  342. } while (0)
  343. #define _svc_clobber "1", "cc", "memory"
  344. #define _syscall0(type,name) \
  345. type name(void) { \
  346. register long __svcres asm("2"); \
  347. long __res; \
  348. __asm__ __volatile__ ( \
  349. " .if %1 < 256\n" \
  350. " svc %b1\n" \
  351. " .else\n" \
  352. " la %%r1,%1\n" \
  353. " svc 0\n" \
  354. " .endif" \
  355. : "=d" (__svcres) \
  356. : "i" (__NR_##name) \
  357. : _svc_clobber ); \
  358. __res = __svcres; \
  359. __syscall_return(type,__res); \
  360. }
  361. #define _syscall1(type,name,type1,arg1) \
  362. type name(type1 arg1) { \
  363. register type1 __arg1 asm("2") = arg1; \
  364. register long __svcres asm("2"); \
  365. long __res; \
  366. __asm__ __volatile__ ( \
  367. " .if %1 < 256\n" \
  368. " svc %b1\n" \
  369. " .else\n" \
  370. " la %%r1,%1\n" \
  371. " svc 0\n" \
  372. " .endif" \
  373. : "=d" (__svcres) \
  374. : "i" (__NR_##name), \
  375. "0" (__arg1) \
  376. : _svc_clobber ); \
  377. __res = __svcres; \
  378. __syscall_return(type,__res); \
  379. }
  380. #define _syscall2(type,name,type1,arg1,type2,arg2) \
  381. type name(type1 arg1, type2 arg2) { \
  382. register type1 __arg1 asm("2") = arg1; \
  383. register type2 __arg2 asm("3") = arg2; \
  384. register long __svcres asm("2"); \
  385. long __res; \
  386. __asm__ __volatile__ ( \
  387. " .if %1 < 256\n" \
  388. " svc %b1\n" \
  389. " .else\n" \
  390. " la %%r1,%1\n" \
  391. " svc 0\n" \
  392. " .endif" \
  393. : "=d" (__svcres) \
  394. : "i" (__NR_##name), \
  395. "0" (__arg1), \
  396. "d" (__arg2) \
  397. : _svc_clobber ); \
  398. __res = __svcres; \
  399. __syscall_return(type,__res); \
  400. }
  401. #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3)\
  402. type name(type1 arg1, type2 arg2, type3 arg3) { \
  403. register type1 __arg1 asm("2") = arg1; \
  404. register type2 __arg2 asm("3") = arg2; \
  405. register type3 __arg3 asm("4") = arg3; \
  406. register long __svcres asm("2"); \
  407. long __res; \
  408. __asm__ __volatile__ ( \
  409. " .if %1 < 256\n" \
  410. " svc %b1\n" \
  411. " .else\n" \
  412. " la %%r1,%1\n" \
  413. " svc 0\n" \
  414. " .endif" \
  415. : "=d" (__svcres) \
  416. : "i" (__NR_##name), \
  417. "0" (__arg1), \
  418. "d" (__arg2), \
  419. "d" (__arg3) \
  420. : _svc_clobber ); \
  421. __res = __svcres; \
  422. __syscall_return(type,__res); \
  423. }
  424. #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,\
  425. type4,name4) \
  426. type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
  427. register type1 __arg1 asm("2") = arg1; \
  428. register type2 __arg2 asm("3") = arg2; \
  429. register type3 __arg3 asm("4") = arg3; \
  430. register type4 __arg4 asm("5") = arg4; \
  431. register long __svcres asm("2"); \
  432. long __res; \
  433. __asm__ __volatile__ ( \
  434. " .if %1 < 256\n" \
  435. " svc %b1\n" \
  436. " .else\n" \
  437. " la %%r1,%1\n" \
  438. " svc 0\n" \
  439. " .endif" \
  440. : "=d" (__svcres) \
  441. : "i" (__NR_##name), \
  442. "0" (__arg1), \
  443. "d" (__arg2), \
  444. "d" (__arg3), \
  445. "d" (__arg4) \
  446. : _svc_clobber ); \
  447. __res = __svcres; \
  448. __syscall_return(type,__res); \
  449. }
  450. #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,\
  451. type4,name4,type5,name5) \
  452. type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \
  453. type5 arg5) { \
  454. register type1 __arg1 asm("2") = arg1; \
  455. register type2 __arg2 asm("3") = arg2; \
  456. register type3 __arg3 asm("4") = arg3; \
  457. register type4 __arg4 asm("5") = arg4; \
  458. register type5 __arg5 asm("6") = arg5; \
  459. register long __svcres asm("2"); \
  460. long __res; \
  461. __asm__ __volatile__ ( \
  462. " .if %1 < 256\n" \
  463. " svc %b1\n" \
  464. " .else\n" \
  465. " la %%r1,%1\n" \
  466. " svc 0\n" \
  467. " .endif" \
  468. : "=d" (__svcres) \
  469. : "i" (__NR_##name), \
  470. "0" (__arg1), \
  471. "d" (__arg2), \
  472. "d" (__arg3), \
  473. "d" (__arg4), \
  474. "d" (__arg5) \
  475. : _svc_clobber ); \
  476. __res = __svcres; \
  477. __syscall_return(type,__res); \
  478. }
  479. #define __ARCH_WANT_IPC_PARSE_VERSION
  480. #define __ARCH_WANT_OLD_READDIR
  481. #define __ARCH_WANT_SYS_ALARM
  482. #define __ARCH_WANT_SYS_GETHOSTNAME
  483. #define __ARCH_WANT_SYS_PAUSE
  484. #define __ARCH_WANT_SYS_SIGNAL
  485. #define __ARCH_WANT_SYS_UTIME
  486. #define __ARCH_WANT_SYS_SOCKETCALL
  487. #define __ARCH_WANT_SYS_FADVISE64
  488. #define __ARCH_WANT_SYS_GETPGRP
  489. #define __ARCH_WANT_SYS_LLSEEK
  490. #define __ARCH_WANT_SYS_NICE
  491. #define __ARCH_WANT_SYS_OLD_GETRLIMIT
  492. #define __ARCH_WANT_SYS_OLDUMOUNT
  493. #define __ARCH_WANT_SYS_SIGPENDING
  494. #define __ARCH_WANT_SYS_SIGPROCMASK
  495. #define __ARCH_WANT_SYS_RT_SIGACTION
  496. #define __ARCH_WANT_SYS_RT_SIGSUSPEND
  497. # ifndef CONFIG_64BIT
  498. # define __ARCH_WANT_STAT64
  499. # define __ARCH_WANT_SYS_TIME
  500. # endif
  501. # ifdef CONFIG_COMPAT
  502. # define __ARCH_WANT_COMPAT_SYS_TIME
  503. # define __ARCH_WANT_COMPAT_SYS_RT_SIGSUSPEND
  504. # endif
  505. #ifdef __KERNEL_SYSCALLS__
  506. #include <linux/compiler.h>
  507. #include <linux/types.h>
  508. #include <asm/ptrace.h>
  509. #include <asm/stat.h>
  510. #include <linux/syscalls.h>
  511. /*
  512. * we need this inline - forking from kernel space will result
  513. * in NO COPY ON WRITE (!!!), until an execve is executed. This
  514. * is no problem, but for the stack. This is handled by not letting
  515. * main() use the stack at all after fork(). Thus, no function
  516. * calls - which means inline code for fork too, as otherwise we
  517. * would use the stack upon exit from 'fork()'.
  518. *
  519. * Actually only pause and fork are needed inline, so that there
  520. * won't be any messing with the stack from main(), but we define
  521. * some others too.
  522. */
  523. #define __NR__exit __NR_exit
  524. static inline _syscall0(pid_t,setsid)
  525. static inline _syscall3(int,write,int,fd,const char *,buf,off_t,count)
  526. static inline _syscall3(int,read,int,fd,char *,buf,off_t,count)
  527. static inline _syscall3(off_t,lseek,int,fd,off_t,offset,int,count)
  528. static inline _syscall1(int,dup,int,fd)
  529. static inline _syscall3(int,execve,const char *,file,char **,argv,char **,envp)
  530. static inline _syscall3(int,open,const char *,file,int,flag,int,mode)
  531. static inline _syscall1(int,close,int,fd)
  532. static inline _syscall2(long,stat,char *,filename,struct stat *,statbuf)
  533. static inline pid_t waitpid(int pid, int *wait_stat, int flags)
  534. {
  535. return sys_wait4(pid, wait_stat, flags, NULL);
  536. }
  537. struct mmap_arg_struct;
  538. asmlinkage long sys_mmap2(struct mmap_arg_struct __user *arg);
  539. asmlinkage long sys_execve(struct pt_regs regs);
  540. asmlinkage long sys_clone(struct pt_regs regs);
  541. asmlinkage long sys_fork(struct pt_regs regs);
  542. asmlinkage long sys_vfork(struct pt_regs regs);
  543. asmlinkage long sys_pipe(unsigned long __user *fildes);
  544. struct sigaction;
  545. asmlinkage long sys_rt_sigaction(int sig,
  546. const struct sigaction __user *act,
  547. struct sigaction __user *oact,
  548. size_t sigsetsize);
  549. #endif /* __KERNEL_SYSCALLS__ */
  550. /*
  551. * "Conditional" syscalls
  552. *
  553. * What we want is __attribute__((weak,alias("sys_ni_syscall"))),
  554. * but it doesn't work on all toolchains, so we just do it by hand
  555. */
  556. #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall")
  557. #endif /* __KERNEL__ */
  558. #endif /* _ASM_S390_UNISTD_H_ */