Home
last modified time | relevance | path

Searched refs:TARGET_NR_chdir (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h58 #define TARGET_NR_chdir 49 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h57 #define TARGET_NR_chdir 49 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h56 #define TARGET_NR_chdir 49 macro
H A Dsyscall64_nr.h57 #define TARGET_NR_chdir 49 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h58 #define TARGET_NR_chdir 49 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h59 #define TARGET_NR_chdir 49 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h59 #define TARGET_NR_chdir 49 macro
/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h20 #define TARGET_NR_chdir 12 macro
/openbmc/qemu/linux-user/
H A Dstrace.list67 #ifdef TARGET_NR_chdir
68 { TARGET_NR_chdir, "chdir" , NULL, print_chdir, NULL },
H A Dstrace.c1897 #ifdef TARGET_NR_chdir
H A Dsyscall.c9230 case TARGET_NR_chdir: in _syscall2()