Home
last modified time | relevance | path

Searched refs:TARGET_NR_stime (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h33 #define TARGET_NR_stime 25 macro
/openbmc/qemu/linux-user/
H A Dstrace.list1469 #ifdef TARGET_NR_stime
1470 { TARGET_NR_stime, "stime" , NULL, NULL, NULL },
H A Dsyscall.c9408 #ifdef TARGET_NR_stime /* not on alpha */ in _syscall2()
9409 case TARGET_NR_stime: in _syscall2()