Home
last modified time | relevance | path

Searched refs:TARGET_NR_getresuid (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h157 #define TARGET_NR_getresuid 148 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h154 #define TARGET_NR_getresuid 148 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h140 #define TARGET_NR_getresuid 148 macro
H A Dsyscall64_nr.h156 #define TARGET_NR_getresuid 148 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h157 #define TARGET_NR_getresuid 148 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h158 #define TARGET_NR_getresuid 148 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h158 #define TARGET_NR_getresuid 148 macro
/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h173 #define TARGET_NR_getresuid 165 macro
/openbmc/qemu/linux-user/
H A Dstrace.list375 #ifdef TARGET_NR_getresuid
376 { TARGET_NR_getresuid, "getresuid" , "%s(%p,%p,%p)", NULL, NULL },
H A Dsyscall.c11791 #ifdef TARGET_NR_getresuid in _syscall2()
11792 case TARGET_NR_getresuid: in _syscall2()