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

/netbsd-current/lib/libedit/
H A Dmap.h71 libedit_private void map_end(EditLine *);
H A Del.c141 map_end(el);
H A Dmap.c944 map_end(el);
949 /* map_end():
953 map_end(EditLine *el) function
/netbsd-current/sys/arch/xen/x86/
H A Dx86_xpmap.c619 vaddr_t page, avail, map_end; local
641 map_end = new_pgd + ((new_count + PDIRSZ) * PAGE_SIZE);
643 map_end += UPAGES * PAGE_SIZE;
644 xen_dummy_page = (vaddr_t)map_end;
645 map_end += PAGE_SIZE;
646 HYPERVISOR_shared_info = (shared_info_t *)map_end;
647 map_end += PAGE_SIZE;
648 early_zerop = (char *)map_end;
649 map_end += PAGE_SIZE;
654 * available VA. map_end i
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_posix.cc94 uptr map_end = map_res + map_size;
101 if (end != map_end)
102 UnmapOrDie((void*)end, map_end - end);
H A Dsanitizer_allocator_secondary.h104 uptr map_end = map_beg + map_size; local
111 CHECK_LE(res + size, map_end);
H A Dsanitizer_fuchsia.cc335 uintptr_t map_end = map_addr + map_size; local
353 if (status == ZX_OK && end != map_end)
354 status = _zx_vmar_unmap(_zx_vmar_root_self(), end, map_end - end);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_posix.cc91 uptr map_end = map_res + map_size;
98 if (end != map_end)
99 UnmapOrDie((void*)end, map_end - end);
H A Dsanitizer_allocator_secondary.h100 uptr map_end = map_beg + map_size; local
107 CHECK_LE(res + size, map_end);
H A Dsanitizer_fuchsia.cc334 uintptr_t map_end = map_addr + map_size; local
352 if (status == ZX_OK && end != map_end)
353 status = _zx_vmar_unmap(_zx_vmar_root_self(), end, map_end - end);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_posix.cpp91 uptr map_end = map_res + map_size;
98 if (end != map_end)
99 UnmapOrDie((void*)end, map_end - end);
H A Dsanitizer_fuchsia.cpp306 uintptr_t map_end = map_addr + map_size; local
325 if (status == ZX_OK && end != map_end)
326 status = _zx_vmar_unmap(_zx_vmar_root_self(), end, map_end - end);
H A Dsanitizer_allocator_secondary.h103 uptr map_end = map_beg + map_size; local
110 CHECK_LE(res + size, map_end);

Completed in 322 milliseconds