Home
last modified time | relevance | path

Searched refs:TARGET_NR_clock_gettime64 (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h264 #define TARGET_NR_clock_gettime64 403 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h289 #define TARGET_NR_clock_gettime64 403 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h290 #define TARGET_NR_clock_gettime64 403 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h290 #define TARGET_NR_clock_gettime64 403 macro
/openbmc/qemu/linux-user/
H A Dstrace.list1709 #ifdef TARGET_NR_clock_gettime64
1710 { TARGET_NR_clock_gettime64, "clock_gettime64" , NULL, print_clock_gettime64,
H A Dstrace.c822 #if defined(TARGET_NR_clock_gettime64)
2415 #if defined(TARGET_NR_clock_gettime64)
H A Dsyscall.c12585 #ifdef TARGET_NR_clock_gettime64 in _syscall2()
12586 case TARGET_NR_clock_gettime64: in _syscall2()