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

  /external/valgrind/include/vki/
vki-amd64-linux.h 235 #define VKI_MAP_SHARED 0x01 /* Share changes */
vki-arm64-linux.h 209 #define VKI_MAP_SHARED 0x01 /* Share changes */
vki-arm-linux.h 232 #define VKI_MAP_SHARED 0x01 /* Share changes */
vki-ppc32-linux.h 299 #define VKI_MAP_SHARED 0x01 /* Share changes */
    [all...]
vki-ppc64-linux.h 355 #define VKI_MAP_SHARED 0x01 /* Share changes */
vki-s390x-linux.h 305 #define VKI_MAP_SHARED 0x0001 /* Share changes */
vki-x86-linux.h 270 #define VKI_MAP_SHARED 0x01 /* Share changes */
vki-mips32-linux.h 291 #define VKI_MAP_SHARED 0x001 /* Share changes */
    [all...]
vki-mips64-linux.h 296 #define VKI_MAP_SHARED 0x001 /* Share changes */
    [all...]
vki-darwin.h 343 #define VKI_MAP_SHARED MAP_SHARED
vki-solaris.h 645 #define VKI_MAP_SHARED MAP_SHARED
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-mips32-linux.c 271 If we are trying to do mmap with VKI_MAP_SHARED flag we need to align the
318 if ((VKI_SHMLBA > VKI_PAGE_SIZE) && (VKI_MAP_SHARED & arg4)
325 if ((VKI_SHMLBA > VKI_PAGE_SIZE) && (VKI_MAP_SHARED & arg4)
    [all...]
syswrap-darwin.c     [all...]
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c     [all...]

Completed in 497 milliseconds