Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h59 #define TARGET_NR_fchdir 50 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h58 #define TARGET_NR_fchdir 50 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h57 #define TARGET_NR_fchdir 50 macro
H A Dsyscall64_nr.h58 #define TARGET_NR_fchdir 50 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h59 #define TARGET_NR_fchdir 50 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h60 #define TARGET_NR_fchdir 50 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h60 #define TARGET_NR_fchdir 50 macro
/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h141 #define TARGET_NR_fchdir 133 macro
/openbmc/qemu/linux-user/
H A Dstrace.list205 #ifdef TARGET_NR_fchdir
206 { TARGET_NR_fchdir, "fchdir" , "%s(%d)", NULL, NULL },
H A Dsyscall.c11012 case TARGET_NR_fchdir: in _syscall2()