Searched refs:_syscall1 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/tcg/arm/ |
H A D | hello-arm.c | 27 #define _syscall1(type,name,type1,arg1) \ macro 106 _syscall1(int,exit1,int,status);
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | unistd.h | 113 #define _syscall1(type,name,type1,arg1) \ macro
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 214 #undef _syscall1 227 #define _syscall1(type,name,type1,arg1) \ macro 328 _syscall1(int,exit_group,int,error_code) 383 _syscall1(int, sys_sched_getscheduler, pid_t, pid); 7249 _syscall1(int, sys_setuid, uid_t, uid) 7250 _syscall1(int, sys_setgid, gid_t, gid)
|