Home
last modified time | relevance | path

Searched refs:cloneflags (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-x86-linux.c848 UInt cloneflags; in PRE() local
892 cloneflags = ARG1; in PRE()
911 (cloneflags == 0x100011 || cloneflags == 0x1200011 in PRE()
912 || cloneflags == 0x7D0F00 in PRE()
913 || cloneflags == 0x790F00 in PRE()
914 || cloneflags == 0x3D0F00 in PRE()
915 || cloneflags == 0x410F00 in PRE()
916 || cloneflags == 0xF00 in PRE()
917 || cloneflags == 0xF21)) { in PRE()
926 switch (cloneflags & (VKI_CLONE_VM | VKI_CLONE_FS in PRE()
[all …]
Dsyswrap-ppc64-linux.c954 UInt cloneflags; in PRE() local
981 cloneflags = ARG1; in PRE()
989 switch (cloneflags & (VKI_CLONE_VM | VKI_CLONE_FS in PRE()
1004 cloneflags &= ~(VKI_CLONE_VFORK | VKI_CLONE_VM); in PRE()
1009 cloneflags, /* flags */ in PRE()
Dsyswrap-ppc32-linux.c976 UInt cloneflags; in PRE() local
1003 cloneflags = ARG1; in PRE()
1011 switch (cloneflags & (VKI_CLONE_VM | VKI_CLONE_FS in PRE()
1026 cloneflags &= ~(VKI_CLONE_VFORK | VKI_CLONE_VM); in PRE()
1031 cloneflags, /* flags */ in PRE()
Dsyswrap-amd64-linux.c397 ULong cloneflags; in PRE() local
422 cloneflags = ARG1; in PRE()
430 switch (cloneflags & (VKI_CLONE_VM | VKI_CLONE_FS in PRE()
445 cloneflags &= ~(VKI_CLONE_VFORK | VKI_CLONE_VM); in PRE()
450 cloneflags, /* flags */ in PRE()
Dsyswrap-s390x-linux.c938 UInt cloneflags; in PRE() local
966 cloneflags = ARG2; in PRE()
974 switch (cloneflags & (VKI_CLONE_VM | VKI_CLONE_FS in PRE()
989 cloneflags &= ~(VKI_CLONE_VFORK | VKI_CLONE_VM); in PRE()
994 cloneflags, /* flags */ in PRE()
Dsyswrap-arm-linux.c1053 UInt cloneflags; in PRE() local
1088 cloneflags = ARG1; in PRE()
1096 switch (cloneflags & (VKI_CLONE_VM | VKI_CLONE_FS in PRE()
1111 cloneflags &= ~(VKI_CLONE_VFORK | VKI_CLONE_VM); in PRE()
1116 cloneflags, /* flags */ in PRE()