Searched refs:VKI_MAP_SHARED (Results 1 - 13 of 13) sorted by relevance

/external/valgrind/main/include/vki/
H A Dvki-amd64-linux.h235 #define VKI_MAP_SHARED 0x01 /* Share changes */ macro
H A Dvki-arm64-linux.h209 #define VKI_MAP_SHARED 0x01 /* Share changes */ macro
H A Dvki-arm-linux.h232 #define VKI_MAP_SHARED 0x01 /* Share changes */ macro
H A Dvki-ppc32-linux.h299 #define VKI_MAP_SHARED 0x01 /* Share changes */ macro
H A Dvki-ppc64-linux.h353 #define VKI_MAP_SHARED 0x01 /* Share changes */ macro
H A Dvki-s390x-linux.h299 #define VKI_MAP_SHARED 0x0001 /* Share changes */ macro
H A Dvki-x86-linux.h270 #define VKI_MAP_SHARED 0x01 /* Share changes */ macro
H A Dvki-mips32-linux.h291 #define VKI_MAP_SHARED 0x001 /* Share changes */ macro
H A Dvki-mips64-linux.h296 #define VKI_MAP_SHARED 0x001 /* Share changes */ macro
H A Dvki-darwin.h324 #define VKI_MAP_SHARED MAP_SHARED macro
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-mips32-linux.c404 If we are trying to do mmap with VKI_MAP_SHARED flag we need to align the
451 if ((VKI_SHMLBA > VKI_PAGE_SIZE) && (VKI_MAP_SHARED & arg4)
458 if ((VKI_SHMLBA > VKI_PAGE_SIZE) && (VKI_MAP_SHARED & arg4)
H A Dsyswrap-darwin.c5769 MACH_ARG(vm_map.protection), VKI_MAP_SHARED, -1, 0);
5847 prot, VKI_MAP_SHARED, -1, 0);
6311 MACH_ARG(mach_vm_map.protection), VKI_MAP_SHARED, -1, 0);
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c2556 if ((VKI_SHMLBA > VKI_PAGE_SIZE) && (VKI_MAP_SHARED & flags)) {
2565 if ((VKI_SHMLBA > VKI_PAGE_SIZE) && (VKI_MAP_SHARED & flags))
2625 VKI_MAP_FIXED|VKI_MAP_SHARED,

Completed in 3483 milliseconds