Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h285 #define TARGET_NR_statx 291 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h280 #define TARGET_NR_statx 291 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h261 #define TARGET_NR_statx 291 macro
H A Dsyscall64_nr.h286 #define TARGET_NR_statx 291 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h285 #define TARGET_NR_statx 291 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h286 #define TARGET_NR_statx 291 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h286 #define TARGET_NR_statx 291 macro
/openbmc/qemu/linux-user/
H A Dstrace.list1703 #ifdef TARGET_NR_statx
1704 { TARGET_NR_statx, "statx", NULL, print_statx, NULL },
H A Dsyscall.c417 #if defined(TARGET_NR_statx) && defined(__NR_statx)
7649 #if defined(TARGET_NR_statx) && defined(__NR_statx)
8976 || defined(TARGET_NR_statx) in _syscall2()
11626 #if defined(TARGET_NR_statx) in _syscall2()
11627 case TARGET_NR_statx: in _syscall2()
H A Dstrace.c4062 #ifdef TARGET_NR_statx