Searched refs:_syscall2 (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/tests/tcg/arm/ |
| H A D | hello-arm.c | 40 #define _syscall2(type,name,type1,arg1,type2,arg2) \ macro
|
| /openbmc/qemu/linux-user/ |
| H A D | syscall.c | 234 #undef _syscall2 252 #define _syscall2(type,name,type1,arg1,type2,arg2) \ macro 365 _syscall2(int, pidfd_open, pid_t, pid, unsigned int, flags); 407 _syscall2(int, sys_sched_getparam, pid_t, pid, 410 _syscall2(int, sys_sched_setparam, pid_t, pid, 416 _syscall2(int, capget, struct __user_cap_header_struct *, header, 418 _syscall2(int, capset, struct __user_cap_header_struct *, header, 421 _syscall2(int, ioprio_get, int, which, int, who) 443 _syscall2(int, membarrier, int, cmd, int, flags) 481 _syscall2(int, sys_getcwd1, char *, buf, size_t, size) [all …]
|