Home
last modified time | relevance | path

Searched refs:TARGET_NR_pause (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/linux-user/
H A Dstrace.list1036 #ifdef TARGET_NR_pause
1037 { TARGET_NR_pause, "pause" , NULL, NULL, NULL },
H A Dsyscall.c9663 #ifdef TARGET_NR_pause /* not on alpha */ in _syscall2()
9664 case TARGET_NR_pause: in _syscall2()