unistd.h 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547
  1. #ifndef _ASM_H8300_UNISTD_H_
  2. #define _ASM_H8300_UNISTD_H_
  3. /*
  4. * This file contains the system call numbers.
  5. */
  6. #define __NR_restart_syscall 0
  7. #define __NR_exit 1
  8. #define __NR_fork 2
  9. #define __NR_read 3
  10. #define __NR_write 4
  11. #define __NR_open 5
  12. #define __NR_close 6
  13. #define __NR_waitpid 7
  14. #define __NR_creat 8
  15. #define __NR_link 9
  16. #define __NR_unlink 10
  17. #define __NR_execve 11
  18. #define __NR_chdir 12
  19. #define __NR_time 13
  20. #define __NR_mknod 14
  21. #define __NR_chmod 15
  22. #define __NR_chown 16
  23. #define __NR_break 17
  24. #define __NR_oldstat 18
  25. #define __NR_lseek 19
  26. #define __NR_getpid 20
  27. #define __NR_mount 21
  28. #define __NR_umount 22
  29. #define __NR_setuid 23
  30. #define __NR_getuid 24
  31. #define __NR_stime 25
  32. #define __NR_ptrace 26
  33. #define __NR_alarm 27
  34. #define __NR_oldfstat 28
  35. #define __NR_pause 29
  36. #define __NR_utime 30
  37. #define __NR_stty 31
  38. #define __NR_gtty 32
  39. #define __NR_access 33
  40. #define __NR_nice 34
  41. #define __NR_ftime 35
  42. #define __NR_sync 36
  43. #define __NR_kill 37
  44. #define __NR_rename 38
  45. #define __NR_mkdir 39
  46. #define __NR_rmdir 40
  47. #define __NR_dup 41
  48. #define __NR_pipe 42
  49. #define __NR_times 43
  50. #define __NR_prof 44
  51. #define __NR_brk 45
  52. #define __NR_setgid 46
  53. #define __NR_getgid 47
  54. #define __NR_signal 48
  55. #define __NR_geteuid 49
  56. #define __NR_getegid 50
  57. #define __NR_acct 51
  58. #define __NR_umount2 52
  59. #define __NR_lock 53
  60. #define __NR_ioctl 54
  61. #define __NR_fcntl 55
  62. #define __NR_mpx 56
  63. #define __NR_setpgid 57
  64. #define __NR_ulimit 58
  65. #define __NR_oldolduname 59
  66. #define __NR_umask 60
  67. #define __NR_chroot 61
  68. #define __NR_ustat 62
  69. #define __NR_dup2 63
  70. #define __NR_getppid 64
  71. #define __NR_getpgrp 65
  72. #define __NR_setsid 66
  73. #define __NR_sigaction 67
  74. #define __NR_sgetmask 68
  75. #define __NR_ssetmask 69
  76. #define __NR_setreuid 70
  77. #define __NR_setregid 71
  78. #define __NR_sigsuspend 72
  79. #define __NR_sigpending 73
  80. #define __NR_sethostname 74
  81. #define __NR_setrlimit 75
  82. #define __NR_getrlimit 76
  83. #define __NR_getrusage 77
  84. #define __NR_gettimeofday 78
  85. #define __NR_settimeofday 79
  86. #define __NR_getgroups 80
  87. #define __NR_setgroups 81
  88. #define __NR_select 82
  89. #define __NR_symlink 83
  90. #define __NR_oldlstat 84
  91. #define __NR_readlink 85
  92. #define __NR_uselib 86
  93. #define __NR_swapon 87
  94. #define __NR_reboot 88
  95. #define __NR_readdir 89
  96. #define __NR_mmap 90
  97. #define __NR_munmap 91
  98. #define __NR_truncate 92
  99. #define __NR_ftruncate 93
  100. #define __NR_fchmod 94
  101. #define __NR_fchown 95
  102. #define __NR_getpriority 96
  103. #define __NR_setpriority 97
  104. #define __NR_profil 98
  105. #define __NR_statfs 99
  106. #define __NR_fstatfs 100
  107. #define __NR_ioperm 101
  108. #define __NR_socketcall 102
  109. #define __NR_syslog 103
  110. #define __NR_setitimer 104
  111. #define __NR_getitimer 105
  112. #define __NR_stat 106
  113. #define __NR_lstat 107
  114. #define __NR_fstat 108
  115. #define __NR_olduname 109
  116. #define __NR_iopl /* 110 */ not supported
  117. #define __NR_vhangup 111
  118. #define __NR_idle /* 112 */ Obsolete
  119. #define __NR_vm86 /* 113 */ not supported
  120. #define __NR_wait4 114
  121. #define __NR_swapoff 115
  122. #define __NR_sysinfo 116
  123. #define __NR_ipc 117
  124. #define __NR_fsync 118
  125. #define __NR_sigreturn 119
  126. #define __NR_clone 120
  127. #define __NR_setdomainname 121
  128. #define __NR_uname 122
  129. #define __NR_cacheflush 123
  130. #define __NR_adjtimex 124
  131. #define __NR_mprotect 125
  132. #define __NR_sigprocmask 126
  133. #define __NR_create_module 127
  134. #define __NR_init_module 128
  135. #define __NR_delete_module 129
  136. #define __NR_get_kernel_syms 130
  137. #define __NR_quotactl 131
  138. #define __NR_getpgid 132
  139. #define __NR_fchdir 133
  140. #define __NR_bdflush 134
  141. #define __NR_sysfs 135
  142. #define __NR_personality 136
  143. #define __NR_afs_syscall 137 /* Syscall for Andrew File System */
  144. #define __NR_setfsuid 138
  145. #define __NR_setfsgid 139
  146. #define __NR__llseek 140
  147. #define __NR_getdents 141
  148. #define __NR__newselect 142
  149. #define __NR_flock 143
  150. #define __NR_msync 144
  151. #define __NR_readv 145
  152. #define __NR_writev 146
  153. #define __NR_getsid 147
  154. #define __NR_fdatasync 148
  155. #define __NR__sysctl 149
  156. #define __NR_mlock 150
  157. #define __NR_munlock 151
  158. #define __NR_mlockall 152
  159. #define __NR_munlockall 153
  160. #define __NR_sched_setparam 154
  161. #define __NR_sched_getparam 155
  162. #define __NR_sched_setscheduler 156
  163. #define __NR_sched_getscheduler 157
  164. #define __NR_sched_yield 158
  165. #define __NR_sched_get_priority_max 159
  166. #define __NR_sched_get_priority_min 160
  167. #define __NR_sched_rr_get_interval 161
  168. #define __NR_nanosleep 162
  169. #define __NR_mremap 163
  170. #define __NR_setresuid 164
  171. #define __NR_getresuid 165
  172. #define __NR_getpagesize 166
  173. #define __NR_query_module 167
  174. #define __NR_poll 168
  175. #define __NR_nfsservctl 169
  176. #define __NR_setresgid 170
  177. #define __NR_getresgid 171
  178. #define __NR_prctl 172
  179. #define __NR_rt_sigreturn 173
  180. #define __NR_rt_sigaction 174
  181. #define __NR_rt_sigprocmask 175
  182. #define __NR_rt_sigpending 176
  183. #define __NR_rt_sigtimedwait 177
  184. #define __NR_rt_sigqueueinfo 178
  185. #define __NR_rt_sigsuspend 179
  186. #define __NR_pread64 180
  187. #define __NR_pwrite64 181
  188. #define __NR_lchown 182
  189. #define __NR_getcwd 183
  190. #define __NR_capget 184
  191. #define __NR_capset 185
  192. #define __NR_sigaltstack 186
  193. #define __NR_sendfile 187
  194. #define __NR_getpmsg 188 /* some people actually want streams */
  195. #define __NR_putpmsg 189 /* some people actually want streams */
  196. #define __NR_vfork 190
  197. #define __NR_ugetrlimit 191
  198. #define __NR_mmap2 192
  199. #define __NR_truncate64 193
  200. #define __NR_ftruncate64 194
  201. #define __NR_stat64 195
  202. #define __NR_lstat64 196
  203. #define __NR_fstat64 197
  204. #define __NR_chown32 198
  205. #define __NR_getuid32 199
  206. #define __NR_getgid32 200
  207. #define __NR_geteuid32 201
  208. #define __NR_getegid32 202
  209. #define __NR_setreuid32 203
  210. #define __NR_setregid32 204
  211. #define __NR_getgroups32 205
  212. #define __NR_setgroups32 206
  213. #define __NR_fchown32 207
  214. #define __NR_setresuid32 208
  215. #define __NR_getresuid32 209
  216. #define __NR_setresgid32 210
  217. #define __NR_getresgid32 211
  218. #define __NR_lchown32 212
  219. #define __NR_setuid32 213
  220. #define __NR_setgid32 214
  221. #define __NR_setfsuid32 215
  222. #define __NR_setfsgid32 216
  223. #define __NR_pivot_root 217
  224. #define __NR_getdents64 220
  225. #define __NR_fcntl64 221
  226. #define __NR_security 223
  227. #define __NR_gettid 224
  228. #define __NR_readahead 225
  229. #define __NR_setxattr 226
  230. #define __NR_lsetxattr 227
  231. #define __NR_fsetxattr 228
  232. #define __NR_getxattr 229
  233. #define __NR_lgetxattr 230
  234. #define __NR_fgetxattr 231
  235. #define __NR_listxattr 232
  236. #define __NR_llistxattr 233
  237. #define __NR_flistxattr 234
  238. #define __NR_removexattr 235
  239. #define __NR_lremovexattr 236
  240. #define __NR_fremovexattr 237
  241. #define __NR_tkill 238
  242. #define __NR_sendfile64 239
  243. #define __NR_futex 240
  244. #define __NR_sched_setaffinity 241
  245. #define __NR_sched_getaffinity 242
  246. #define __NR_set_thread_area 243
  247. #define __NR_get_thread_area 244
  248. #define __NR_io_setup 245
  249. #define __NR_io_destroy 246
  250. #define __NR_io_getevents 247
  251. #define __NR_io_submit 248
  252. #define __NR_io_cancel 249
  253. #define __NR_alloc_hugepages 250
  254. #define __NR_free_hugepages 251
  255. #define __NR_exit_group 252
  256. #define __NR_lookup_dcookie 253
  257. #define __NR_sys_epoll_create 254
  258. #define __NR_sys_epoll_ctl 255
  259. #define __NR_sys_epoll_wait 256
  260. #define __NR_remap_file_pages 257
  261. #define __NR_set_tid_address 258
  262. #define __NR_timer_create 259
  263. #define __NR_timer_settime (__NR_timer_create+1)
  264. #define __NR_timer_gettime (__NR_timer_create+2)
  265. #define __NR_timer_getoverrun (__NR_timer_create+3)
  266. #define __NR_timer_delete (__NR_timer_create+4)
  267. #define __NR_clock_settime (__NR_timer_create+5)
  268. #define __NR_clock_gettime (__NR_timer_create+6)
  269. #define __NR_clock_getres (__NR_timer_create+7)
  270. #define __NR_clock_nanosleep (__NR_timer_create+8)
  271. #define __NR_statfs64 268
  272. #define __NR_fstatfs64 269
  273. #define __NR_tgkill 270
  274. #define __NR_utimes 271
  275. #define __NR_fadvise64_64 272
  276. #define __NR_vserver 273
  277. #define __NR_mbind 274
  278. #define __NR_get_mempolicy 275
  279. #define __NR_set_mempolicy 276
  280. #define __NR_mq_open 277
  281. #define __NR_mq_unlink (__NR_mq_open+1)
  282. #define __NR_mq_timedsend (__NR_mq_open+2)
  283. #define __NR_mq_timedreceive (__NR_mq_open+3)
  284. #define __NR_mq_notify (__NR_mq_open+4)
  285. #define __NR_mq_getsetattr (__NR_mq_open+5)
  286. #define __NR_kexec_load 283
  287. #define __NR_waitid 284
  288. /* #define __NR_sys_setaltroot 285 */
  289. #define __NR_add_key 286
  290. #define __NR_request_key 287
  291. #define __NR_keyctl 288
  292. #ifdef __KERNEL__
  293. #define NR_syscalls 289
  294. #include <linux/err.h>
  295. /* user-visible error numbers are in the range -1 - -MAX_ERRNO: see
  296. <asm-m68k/errno.h> */
  297. #define __syscall_return(type, res) \
  298. do { \
  299. if ((unsigned long)(res) >= (unsigned long)(-MAX_ERRNO)) { \
  300. /* avoid using res which is declared to be in register d0; \
  301. errno might expand to a function call and clobber it. */ \
  302. int __err = -(res); \
  303. errno = __err; \
  304. res = -1; \
  305. } \
  306. return (type) (res); \
  307. } while (0)
  308. #define _syscall0(type, name) \
  309. type name(void) \
  310. { \
  311. register long __res __asm__("er0"); \
  312. __asm__ __volatile__ ("mov.l %1,er0\n\t" \
  313. "trapa #0\n\t" \
  314. : "=r" (__res) \
  315. : "g" (__NR_##name) \
  316. : "cc", "memory"); \
  317. __syscall_return(type, __res); \
  318. }
  319. #define _syscall1(type, name, atype, a) \
  320. type name(atype a) \
  321. { \
  322. register long __res __asm__("er0"); \
  323. register long _a __asm__("er1"); \
  324. _a = (long)a; \
  325. __asm__ __volatile__ ("mov.l %1,er0\n\t" \
  326. "trapa #0\n\t" \
  327. : "=r" (__res) \
  328. : "g" (__NR_##name), \
  329. "g" (_a) \
  330. : "cc", "memory"); \
  331. __syscall_return(type, __res); \
  332. }
  333. #define _syscall2(type, name, atype, a, btype, b) \
  334. type name(atype a, btype b) \
  335. { \
  336. register long __res __asm__("er0"); \
  337. register long _a __asm__("er1"); \
  338. register long _b __asm__("er2"); \
  339. _a = (long)a; \
  340. _b = (long)b; \
  341. __asm__ __volatile__ ("mov.l %1,er0\n\t" \
  342. "trapa #0\n\t" \
  343. : "=r" (__res) \
  344. : "g" (__NR_##name), \
  345. "g" (_a), \
  346. "g" (_b) \
  347. : "cc", "memory"); \
  348. __syscall_return(type, __res); \
  349. }
  350. #define _syscall3(type, name, atype, a, btype, b, ctype, c) \
  351. type name(atype a, btype b, ctype c) \
  352. { \
  353. register long __res __asm__("er0"); \
  354. register long _a __asm__("er1"); \
  355. register long _b __asm__("er2"); \
  356. register long _c __asm__("er3"); \
  357. _a = (long)a; \
  358. _b = (long)b; \
  359. _c = (long)c; \
  360. __asm__ __volatile__ ("mov.l %1,er0\n\t" \
  361. "trapa #0\n\t" \
  362. : "=r" (__res) \
  363. : "g" (__NR_##name), \
  364. "g" (_a), \
  365. "g" (_b), \
  366. "g" (_c) \
  367. : "cc", "memory"); \
  368. __syscall_return(type, __res); \
  369. }
  370. #define _syscall4(type, name, atype, a, btype, b, \
  371. ctype, c, dtype, d) \
  372. type name(atype a, btype b, ctype c, dtype d) \
  373. { \
  374. register long __res __asm__("er0"); \
  375. register long _a __asm__("er1"); \
  376. register long _b __asm__("er2"); \
  377. register long _c __asm__("er3"); \
  378. register long _d __asm__("er4"); \
  379. _a = (long)a; \
  380. _b = (long)b; \
  381. _c = (long)c; \
  382. _d = (long)d; \
  383. __asm__ __volatile__ ("mov.l %1,er0\n\t" \
  384. "trapa #0\n\t" \
  385. : "=r" (__res) \
  386. : "g" (__NR_##name), \
  387. "g" (_a), \
  388. "g" (_b), \
  389. "g" (_c), \
  390. "g" (_d) \
  391. : "cc", "memory"); \
  392. __syscall_return(type, __res); \
  393. }
  394. #define _syscall5(type, name, atype, a, btype, b, \
  395. ctype, c, dtype, d, etype, e) \
  396. type name(atype a, btype b, ctype c, dtype d, etype e) \
  397. { \
  398. register long __res __asm__("er0"); \
  399. register long _a __asm__("er1"); \
  400. register long _b __asm__("er2"); \
  401. register long _c __asm__("er3"); \
  402. register long _d __asm__("er4"); \
  403. register long _e __asm__("er5"); \
  404. _a = (long)a; \
  405. _b = (long)b; \
  406. _c = (long)c; \
  407. _d = (long)d; \
  408. _e = (long)e; \
  409. __asm__ __volatile__ ("mov.l %1,er0\n\t" \
  410. "trapa #0\n\t" \
  411. : "=r" (__res) \
  412. : "g" (__NR_##name), \
  413. "g" (_a), \
  414. "g" (_b), \
  415. "g" (_c), \
  416. "g" (_d), \
  417. "g" (_e) \
  418. : "cc", "memory"); \
  419. __syscall_return(type, __res); \
  420. }
  421. #define _syscall6(type, name, atype, a, btype, b, \
  422. ctype, c, dtype, d, etype, e, ftype, f) \
  423. type name(atype a, btype b, ctype c, dtype d, etype e, ftype f) \
  424. { \
  425. register long __res __asm__("er0"); \
  426. register long _a __asm__("er1"); \
  427. register long _b __asm__("er2"); \
  428. register long _c __asm__("er3"); \
  429. register long _d __asm__("er4"); \
  430. register long _e __asm__("er5"); \
  431. register long _f __asm__("er6"); \
  432. _a = (long)a; \
  433. _b = (long)b; \
  434. _c = (long)c; \
  435. _d = (long)d; \
  436. _e = (long)e; \
  437. _f = (long)f; \
  438. __asm__ __volatile__ ("mov.l %1,er0\n\t" \
  439. "trapa #0\n\t" \
  440. : "=r" (__res) \
  441. : "g" (__NR_##name), \
  442. "g" (_a), \
  443. "g" (_b), \
  444. "g" (_c), \
  445. "g" (_d), \
  446. "g" (_e) \
  447. "g" (_f) \
  448. : "cc", "memory"); \
  449. __syscall_return(type, __res); \
  450. }
  451. #define __ARCH_WANT_IPC_PARSE_VERSION
  452. #define __ARCH_WANT_OLD_READDIR
  453. #define __ARCH_WANT_OLD_STAT
  454. #define __ARCH_WANT_STAT64
  455. #define __ARCH_WANT_SYS_ALARM
  456. #define __ARCH_WANT_SYS_GETHOSTNAME
  457. #define __ARCH_WANT_SYS_PAUSE
  458. #define __ARCH_WANT_SYS_SGETMASK
  459. #define __ARCH_WANT_SYS_SIGNAL
  460. #define __ARCH_WANT_SYS_TIME
  461. #define __ARCH_WANT_SYS_UTIME
  462. #define __ARCH_WANT_SYS_WAITPID
  463. #define __ARCH_WANT_SYS_SOCKETCALL
  464. #define __ARCH_WANT_SYS_FADVISE64
  465. #define __ARCH_WANT_SYS_GETPGRP
  466. #define __ARCH_WANT_SYS_LLSEEK
  467. #define __ARCH_WANT_SYS_NICE
  468. #define __ARCH_WANT_SYS_OLD_GETRLIMIT
  469. #define __ARCH_WANT_SYS_OLDUMOUNT
  470. #define __ARCH_WANT_SYS_SIGPENDING
  471. #define __ARCH_WANT_SYS_SIGPROCMASK
  472. #define __ARCH_WANT_SYS_RT_SIGACTION
  473. #ifdef __KERNEL_SYSCALLS__
  474. #include <linux/compiler.h>
  475. #include <linux/types.h>
  476. /*
  477. * we need this inline - forking from kernel space will result
  478. * in NO COPY ON WRITE (!!!), until an execve is executed. This
  479. * is no problem, but for the stack. This is handled by not letting
  480. * main() use the stack at all after fork(). Thus, no function
  481. * calls - which means inline code for fork too, as otherwise we
  482. * would use the stack upon exit from 'fork()'.
  483. *
  484. * Actually only pause and fork are needed inline, so that there
  485. * won't be any messing with the stack from main(), but we define
  486. * some others too.
  487. */
  488. #define __NR__exit __NR_exit
  489. static inline _syscall0(int,pause)
  490. static inline _syscall0(int,sync)
  491. static inline _syscall0(pid_t,setsid)
  492. static inline _syscall3(int,write,int,fd,const char *,buf,off_t,count)
  493. static inline _syscall3(int,read,int,fd,char *,buf,off_t,count)
  494. static inline _syscall3(off_t,lseek,int,fd,off_t,offset,int,count)
  495. static inline _syscall1(int,dup,int,fd)
  496. static inline _syscall3(int,execve,const char *,file,char **,argv,char **,envp)
  497. static inline _syscall3(int,open,const char *,file,int,flag,int,mode)
  498. static inline _syscall1(int,close,int,fd)
  499. static inline _syscall1(int,_exit,int,exitcode)
  500. static inline _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options)
  501. static inline _syscall1(int,delete_module,const char *,name)
  502. static inline pid_t wait(int * wait_stat)
  503. {
  504. return waitpid(-1,wait_stat,0);
  505. }
  506. asmlinkage long sys_mmap2(unsigned long addr, unsigned long len,
  507. unsigned long prot, unsigned long flags,
  508. unsigned long fd, unsigned long pgoff);
  509. asmlinkage int sys_execve(char *name, char **argv, char **envp,
  510. int dummy, ...);
  511. asmlinkage int sys_pipe(unsigned long *fildes);
  512. struct sigaction;
  513. asmlinkage long sys_rt_sigaction(int sig,
  514. const struct sigaction __user *act,
  515. struct sigaction __user *oact,
  516. size_t sigsetsize);
  517. #endif /* __KERNEL_SYSCALLS__ */
  518. /*
  519. * "Conditional" syscalls
  520. */
  521. #define cond_syscall(name) \
  522. asm (".weak\t_" #name "\n" \
  523. ".set\t_" #name ",_sys_ni_syscall");
  524. #endif /* __KERNEL__ */
  525. #endif /* _ASM_H8300_UNISTD_H_ */