HomeSort by: relevance | last modified time | path
    Searched defs:map_end (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libedit/
map.c 944 map_end(el);
949 /* map_end():
953 map_end(EditLine *el) function in typeref:typename:libedit_private void
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_posix.cc 94 uptr map_end = map_res + map_size; local in function:__sanitizer::MmapAlignedOrDieOnFatalError
101 if (end != map_end)
102 UnmapOrDie((void*)end, map_end - end);
sanitizer_allocator_secondary.h 104 uptr map_end = map_beg + map_size; local in function:LargeMmapAllocator::Allocate
111 CHECK_LE(res + size, map_end);
sanitizer_fuchsia.cc 335 uintptr_t map_end = map_addr + map_size; local in function:__sanitizer::MmapAlignedOrDieOnFatalError
353 if (status == ZX_OK && end != map_end)
354 status = _zx_vmar_unmap(_zx_vmar_root_self(), end, map_end - end);
  /src/sys/arch/xen/x86/
x86_xpmap.c 619 vaddr_t page, avail, map_end; local in function:xen_bootstrap_tables
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 is updated only if we are dom0, s
    [all...]

Completed in 14 milliseconds