Searched refs:max_address (Results 1 – 6 of 6) sorted by relevance
21 void RestrictMemoryToMaxAddress(uptr max_address) { in RestrictMemoryToMaxAddress() argument22 uptr size_to_mmap = GetMaxUserVirtualAddress() + 1 - max_address; in RestrictMemoryToMaxAddress()23 void *res = MmapFixedNoAccess(max_address, size_to_mmap, "high gap"); in RestrictMemoryToMaxAddress()
63 void RestrictMemoryToMaxAddress(uptr max_address);
1095 mach_vm_address_t max_address; member1104 return err ? 0 : vm_info.max_address; in GetTaskInfoMaxAddress()
105 uptr max_address = GetMaxUserVirtualAddress(); in GetHighMemEnd() local108 max_address |= (GetMmapGranularity() << kShadowScale) - 1; in GetHighMemEnd()109 return max_address; in GetHighMemEnd()
1256 const uint64_t max_address = in ReadRangeList() local1271 if (start_address == max_address) { // Base address selection in ReadRangeList()
8765 uint64_t* max_address = nullptr) { in BufferFillingHelper() argument8775 if (max_address != nullptr) { in BufferFillingHelper()8776 *max_address = 0; in BufferFillingHelper()8784 if ((addresses != nullptr) && (max_address != nullptr)) { in BufferFillingHelper()8786 *max_address = std::max(*max_address, addresses[i]); in BufferFillingHelper()9900 uint64_t max_address = 0; in GatherLoadScalarPlusVectorHelper() local9911 &max_address); in GatherLoadScalarPlusVectorHelper()10009 uint64_t max_address = 0; in GatherLoadScalarPlusScalarOrImmHelper() local10018 &max_address); in GatherLoadScalarPlusScalarOrImmHelper()10024 uint64_t maxed_offsets_imm = max_address - uint_e_max; in GatherLoadScalarPlusScalarOrImmHelper()