Home
last modified time | relevance | path

Searched refs:TARGET_NR_getrlimit (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h172 #define TARGET_NR_getrlimit 163 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h155 #define TARGET_NR_getrlimit 163 macro
H A Dsyscall64_nr.h171 #define TARGET_NR_getrlimit 163 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h172 #define TARGET_NR_getrlimit 163 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h173 #define TARGET_NR_getrlimit 163 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h173 #define TARGET_NR_getrlimit 163 macro
/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h84 #define TARGET_NR_getrlimit 76 macro
/openbmc/qemu/linux-user/
H A Dstrace.list381 #ifdef TARGET_NR_getrlimit
382 { TARGET_NR_getrlimit, "getrlimit" , "%s(%d,%p)", NULL, NULL },
H A Dsyscall.c1003 #if defined(TARGET_NR_getrlimit) || defined(TARGET_NR_ugetrlimit)
10174 #ifdef TARGET_NR_getrlimit in _syscall2()
10175 case TARGET_NR_getrlimit: in _syscall2()