Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h119 #define TARGET_NR_timer_settime 110 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h116 #define TARGET_NR_timer_settime 110 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall64_nr.h118 #define TARGET_NR_timer_settime 110 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h119 #define TARGET_NR_timer_settime 110 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h120 #define TARGET_NR_timer_settime 110 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h120 #define TARGET_NR_timer_settime 110 macro
/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h266 #define TARGET_NR_timer_settime (TARGET_NR_timer_create+1) macro
/openbmc/qemu/linux-user/
H A Dstrace.list1547 #ifdef TARGET_NR_timer_settime
1548 { TARGET_NR_timer_settime, "timer_settime" , "%s(%d,%d,%p,%p)", NULL, NULL },
H A Dsyscall.c1138 defined(TARGET_NR_timer_settime) || \
7285 #if defined(TARGET_NR_timer_settime) || \
7323 defined(TARGET_NR_timer_gettime) || defined(TARGET_NR_timer_settime)
13303 #ifdef TARGET_NR_timer_settime in _syscall2()
13304 case TARGET_NR_timer_settime: in _syscall2()