Home
last modified time | relevance | path

Searched refs:GetMaxUserVirtualAddress (Results 1 – 14 of 14) sorted by relevance

/freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_mac_libcdep.cpp22 uptr size_to_mmap = GetMaxUserVirtualAddress() + 1 - max_address; in RestrictMemoryToMaxAddress()
HDsanitizer_fuchsia.cpp123 uptr GetMaxUserVirtualAddress() { in GetMaxUserVirtualAddress() function
128 uptr GetMaxVirtualAddress() { return GetMaxUserVirtualAddress(); } in GetMaxVirtualAddress()
HDsanitizer_mac.cpp1152 uptr GetMaxUserVirtualAddress() { in GetMaxUserVirtualAddress() function
1173 uptr GetMaxUserVirtualAddress() { in GetMaxUserVirtualAddress() function
1187 return GetMaxUserVirtualAddress(); in GetMaxVirtualAddress()
HDsanitizer_win.cpp82 uptr GetMaxUserVirtualAddress() { in GetMaxUserVirtualAddress() function
89 return GetMaxUserVirtualAddress(); in GetMaxVirtualAddress()
HDsanitizer_linux_libcdep.cpp153 uptr maxAddr = GetMaxUserVirtualAddress(); in GetThreadStackTopAndBottom()
HDsanitizer_common.h79 uptr GetMaxUserVirtualAddress();
HDsanitizer_linux.cpp1198 uptr GetMaxUserVirtualAddress() { in GetMaxUserVirtualAddress() function
/freebsd-head/contrib/llvm-project/compiler-rt/lib/memprof/
HDmemprof_rtl.cpp122 kHighMemEnd = GetMaxUserVirtualAddress(); in InitializeHighMemEnd()
/freebsd-head/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_platform_mac.cpp228 uptr max_vm = GetMaxUserVirtualAddress() + 1; in InitializePlatformEarly()
/freebsd-head/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_linux.cpp131 const uptr maxVirtualAddress = GetMaxUserVirtualAddress(); in InitShadow()
/freebsd-head/contrib/llvm-project/compiler-rt/lib/cfi/
HDcfi.cpp318 uptr vma = GetMaxUserVirtualAddress(); in InitShadow()
/freebsd-head/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_linux.cpp101 uptr max_address = GetMaxUserVirtualAddress(); in GetHighMemEnd()
/freebsd-head/contrib/llvm-project/compiler-rt/lib/dfsan/
HDdfsan.cpp1075 const uptr maxVirtualAddress = GetMaxUserVirtualAddress(); in dfsan_flush()
1186 const uptr maxVirtualAddress = GetMaxUserVirtualAddress(); in InitShadow()
/freebsd-head/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_rtl.cpp328 kHighMemEnd = GetMaxUserVirtualAddress(); in InitializeHighMemEnd()