Searched refs:_syscall5 (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/tcg/arm/ |
H A D | hello-arm.c | 88 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ macro
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | unistd.h | 138 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ macro
|
/openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio/ |
H A D | 00_arches.patch | 118 + * Changed system calls macros _syscall5 - _syscall7 to push args 5 to 7 onto
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 218 #undef _syscall5 251 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ macro 320 _syscall5(int, _llseek, unsigned int, fd, unsigned long, hi, unsigned long, lo, 412 _syscall5(int, kcmp, pid_t, pid1, pid_t, pid2, int, type, 420 _syscall5(int, sys_statx, int, dirfd, const char *, pathname, int, flags, 482 _syscall5(int, sys_renameat2, int, oldfd, const char *, old, int, newfd, 9181 _syscall5(int, sys_move_mount, int, __from_dfd, const char *, __from_pathname, in _syscall2()
|