Home
last modified time | relevance | path

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

/qemu/linux-user/aarch64/
H A Dsyscall_nr.h118 #define TARGET_NR_timer_getoverrun 109 macro
/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h115 #define TARGET_NR_timer_getoverrun 109 macro
/qemu/linux-user/riscv/
H A Dsyscall32_nr.h108 #define TARGET_NR_timer_getoverrun 109 macro
H A Dsyscall64_nr.h117 #define TARGET_NR_timer_getoverrun 109 macro
/qemu/linux-user/openrisc/
H A Dsyscall_nr.h119 #define TARGET_NR_timer_getoverrun 109 macro
/qemu/linux-user/hexagon/
H A Dsyscall_nr.h118 #define TARGET_NR_timer_getoverrun 109 macro
/qemu/linux-user/cris/
H A Dsyscall_nr.h268 #define TARGET_NR_timer_getoverrun (TARGET_NR_timer_create+3) macro
/qemu/linux-user/
H A Dstrace.list1541 #ifdef TARGET_NR_timer_getoverrun
1542 { TARGET_NR_timer_getoverrun, "timer_getoverrun" , NULL, NULL, NULL },
H A Dsyscall.c13525 #ifdef TARGET_NR_timer_getoverrun in _syscall2()
13526 case TARGET_NR_timer_getoverrun: in _syscall2()