Home
last modified time | relevance | path

Searched refs:TARGET_NR_timer_gettime (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h117 #define TARGET_NR_timer_gettime 108 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h114 #define TARGET_NR_timer_gettime 108 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall64_nr.h116 #define TARGET_NR_timer_gettime 108 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h117 #define TARGET_NR_timer_gettime 108 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h118 #define TARGET_NR_timer_gettime 108 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h118 #define TARGET_NR_timer_gettime 108 macro
/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h267 #define TARGET_NR_timer_gettime (TARGET_NR_timer_create+2) macro
/openbmc/qemu/linux-user/
H A Dstrace.list1544 #ifdef TARGET_NR_timer_gettime
1545 { TARGET_NR_timer_gettime, "timer_gettime" , NULL, NULL, NULL },
H A Dsyscall.c7323 defined(TARGET_NR_timer_gettime) || defined(TARGET_NR_timer_settime)
13357 #ifdef TARGET_NR_timer_gettime in _syscall2()
13358 case TARGET_NR_timer_gettime: in _syscall2()