Home
last modified time | relevance | path

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

/qemu/linux-user/cris/
H A Dsyscall_nr.h37 #define TARGET_NR_pause 29 macro
/qemu/linux-user/
H A Dstrace.list1033 #ifdef TARGET_NR_pause
1034 { TARGET_NR_pause, "pause" , NULL, NULL, NULL },
H A Dsyscall.c9545 #ifdef TARGET_NR_pause /* not on alpha */ in _syscall2()
9546 case TARGET_NR_pause: in _syscall2()