Home
last modified time | relevance | path

Searched refs:TARGET_NR_timerfd_gettime64 (Results 1 – 4 of 4) 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/openrisc/
H A Dsyscall_nr.h297 #define TARGET_NR_timerfd_gettime64 410 macro
/openbmc/qemu/linux-user/
H A Dsyscall.c7342 #if ((defined(TARGET_NR_timerfd_gettime64) || \
13589 #if defined(TARGET_NR_timerfd_gettime64) && defined(CONFIG_TIMERFD) in _syscall2()
13590 case TARGET_NR_timerfd_gettime64: in _syscall2()