Home
last modified time | relevance | path

Searched refs:_syscall5 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/tcg/arm/
H A Dhello-arm.c88 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ macro
/openbmc/linux/arch/parisc/include/asm/
H A Dunistd.h138 #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 D00_arches.patch118 + * Changed system calls macros _syscall5 - _syscall7 to push args 5 to 7 onto
/openbmc/qemu/linux-user/
H A Dsyscall.c218 #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,
410 _syscall5(int, kcmp, pid_t, pid1, pid_t, pid2, int, type,
418 _syscall5(int, sys_statx, int, dirfd, const char *, pathname, int, flags,
480 _syscall5(int, sys_renameat2, int, oldfd, const char *, old, int, newfd,
8957 _syscall5(int, sys_move_mount, int, __from_dfd, const char *, __from_pathname, in _syscall2()