Home
last modified time | relevance | path

Searched refs:GetPageSize (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_fuchsia.cpp114 uptr GetPageSize() { return _zx_system_get_page_size(); } in GetPageSize() function
187 size = RoundUpTo(size, GetPageSize()); in DoAnonymousMmapOrDie()
231 init_size = RoundUpTo(init_size, GetPageSize()); in Init()
252 map_size = RoundUpTo(map_size, GetPageSize()); in DoMmapFixedOrDie()
294 size = RoundUpTo(size, GetPageSize()); in UnmapOrDieVmar()
353 CHECK_GE(size, GetPageSize()); in MmapAlignedOrDieOnFatalError()
419 uptr beg_aligned = RoundUpTo(beg, GetPageSize()); in ReleaseMemoryPagesToOS()
420 uptr end_aligned = RoundDownTo(end, GetPageSize()); in ReleaseMemoryPagesToOS()
H A Dsanitizer_common_libcdep.cpp226 const uptr page_size = GetPageSize(); in MemCpyAccessible()
H A Dsanitizer_common.h65 inline uptr GetPageSize() { return 4096; } in GetPageSize() function
68 uptr GetPageSize();
72 PageSizeCached = GetPageSize(); in GetPageSizeCached()
H A Dsanitizer_posix.cpp41 return GetPageSize(); in GetMmapGranularity()
H A Dsanitizer_win.cpp70 uptr GetPageSize() { in GetPageSize() function
H A Dsanitizer_mac.cpp489 uptr GetPageSize() { in GetPageSize() function
H A Dsanitizer_linux.cpp1258 uptr GetPageSize() { in GetPageSize() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp84 bottom = RoundDownTo(local_stack, GetPageSize()); in PlatformUnpoisonStacks()
90 bottom = RoundDownTo(local_stack, GetPageSize()); in PlatformUnpoisonStacks()
91 top = bottom + GetPageSize(); in PlatformUnpoisonStacks()
H A Dasan_interceptors.cpp158 DCHECK(IsAligned(beg, GetPageSize()));
159 SIZE_T rounded_length = RoundUpTo(length, GetPageSize());
162 PoisonShadow(beg, RoundUpTo(length, GetPageSize()), 0);
172 if (length && IsAligned(beg, GetPageSize())) { in munmap_interceptor()
173 SIZE_T rounded_length = RoundUpTo(length, GetPageSize()); in munmap_interceptor()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp184 SIZE_T rounded_length = RoundUpTo(length, GetPageSize()); in mmap_interceptor()
201 DCHECK(IsAligned(beg, GetPageSize())); in mmap_interceptor()
220 if (length && IsAligned(beg, GetPageSize())) { in munmap_interceptor()
221 SIZE_T rounded_length = RoundUpTo(length, GetPageSize()); in munmap_interceptor()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp157 int SBMemoryRegionInfo::GetPageSize() { in GetPageSize() function in SBMemoryRegionInfo
160 return m_opaque_up->GetPageSize(); in GetPageSize()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBMemoryRegionInfoDocstrings.i31 ) lldb::SBMemoryRegionInfo::GetPageSize();
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h25 static size_t GetPageSize();
/freebsd/contrib/llvm-project/compiler-rt/lib/tysan/
H A Dtysan_interceptors.cpp72 tysan_set_type_unknown(res, RoundUpTo(length, GetPageSize())); in INTERCEPTOR()
81 tysan_set_type_unknown(res, RoundUpTo(length, GetPageSize())); in INTERCEPTOR()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBMemoryRegionInfo.h112 int GetPageSize();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp80 function_stack_bottom = function_stack_pointer - HostInfo::GetPageSize(); in MischiefManaged()
H A DProcess.cpp6509 const addr_t page_size = region.GetPageSize(); in AddDirtyPages()
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp59 size_t HostInfoPosix::GetPageSize() { return ::getpagesize(); } in GetPageSize() function in HostInfoPosix
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h122 int GetPageSize() const { return m_pagesize; } in GetPageSize() function
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp168 function_stack_bottom = function_stack_pointer - HostInfo::GetPageSize(); in DoExecute()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1091 SIZE_T rounded_length = RoundUpTo(length, GetPageSize()); in mmap_interceptor()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp38568 result = (int)(arg1)->GetPageSize(); in _wrap_SBMemoryRegionInfo_GetPageSize()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc24135 {"_ZN4llvm3sys7Process11GetPageSizeEv", "llvm::sys::Process::GetPageSize()"},