HomeSort by relevance Sort by last modified time
    Searched refs:cloneflags (Results 1 - 7 of 7) sorted by null

  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-linux.c 850 UInt cloneflags; local
894 cloneflags = ARG1;
913 (cloneflags == 0x100011 || cloneflags == 0x1200011
914 || cloneflags == 0x7D0F00
915 || cloneflags == 0x790F00
916 || cloneflags == 0x3D0F00
917 || cloneflags == 0x410F00
918 || cloneflags == 0xF00
919 || cloneflags == 0xF21))
    [all...]
syswrap-ppc64-linux.c 955 UInt cloneflags; local
982 cloneflags = ARG1;
990 switch (cloneflags & (VKI_CLONE_VM | VKI_CLONE_FS
1005 cloneflags &= ~(VKI_CLONE_VFORK | VKI_CLONE_VM);
1010 cloneflags, /* flags */
    [all...]
syswrap-amd64-linux.c 399 ULong cloneflags; local
438 cloneflags = ARG1;
446 switch (cloneflags & (VKI_CLONE_VM | VKI_CLONE_FS
461 cloneflags &= ~(VKI_CLONE_VFORK | VKI_CLONE_VM);
466 cloneflags, /* flags */
    [all...]
syswrap-ppc32-linux.c 978 UInt cloneflags; local
1005 cloneflags = ARG1;
1013 switch (cloneflags & (VKI_CLONE_VM | VKI_CLONE_FS
1028 cloneflags &= ~(VKI_CLONE_VFORK | VKI_CLONE_VM);
1033 cloneflags, /* flags */
    [all...]
syswrap-s390x-linux.c 940 UInt cloneflags; local
975 cloneflags = ARG2;
983 switch (cloneflags & (VKI_CLONE_VM | VKI_CLONE_FS
998 cloneflags &= ~(VKI_CLONE_VFORK | VKI_CLONE_VM);
1003 cloneflags, /* flags */
    [all...]
syswrap-arm-linux.c 1125 UInt cloneflags; local
    [all...]
syswrap-mips32-linux.c 1230 UInt cloneflags; local
    [all...]

Completed in 188 milliseconds