Searched refs:mmap_lower (Results 1 – 1 of 1) sorted by relevance
65 bool mmap_lower = (flags & MAP_32BIT) != 0; in TargetMMap() local72 CHECK(!mmap_lower) << "cannot map files into low memory for Fuchsia"; in TargetMMap()96 status = zx_object_get_info((mmap_lower ? fuchsia_lowmem_vmar : zx_vmar_root_self()), in TargetMMap()117 if (mmap_lower) { in TargetMMap()