| /src/sys/dev/wscons/ |
| wsksymvar.h | 52 int map_size; /* size of map */ member in struct:wscons_keydesc
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_premap_shadow.cc | 40 uptr map_size = shadow_size + left_padding + alignment; local 42 uptr map_start = (uptr)MmapNoAccess(map_size); 50 map_start + map_size - shadow_end);
|
| asan_linux.cc | 126 uptr map_size = shadow_size + left_padding + alignment; local 128 uptr map_start = (uptr)MmapNoAccess(map_size); 133 UnmapFromTo(shadow_start + shadow_size, map_start + map_size);
|
| /src/sbin/gpt/ |
| map.h | 36 off_t map_size; member in struct:map
|
| /src/sys/arch/shark/include/ |
| devmap.h | 68 size_t map_size; /* size to be given to mmap, page aligned */ member in struct:map_info::__anon1906::__anon1908
|
| /src/sys/arch/arm/s3c2xx0/ |
| s3c24x0_lcd.h | 49 size_t map_size; member in struct:s3c24x0_lcd_screen
|
| /src/external/bsd/ppp/usr.sbin/pppd/ |
| tdb.h | 43 tdb_len map_size; /* how much space has been mapped */ member in struct:__anon7996
|
| /src/sys/arch/arm/imx/ |
| imx51_ipuv3var.h | 46 size_t map_size; member in struct:imx51_ipuv3_screen
|
| /src/sys/arch/arm/xscale/ |
| pxa2x0_lcd.h | 63 size_t map_size; member in struct:pxa2x0_lcd_screen
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_allocator_secondary.h | 88 uptr map_size = RoundUpMapSize(size); local 90 map_size += alignment; 92 if (map_size < size) { 95 SanitizerToolName, map_size, alignment); 99 MmapOrDieOnFatalError(map_size, SecondaryAllocatorName)); 103 MapUnmapCallback().OnMap(map_beg, map_size); 104 uptr map_end = map_beg + map_size; 115 h->map_size = map_size; 116 uptr size_log = MostSignificantSetBitIndex(map_size); 291 uptr map_size; member in struct:LargeMmapAllocator::Header [all...] |
| sanitizer_posix.cc | 90 uptr map_size = size + alignment; local 91 uptr map_res = (uptr)MmapOrDieOnFatalError(map_size, mem_type); 94 uptr map_end = map_res + map_size;
|
| sanitizer_fuchsia.cc | 227 static uptr DoMmapFixedOrDie(zx_handle_t vmar, uptr fixed_addr, uptr map_size, 230 map_size = RoundUpTo(map_size, PAGE_SIZE); 232 zx_status_t status = _zx_vmo_create(map_size, 0, &vmo); 235 ReportMmapFailureAndDie(map_size, name, "zx_vmo_create", status); 239 DCHECK_GE(base + size_, map_size + offset); 244 offset, vmo, 0, map_size, &addr); 248 ReportMmapFailureAndDie(map_size, name, "zx_vmar_map", status); 252 IncreaseTotalMmap(map_size); 256 uptr ReservedAddressRange::Map(uptr fixed_addr, uptr map_size) { 328 size_t map_size = size + alignment; local 405 size_t map_size = RoundUpTo(max_len, PAGE_SIZE); local [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_allocator_secondary.h | 87 uptr map_size = RoundUpMapSize(size); local 89 map_size += alignment; 91 if (map_size < size) { 94 SanitizerToolName, map_size, alignment); 98 MmapOrDieOnFatalError(map_size, SecondaryAllocatorName)); 102 uptr map_end = map_beg + map_size; 106 MapUnmapCallback().OnMapSecondary(map_beg, map_size, res, size); 114 h->map_size = map_size; 115 uptr size_log = MostSignificantSetBitIndex(map_size); 291 uptr map_size; member in struct:LargeMmapAllocator::Header [all...] |
| sanitizer_posix.cpp | 87 uptr map_size = size + alignment; local 88 // mmap maps entire pages and rounds up map_size needs to be a an integral 92 map_size = RoundUpTo(map_size, GetPageSizeCached()); 93 uptr map_res = (uptr)MmapOrDieOnFatalError(map_size, mem_type); 101 uptr map_end = map_res + map_size;
|
| sanitizer_fuchsia.cpp | 198 static uptr DoMmapFixedOrDie(zx_handle_t vmar, uptr fixed_addr, uptr map_size, 201 map_size = RoundUpTo(map_size, GetPageSize()); 203 zx_status_t status = _zx_vmo_create(map_size, 0, &vmo); 206 ReportMmapFailureAndDie(map_size, name, "zx_vmo_create", status); 210 DCHECK_GE(base + size_, map_size + offset); 215 offset, vmo, 0, map_size, &addr); 219 ReportMmapFailureAndDie(map_size, name, "zx_vmar_map", status); 223 IncreaseTotalMmap(map_size); 227 uptr ReservedAddressRange::Map(uptr fixed_addr, uptr map_size, 317 size_t map_size = size + alignment; local [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_allocator_secondary.h | 87 uptr map_size = RoundUpMapSize(size); local 89 map_size += alignment; 91 if (map_size < size) { 94 SanitizerToolName, map_size, alignment); 98 MmapOrDieOnFatalError(map_size, SecondaryAllocatorName)); 102 MapUnmapCallback().OnMap(map_beg, map_size); 103 uptr map_end = map_beg + map_size; 114 h->map_size = map_size; 115 uptr size_log = MostSignificantSetBitIndex(map_size); 291 uptr map_size; member in struct:LargeMmapAllocator::Header [all...] |
| sanitizer_posix.cpp | 87 uptr map_size = size + alignment; local 88 uptr map_res = (uptr)MmapOrDieOnFatalError(map_size, mem_type); 91 uptr map_end = map_res + map_size;
|
| sanitizer_fuchsia.cpp | 196 static uptr DoMmapFixedOrDie(zx_handle_t vmar, uptr fixed_addr, uptr map_size, 199 map_size = RoundUpTo(map_size, GetPageSize()); 201 zx_status_t status = _zx_vmo_create(map_size, 0, &vmo); 204 ReportMmapFailureAndDie(map_size, name, "zx_vmo_create", status); 208 DCHECK_GE(base + size_, map_size + offset); 213 offset, vmo, 0, map_size, &addr); 217 ReportMmapFailureAndDie(map_size, name, "zx_vmar_map", status); 221 IncreaseTotalMmap(map_size); 225 uptr ReservedAddressRange::Map(uptr fixed_addr, uptr map_size, 299 size_t map_size = size + alignment; local 387 size_t map_size = RoundUpTo(max_len, GetPageSize()); local [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| mem_sec.c | 328 size_t map_size; member in struct:sh_st 512 sh.map_size = pgsize + sh.arena_size + pgsize; 516 sh.map_result = mmap(NULL, sh.map_size, 524 sh.map_result = mmap(NULL, sh.map_size, 533 sh.map_result = VirtualAlloc(NULL, sh.map_size, MEM_COMMIT | MEM_RESERVE, PAGE_READWRITE); 599 if (sh.map_result != MAP_FAILED && sh.map_size) 600 munmap(sh.map_result, sh.map_size); 602 if (sh.map_result != NULL && sh.map_size)
|
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| mem_sec.c | 311 size_t map_size; member in struct:sh_st 497 sh.map_size = pgsize + sh.arena_size + pgsize; 501 sh.map_result = mmap(NULL, sh.map_size, 509 sh.map_result = mmap(NULL, sh.map_size, 518 sh.map_result = VirtualAlloc(NULL, sh.map_size, MEM_COMMIT | MEM_RESERVE, PAGE_READWRITE); 584 if (sh.map_result != MAP_FAILED && sh.map_size) 585 munmap(sh.map_result, sh.map_size); 587 if (sh.map_result != NULL && sh.map_size)
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ |
| mem_sec.c | 283 size_t map_size; member in struct:sh_st 447 sh.map_size = pgsize + sh.arena_size + pgsize; 450 sh.map_result = mmap(NULL, sh.map_size, 458 sh.map_result = mmap(NULL, sh.map_size, 511 if (sh.map_result != MAP_FAILED && sh.map_size) 512 munmap(sh.map_result, sh.map_size);
|
| /src/external/gpl3/binutils/dist/libsframe/ |
| sframe-dump.c | 35 size_t map_size; member in struct:__anon10864
|
| /src/external/gpl2/groff/dist/src/roff/troff/ |
| node.h | 666 int map_size; member in class:font_family
|
| /src/external/gpl3/binutils/dist/bfd/ |
| libbfd.c | 1071 Return mmap address and size in MAP_ADDR and MAP_SIZE. Return NULL 1075 bfd_mmap_local (bfd *abfd, size_t rsize, void **map_addr, size_t *map_size) 1098 offset, map_addr, map_size); 1103 Return mmap address and size in MAP_ADDR and MAP_SIZE. Return NULL 1108 size_t *map_size) 1113 void *result = bfd_mmap_local (abfd, rsize, map_addr, map_size); 1119 /* NB: Set *MAP_ADDR to MEM and *MAP_SIZE to 0 to indicate that 1122 *map_size = 0; 1156 size_t map_size; 1157 mem = bfd_mmap_local (abfd, rsize, &map_addr, &map_size); 1153 size_t map_size; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| libbfd.c | 1071 Return mmap address and size in MAP_ADDR and MAP_SIZE. Return NULL 1075 bfd_mmap_local (bfd *abfd, size_t rsize, void **map_addr, size_t *map_size) 1098 offset, map_addr, map_size); 1103 Return mmap address and size in MAP_ADDR and MAP_SIZE. Return NULL 1108 size_t *map_size) 1114 /* NB: Set *MAP_ADDR to MEM and *MAP_SIZE to 0 to indicate that 1117 *map_size = 0; 1121 return bfd_mmap_local (abfd, rsize, map_addr, map_size); 1154 size_t map_size; 1155 mem = bfd_mmap_local (abfd, rsize, &map_addr, &map_size); 1151 size_t map_size; local [all...] |