Home
last modified time | relevance | path

Searched refs:TARGET_NR_clock_getres_time64 (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h267 #define TARGET_NR_clock_getres_time64 406 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h292 #define TARGET_NR_clock_getres_time64 406 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h293 #define TARGET_NR_clock_getres_time64 406 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h293 #define TARGET_NR_clock_getres_time64 406 macro
/openbmc/qemu/linux-user/
H A Dstrace.list89 #ifdef TARGET_NR_clock_getres_time64
90 { TARGET_NR_clock_getres_time64, "clock_getres_time64" , NULL, NULL, NULL },
H A Dsyscall.c12607 #ifdef TARGET_NR_clock_getres_time64 in _syscall2()
12608 case TARGET_NR_clock_getres_time64: in _syscall2()