unistd.h 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458
  1. /*
  2. * include/asm-v850/unistd.h -- System call numbers and invocation mechanism
  3. *
  4. * Copyright (C) 2001,02,03,04 NEC Electronics Corporation
  5. * Copyright (C) 2001,02,03,04 Miles Bader <miles@gnu.org>
  6. *
  7. * This file is subject to the terms and conditions of the GNU General
  8. * Public License. See the file COPYING in the main directory of this
  9. * archive for more details.
  10. *
  11. * Written by Miles Bader <miles@gnu.org>
  12. */
  13. #ifndef __V850_UNISTD_H__
  14. #define __V850_UNISTD_H__
  15. #include <asm/clinkage.h>
  16. #define __NR_restart_syscall 0
  17. #define __NR_exit 1
  18. #define __NR_fork 2
  19. #define __NR_read 3
  20. #define __NR_write 4
  21. #define __NR_open 5
  22. #define __NR_close 6
  23. #define __NR_waitpid 7
  24. #define __NR_creat 8
  25. #define __NR_link 9
  26. #define __NR_unlink 10
  27. #define __NR_execve 11
  28. #define __NR_chdir 12
  29. #define __NR_time 13
  30. #define __NR_mknod 14
  31. #define __NR_chmod 15
  32. #define __NR_chown 16
  33. #define __NR_break 17
  34. #define __NR_lseek 19
  35. #define __NR_getpid 20
  36. #define __NR_mount 21
  37. #define __NR_umount 22
  38. #define __NR_setuid 23
  39. #define __NR_getuid 24
  40. #define __NR_stime 25
  41. #define __NR_ptrace 26
  42. #define __NR_alarm 27
  43. #define __NR_pause 29
  44. #define __NR_utime 30
  45. #define __NR_stty 31
  46. #define __NR_gtty 32
  47. #define __NR_access 33
  48. #define __NR_nice 34
  49. #define __NR_ftime 35
  50. #define __NR_sync 36
  51. #define __NR_kill 37
  52. #define __NR_rename 38
  53. #define __NR_mkdir 39
  54. #define __NR_rmdir 40
  55. #define __NR_dup 41
  56. #define __NR_pipe 42
  57. #define __NR_times 43
  58. #define __NR_prof 44
  59. #define __NR_brk 45
  60. #define __NR_setgid 46
  61. #define __NR_getgid 47
  62. #define __NR_signal 48
  63. #define __NR_geteuid 49
  64. #define __NR_getegid 50
  65. #define __NR_acct 51
  66. #define __NR_umount2 52
  67. #define __NR_lock 53
  68. #define __NR_ioctl 54
  69. #define __NR_fcntl 55
  70. #define __NR_setpgid 57
  71. #define __NR_umask 60
  72. #define __NR_chroot 61
  73. #define __NR_ustat 62
  74. #define __NR_dup2 63
  75. #define __NR_getppid 64
  76. #define __NR_getpgrp 65
  77. #define __NR_setsid 66
  78. #define __NR_sigaction 67
  79. #define __NR_sgetmask 68
  80. #define __NR_ssetmask 69
  81. #define __NR_setreuid 70
  82. #define __NR_setregid 71
  83. #define __NR_sigsuspend 72
  84. #define __NR_sigpending 73
  85. #define __NR_sethostname 74
  86. #define __NR_setrlimit 75
  87. #define __NR_ugetrlimit 76
  88. #define __NR_getrusage 77
  89. #define __NR_gettimeofday 78
  90. #define __NR_settimeofday 79
  91. #define __NR_getgroups 80
  92. #define __NR_setgroups 81
  93. #define __NR_select 82
  94. #define __NR_symlink 83
  95. #define __NR_readlink 85
  96. #define __NR_uselib 86
  97. #define __NR_swapon 87
  98. #define __NR_reboot 88
  99. #define __NR_readdir 89
  100. #define __NR_mmap 90
  101. #define __NR_munmap 91
  102. #define __NR_truncate 92
  103. #define __NR_ftruncate 93
  104. #define __NR_fchmod 94
  105. #define __NR_fchown 95
  106. #define __NR_getpriority 96
  107. #define __NR_setpriority 97
  108. #define __NR_profil 98
  109. #define __NR_statfs 99
  110. #define __NR_fstatfs 100
  111. #define __NR_socketcall 102
  112. #define __NR_syslog 103
  113. #define __NR_setitimer 104
  114. #define __NR_getitimer 105
  115. #define __NR_stat 106
  116. #define __NR_lstat 107
  117. #define __NR_fstat 108
  118. #define __NR_vhangup 111
  119. #define __NR_wait4 114
  120. #define __NR_swapoff 115
  121. #define __NR_sysinfo 116
  122. #define __NR_ipc 117
  123. #define __NR_fsync 118
  124. #define __NR_sigreturn 119
  125. #define __NR_clone 120
  126. #define __NR_setdomainname 121
  127. #define __NR_uname 122
  128. #define __NR_cacheflush 123
  129. #define __NR_adjtimex 124
  130. #define __NR_mprotect 125
  131. #define __NR_sigprocmask 126
  132. #define __NR_create_module 127
  133. #define __NR_init_module 128
  134. #define __NR_delete_module 129
  135. #define __NR_get_kernel_syms 130
  136. #define __NR_quotactl 131
  137. #define __NR_getpgid 132
  138. #define __NR_fchdir 133
  139. #define __NR_bdflush 134
  140. #define __NR_sysfs 135
  141. #define __NR_personality 136
  142. #define __NR_afs_syscall 137 /* Syscall for Andrew File System */
  143. #define __NR_setfsuid 138
  144. #define __NR_setfsgid 139
  145. #define __NR__llseek 140
  146. #define __NR_getdents 141
  147. #define __NR_flock 143
  148. #define __NR_msync 144
  149. #define __NR_readv 145
  150. #define __NR_writev 146
  151. #define __NR_getsid 147
  152. #define __NR_fdatasync 148
  153. #define __NR__sysctl 149
  154. #define __NR_mlock 150
  155. #define __NR_munlock 151
  156. #define __NR_mlockall 152
  157. #define __NR_munlockall 153
  158. #define __NR_sched_setparam 154
  159. #define __NR_sched_getparam 155
  160. #define __NR_sched_setscheduler 156
  161. #define __NR_sched_getscheduler 157
  162. #define __NR_sched_yield 158
  163. #define __NR_sched_get_priority_max 159
  164. #define __NR_sched_get_priority_min 160
  165. #define __NR_sched_rr_get_interval 161
  166. #define __NR_nanosleep 162
  167. #define __NR_mremap 163
  168. #define __NR_setresuid 164
  169. #define __NR_getresuid 165
  170. #define __NR_query_module 167
  171. #define __NR_poll 168
  172. #define __NR_nfsservctl 169
  173. #define __NR_setresgid 170
  174. #define __NR_getresgid 171
  175. #define __NR_prctl 172
  176. #define __NR_rt_sigreturn 173
  177. #define __NR_rt_sigaction 174
  178. #define __NR_rt_sigprocmask 175
  179. #define __NR_rt_sigpending 176
  180. #define __NR_rt_sigtimedwait 177
  181. #define __NR_rt_sigqueueinfo 178
  182. #define __NR_rt_sigsuspend 179
  183. #define __NR_pread 180
  184. #define __NR_pwrite 181
  185. #define __NR_lchown 182
  186. #define __NR_getcwd 183
  187. #define __NR_capget 184
  188. #define __NR_capset 185
  189. #define __NR_sigaltstack 186
  190. #define __NR_sendfile 187
  191. #define __NR_getpmsg 188 /* some people actually want streams */
  192. #define __NR_putpmsg 189 /* some people actually want streams */
  193. #define __NR_vfork 190
  194. #define __NR_mmap2 192
  195. #define __NR_truncate64 193
  196. #define __NR_ftruncate64 194
  197. #define __NR_stat64 195
  198. #define __NR_lstat64 196
  199. #define __NR_fstat64 197
  200. #define __NR_fcntl64 198
  201. #define __NR_getdents64 199
  202. #define __NR_pivot_root 200
  203. #define __NR_gettid 201
  204. #define __NR_tkill 202
  205. /* Syscall protocol:
  206. Syscall number in r12, args in r6-r9, r13-r14
  207. Return value in r10
  208. Trap 0 for `short' syscalls, where all the args can fit in function
  209. call argument registers, and trap 1 when there are additional args in
  210. r13-r14. */
  211. #define SYSCALL_NUM "r12"
  212. #define SYSCALL_ARG0 "r6"
  213. #define SYSCALL_ARG1 "r7"
  214. #define SYSCALL_ARG2 "r8"
  215. #define SYSCALL_ARG3 "r9"
  216. #define SYSCALL_ARG4 "r13"
  217. #define SYSCALL_ARG5 "r14"
  218. #define SYSCALL_RET "r10"
  219. #define SYSCALL_SHORT_TRAP "0"
  220. #define SYSCALL_LONG_TRAP "1"
  221. /* Registers clobbered by any syscall. This _doesn't_ include the syscall
  222. number (r12) or the `extended arg' registers (r13, r14), even though
  223. they are actually clobbered too (this is because gcc's `asm' statement
  224. doesn't allow a clobber to be used as an input or output). */
  225. #define SYSCALL_CLOBBERS "r1", "r5", "r11", "r15", "r16", \
  226. "r17", "r18", "r19"
  227. /* Registers clobbered by a `short' syscall. This includes all clobbers
  228. except the syscall number (r12). */
  229. #define SYSCALL_SHORT_CLOBBERS SYSCALL_CLOBBERS, "r13", "r14"
  230. /* User programs sometimes end up including this header file
  231. (indirectly, via uClibc header files), so I'm a bit nervous just
  232. including <linux/compiler.h>. */
  233. #define __syscall_return(type, res) \
  234. do { \
  235. /* user-visible error numbers are in the range -1 - -124: \
  236. see <asm-v850/errno.h> */ \
  237. if (__builtin_expect ((unsigned long)(res) >= (unsigned long)(-125), 0)) { \
  238. errno = -(res); \
  239. res = -1; \
  240. } \
  241. return (type) (res); \
  242. } while (0)
  243. #define _syscall0(type, name) \
  244. type name (void) \
  245. { \
  246. register unsigned long __syscall __asm__ (SYSCALL_NUM) = __NR_##name; \
  247. register unsigned long __ret __asm__ (SYSCALL_RET); \
  248. __asm__ __volatile__ ("trap " SYSCALL_SHORT_TRAP \
  249. : "=r" (__ret), "=r" (__syscall) \
  250. : "1" (__syscall) \
  251. : SYSCALL_SHORT_CLOBBERS); \
  252. __syscall_return (type, __ret); \
  253. }
  254. #define _syscall1(type, name, atype, a) \
  255. type name (atype a) \
  256. { \
  257. register atype __a __asm__ (SYSCALL_ARG0) = a; \
  258. register unsigned long __syscall __asm__ (SYSCALL_NUM) = __NR_##name; \
  259. register unsigned long __ret __asm__ (SYSCALL_RET); \
  260. __asm__ __volatile__ ("trap " SYSCALL_SHORT_TRAP \
  261. : "=r" (__ret), "=r" (__syscall) \
  262. : "1" (__syscall), "r" (__a) \
  263. : SYSCALL_SHORT_CLOBBERS); \
  264. __syscall_return (type, __ret); \
  265. }
  266. #define _syscall2(type, name, atype, a, btype, b) \
  267. type name (atype a, btype b) \
  268. { \
  269. register atype __a __asm__ (SYSCALL_ARG0) = a; \
  270. register btype __b __asm__ (SYSCALL_ARG1) = b; \
  271. register unsigned long __syscall __asm__ (SYSCALL_NUM) = __NR_##name; \
  272. register unsigned long __ret __asm__ (SYSCALL_RET); \
  273. __asm__ __volatile__ ("trap " SYSCALL_SHORT_TRAP \
  274. : "=r" (__ret), "=r" (__syscall) \
  275. : "1" (__syscall), "r" (__a), "r" (__b) \
  276. : SYSCALL_SHORT_CLOBBERS); \
  277. __syscall_return (type, __ret); \
  278. }
  279. #define _syscall3(type, name, atype, a, btype, b, ctype, c) \
  280. type name (atype a, btype b, ctype c) \
  281. { \
  282. register atype __a __asm__ (SYSCALL_ARG0) = a; \
  283. register btype __b __asm__ (SYSCALL_ARG1) = b; \
  284. register ctype __c __asm__ (SYSCALL_ARG2) = c; \
  285. register unsigned long __syscall __asm__ (SYSCALL_NUM) = __NR_##name; \
  286. register unsigned long __ret __asm__ (SYSCALL_RET); \
  287. __asm__ __volatile__ ("trap " SYSCALL_SHORT_TRAP \
  288. : "=r" (__ret), "=r" (__syscall) \
  289. : "1" (__syscall), "r" (__a), "r" (__b), "r" (__c) \
  290. : SYSCALL_SHORT_CLOBBERS); \
  291. __syscall_return (type, __ret); \
  292. }
  293. #define _syscall4(type, name, atype, a, btype, b, ctype, c, dtype, d) \
  294. type name (atype a, btype b, ctype c, dtype d) \
  295. { \
  296. register atype __a __asm__ (SYSCALL_ARG0) = a; \
  297. register btype __b __asm__ (SYSCALL_ARG1) = b; \
  298. register ctype __c __asm__ (SYSCALL_ARG2) = c; \
  299. register dtype __d __asm__ (SYSCALL_ARG3) = d; \
  300. register unsigned long __syscall __asm__ (SYSCALL_NUM) = __NR_##name; \
  301. register unsigned long __ret __asm__ (SYSCALL_RET); \
  302. __asm__ __volatile__ ("trap " SYSCALL_SHORT_TRAP \
  303. : "=r" (__ret), "=r" (__syscall) \
  304. : "1" (__syscall), \
  305. "r" (__a), "r" (__b), "r" (__c), "r" (__d) \
  306. : SYSCALL_SHORT_CLOBBERS); \
  307. __syscall_return (type, __ret); \
  308. }
  309. #define _syscall5(type, name, atype, a, btype, b, ctype, c, dtype, d, etype,e)\
  310. type name (atype a, btype b, ctype c, dtype d, etype e) \
  311. { \
  312. register atype __a __asm__ (SYSCALL_ARG0) = a; \
  313. register btype __b __asm__ (SYSCALL_ARG1) = b; \
  314. register ctype __c __asm__ (SYSCALL_ARG2) = c; \
  315. register dtype __d __asm__ (SYSCALL_ARG3) = d; \
  316. register etype __e __asm__ (SYSCALL_ARG4) = e; \
  317. register unsigned long __syscall __asm__ (SYSCALL_NUM) = __NR_##name; \
  318. register unsigned long __ret __asm__ (SYSCALL_RET); \
  319. __asm__ __volatile__ ("trap " SYSCALL_LONG_TRAP \
  320. : "=r" (__ret), "=r" (__syscall), "=r" (__e) \
  321. : "1" (__syscall), \
  322. "r" (__a), "r" (__b), "r" (__c), "r" (__d), "2" (__e) \
  323. : SYSCALL_CLOBBERS); \
  324. __syscall_return (type, __ret); \
  325. }
  326. #define __SYSCALL6_TRAP(syscall, ret, a, b, c, d, e, f) \
  327. __asm__ __volatile__ ("trap " SYSCALL_LONG_TRAP \
  328. : "=r" (ret), "=r" (syscall), \
  329. "=r" (e), "=r" (f) \
  330. : "1" (syscall), \
  331. "r" (a), "r" (b), "r" (c), "r" (d), \
  332. "2" (e), "3" (f) \
  333. : SYSCALL_CLOBBERS);
  334. #define _syscall6(type, name, atype, a, btype, b, ctype, c, dtype, d, etype, e, ftype, f) \
  335. type name (atype a, btype b, ctype c, dtype d, etype e, ftype f) \
  336. { \
  337. register atype __a __asm__ (SYSCALL_ARG0) = a; \
  338. register btype __b __asm__ (SYSCALL_ARG1) = b; \
  339. register ctype __c __asm__ (SYSCALL_ARG2) = c; \
  340. register dtype __d __asm__ (SYSCALL_ARG3) = d; \
  341. register etype __e __asm__ (SYSCALL_ARG4) = e; \
  342. register etype __f __asm__ (SYSCALL_ARG5) = f; \
  343. register unsigned long __syscall __asm__ (SYSCALL_NUM) = __NR_##name; \
  344. register unsigned long __ret __asm__ (SYSCALL_RET); \
  345. __SYSCALL6_TRAP(__syscall, __ret, __a, __b, __c, __d, __e, __f); \
  346. __syscall_return (type, __ret); \
  347. }
  348. #ifdef __KERNEL__
  349. #define __ARCH_WANT_IPC_PARSE_VERSION
  350. #define __ARCH_WANT_OLD_READDIR
  351. #define __ARCH_WANT_STAT64
  352. #define __ARCH_WANT_SYS_ALARM
  353. #define __ARCH_WANT_SYS_GETHOSTNAME
  354. #define __ARCH_WANT_SYS_PAUSE
  355. #define __ARCH_WANT_SYS_SGETMASK
  356. #define __ARCH_WANT_SYS_SIGNAL
  357. #define __ARCH_WANT_SYS_TIME
  358. #define __ARCH_WANT_SYS_UTIME
  359. #define __ARCH_WANT_SYS_WAITPID
  360. #define __ARCH_WANT_SYS_SOCKETCALL
  361. #define __ARCH_WANT_SYS_FADVISE64
  362. #define __ARCH_WANT_SYS_GETPGRP
  363. #define __ARCH_WANT_SYS_LLSEEK
  364. #define __ARCH_WANT_SYS_NICE
  365. #define __ARCH_WANT_SYS_OLDUMOUNT
  366. #define __ARCH_WANT_SYS_SIGPENDING
  367. #define __ARCH_WANT_SYS_SIGPROCMASK
  368. #define __ARCH_WANT_SYS_RT_SIGACTION
  369. #endif
  370. #ifdef __KERNEL_SYSCALLS__
  371. #include <linux/compiler.h>
  372. #include <linux/types.h>
  373. /*
  374. * we need this inline - forking from kernel space will result
  375. * in NO COPY ON WRITE (!!!), until an execve is executed. This
  376. * is no problem, but for the stack. This is handled by not letting
  377. * main() use the stack at all after fork(). Thus, no function
  378. * calls - which means inline code for fork too, as otherwise we
  379. * would use the stack upon exit from 'fork()'.
  380. *
  381. * Actually only pause and fork are needed inline, so that there
  382. * won't be any messing with the stack from main(), but we define
  383. * some others too.
  384. */
  385. #define __NR__exit __NR_exit
  386. extern inline _syscall0(pid_t,setsid)
  387. extern inline _syscall3(int,write,int,fd,const char *,buf,off_t,count)
  388. extern inline _syscall3(int,read,int,fd,char *,buf,off_t,count)
  389. extern inline _syscall3(off_t,lseek,int,fd,off_t,offset,int,count)
  390. extern inline _syscall1(int,dup,int,fd)
  391. extern inline _syscall3(int,execve,const char *,file,char **,argv,char **,envp)
  392. extern inline _syscall3(int,open,const char *,file,int,flag,int,mode)
  393. extern inline _syscall1(int,close,int,fd)
  394. extern inline _syscall1(int,_exit,int,exitcode)
  395. extern inline _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options)
  396. extern inline pid_t wait(int * wait_stat)
  397. {
  398. return waitpid (-1, wait_stat, 0);
  399. }
  400. unsigned long sys_mmap(unsigned long addr, size_t len,
  401. unsigned long prot, unsigned long flags,
  402. unsigned long fd, off_t offset);
  403. unsigned long sys_mmap2(unsigned long addr, size_t len,
  404. unsigned long prot, unsigned long flags,
  405. unsigned long fd, unsigned long pgoff);
  406. struct pt_regs;
  407. int sys_execve (char *name, char **argv, char **envp, struct pt_regs *regs);
  408. int sys_pipe (int *fildes);
  409. struct sigaction;
  410. asmlinkage long sys_rt_sigaction(int sig,
  411. const struct sigaction __user *act,
  412. struct sigaction __user *oact,
  413. size_t sigsetsize);
  414. #endif
  415. /*
  416. * "Conditional" syscalls
  417. */
  418. #define cond_syscall(name) \
  419. asm (".weak\t" C_SYMBOL_STRING(name) ";" \
  420. ".set\t" C_SYMBOL_STRING(name) "," C_SYMBOL_STRING(sys_ni_syscall))
  421. #if 0
  422. /* This doesn't work if there's a function prototype for NAME visible,
  423. because the argument types probably won't match. */
  424. #define cond_syscall(name) \
  425. void name (void) __attribute__ ((weak, alias ("sys_ni_syscall")));
  426. #endif
  427. #endif /* __V850_UNISTD_H__ */