Searched refs:_syscall3 (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/tests/tcg/arm/ |
| H A D | hello-arm.c | 55 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ macro 107 _syscall3(int,write,int,fd,const char *,buf, int, len);
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/ |
| H A D | 0003-mpoad-Drop-old-hack-to-compile-with-very-old-glibc.patch | 29 -_syscall3(int,poll,struct pollfd *,ufds,unsigned int,nfds,int,timeout);
|
| /openbmc/qemu/linux-user/ |
| H A D | syscall.c | 221 #undef _syscall3 244 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ macro 317 _syscall3(int, sys_getdents, unsigned int, fd, struct linux_dirent *, dirp, unsigned int, count); 322 _syscall3(int, sys_getdents64, unsigned int, fd, struct linux_dirent64 *, dirp, unsigned int, count… 328 _syscall3(int, sys_rt_sigqueueinfo, pid_t, pid, int, sig, siginfo_t *, uinfo) 331 _syscall3(int,sys_syslog,int,type,char*,bufp,int,len) 337 _syscall3(int,sys_close_range,int,first,int,last,int,flags) 358 _syscall3(int, pidfd_getfd, int, pidfd, int, targetfd, unsigned int, flags); 361 _syscall3(int, sys_sched_getaffinity, pid_t, pid, unsigned int, len, 364 _syscall3(int, sys_sched_setaffinity, pid_t, pid, unsigned int, len, [all …]
|