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 | 220 #undef _syscall2 238 #define _syscall2(type,name,type1,arg1,type2,arg2) \ macro 351 _syscall2(int, pidfd_open, pid_t, pid, unsigned int, flags); 393 _syscall2(int, sys_sched_getparam, pid_t, pid, 396 _syscall2(int, sys_sched_setparam, pid_t, pid, 402 _syscall2(int, capget, struct __user_cap_header_struct *, header, 404 _syscall2(int, capset, struct __user_cap_header_struct *, header, 407 _syscall2(int, ioprio_get, int, which, int, who) 429 _syscall2(int, membarrier, int, cmd, int, flags) 467 _syscall2(int, sys_getcwd1, char *, buf, size_t, size) [all …]
|