Home
last modified time | relevance | path

Searched refs:TARGET_NR_timer_gettime (Results 1 – 8 of 8) 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/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.c7326 defined(TARGET_NR_timer_gettime) || defined(TARGET_NR_timer_settime)
13486 #ifdef TARGET_NR_timer_gettime in _syscall2()
13487 case TARGET_NR_timer_gettime: in _syscall2()