Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h66 #define TARGET_NR_close 57 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h65 #define TARGET_NR_close 57 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h64 #define TARGET_NR_close 57 macro
H A Dsyscall64_nr.h65 #define TARGET_NR_close 57 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h66 #define TARGET_NR_close 57 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h67 #define TARGET_NR_close 57 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h67 #define TARGET_NR_close 57 macro
/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h14 #define TARGET_NR_close 6 macro
/openbmc/qemu/linux-user/
H A Dstrace.list106 #ifdef TARGET_NR_close
107 { TARGET_NR_close, "close" , "%s(%d)", NULL, NULL },
H A Dsyscall.c9121 case TARGET_NR_close: in _syscall2()