Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h65 #define TARGET_NR_openat 56 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h64 #define TARGET_NR_openat 56 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h63 #define TARGET_NR_openat 56 macro
H A Dsyscall64_nr.h64 #define TARGET_NR_openat 56 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h65 #define TARGET_NR_openat 56 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h66 #define TARGET_NR_openat 56 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h66 #define TARGET_NR_openat 56 macro
/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h301 #define TARGET_NR_openat 295 macro
/openbmc/qemu/linux-user/
H A Dstrace.list715 #ifdef TARGET_NR_openat
716 { TARGET_NR_openat, "openat" , NULL, print_openat, NULL },
H A Dstrace.c3448 #ifdef TARGET_NR_openat
H A Dsyscall.c9072 case TARGET_NR_openat: in _syscall2()