Home
last modified time | relevance | path

Searched refs:max_address (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac_libcdep.cpp21 void RestrictMemoryToMaxAddress(uptr max_address) { in RestrictMemoryToMaxAddress() argument
22 uptr size_to_mmap = GetMaxUserVirtualAddress() + 1 - max_address; in RestrictMemoryToMaxAddress()
23 void *res = MmapFixedNoAccess(max_address, size_to_mmap, "high gap"); in RestrictMemoryToMaxAddress()
Dsanitizer_mac.h63 void RestrictMemoryToMaxAddress(uptr max_address);
Dsanitizer_mac.cpp1095 mach_vm_address_t max_address; member
1104 return err ? 0 : vm_info.max_address; in GetTaskInfoMaxAddress()
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_linux.cpp105 uptr max_address = GetMaxUserVirtualAddress(); in GetHighMemEnd() local
108 max_address |= (GetMmapGranularity() << kShadowScale) - 1; in GetHighMemEnd()
109 return max_address; in GetHighMemEnd()
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc1256 const uint64_t max_address = in ReadRangeList() local
1271 if (start_address == max_address) { // Base address selection in ReadRangeList()
/external/vixl/test/aarch64/
Dtest-assembler-sve-aarch64.cc8765 uint64_t* max_address = nullptr) { in BufferFillingHelper() argument
8775 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() local
9911 &max_address); in GatherLoadScalarPlusVectorHelper()
10009 uint64_t max_address = 0; in GatherLoadScalarPlusScalarOrImmHelper() local
10018 &max_address); in GatherLoadScalarPlusScalarOrImmHelper()
10024 uint64_t maxed_offsets_imm = max_address - uint_e_max; in GatherLoadScalarPlusScalarOrImmHelper()