Home
last modified time | relevance | path

Searched refs:_syscall3 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tests/tcg/arm/
H A Dhello-arm.c55 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ macro
107 _syscall3(int,write,int,fd,const char *,buf, int, len);
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0001-sched_attr-Do-not-define-for-glibc-2.41.patch28 @@ -361,7 +361,8 @@ _syscall3(int, sys_sched_getaffinity, pid_t, pid, unsigned int, len,
30 _syscall3(int, sys_sched_setaffinity, pid_t, pid, unsigned int, len,
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/
H A D0003-mpoad-Drop-old-hack-to-compile-with-very-old-glibc.patch29 -_syscall3(int,poll,struct pollfd *,ufds,unsigned int,nfds,int,timeout);
/openbmc/linux/arch/parisc/include/asm/
H A Dunistd.h125 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ macro
/openbmc/qemu/linux-user/
H A Dsyscall.c216 #undef _syscall3
239 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ macro
312 _syscall3(int, sys_getdents, unsigned int, fd, struct linux_dirent *, dirp, unsigned int, count);
317 _syscall3(int, sys_getdents64, unsigned int, fd, struct linux_dirent64 *, dirp, unsigned int, count…
323 _syscall3(int, sys_rt_sigqueueinfo, pid_t, pid, int, sig, siginfo_t *, uinfo)
326 _syscall3(int,sys_syslog,int,type,char*,bufp,int,len)
332 _syscall3(int,sys_close_range,int,first,int,last,int,flags)
353 _syscall3(int, pidfd_getfd, int, pidfd, int, targetfd, unsigned int, flags);
356 _syscall3(int, sys_sched_getaffinity, pid_t, pid, unsigned int, len,
359 _syscall3(int, sys_sched_setaffinity, pid_t, pid, unsigned int, len,
[all …]