Searched refs:_syscall2 (Results 1 – 3 of 3) 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/linux/arch/parisc/include/asm/ |
H A D | unistd.h | 119 #define _syscall2(type,name,type1,arg1,type2,arg2) \ macro
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 215 #undef _syscall2 233 #define _syscall2(type,name,type1,arg1,type2,arg2) \ macro 346 _syscall2(int, pidfd_open, pid_t, pid, unsigned int, flags); 388 _syscall2(int, sys_sched_getparam, pid_t, pid, 391 _syscall2(int, sys_sched_setparam, pid_t, pid, 397 _syscall2(int, capget, struct __user_cap_header_struct *, header, 399 _syscall2(int, capset, struct __user_cap_header_struct *, header, 402 _syscall2(int, ioprio_get, int, which, int, who) 424 _syscall2(int, membarrier, int, cmd, int, flags) 462 _syscall2(int, sys_getcwd1, char *, buf, size_t, size) [all …]
|