Home
last modified time | relevance | path

Searched refs:TARGET_NR_sgetmask (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0003-linux-user-Add-strace-for-shmat.patch61 { TARGET_NR_sgetmask, "sgetmask" , NULL, NULL, NULL },
/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h76 #define TARGET_NR_sgetmask 68 macro
/openbmc/qemu/linux-user/
H A Dstrace.list1397 #ifdef TARGET_NR_sgetmask
1398 { TARGET_NR_sgetmask, "sgetmask" , NULL, NULL, NULL },
H A Dsyscall.c9810 #ifdef TARGET_NR_sgetmask /* not on alpha */ in _syscall2()
9811 case TARGET_NR_sgetmask: in _syscall2()