Home
last modified time | relevance | path

Searched refs:TARGET_NR_timerfd_gettime64 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h271 #define TARGET_NR_timerfd_gettime64 410 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h296 #define TARGET_NR_timerfd_gettime64 410 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h297 #define TARGET_NR_timerfd_gettime64 410 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h297 #define TARGET_NR_timerfd_gettime64 410 macro
/openbmc/qemu/linux-user/
H A Dsyscall.c7339 #if ((defined(TARGET_NR_timerfd_gettime64) || \
13460 #if defined(TARGET_NR_timerfd_gettime64) && defined(CONFIG_TIMERFD) in _syscall2()
13461 case TARGET_NR_timerfd_gettime64: in _syscall2()