| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | primary32.h | 100 RegionSize); in unmapTestOnly() 118 unmap(reinterpret_cast<void *>(I * RegionSize), RegionSize); in unmapTestOnly() 307 const uptr From = I * RegionSize; in iterateOverBlocks() 434 uptr MapSize = 2 * RegionSize; in allocateRegionSlow() 441 if (isAligned(Region, RegionSize)) { in allocateRegionSlow() 446 MapSize = RegionSize; in allocateRegionSlow() 448 Region = roundUp(MapBase, RegionSize); in allocateRegionSlow() 450 MapSize = RegionSize; in allocateRegionSlow() 456 DCHECK_EQ(Region % RegionSize, 0U); in allocateRegionSlow() 899 const uptr Base = First * RegionSize; in getSizeClassFragmentationInfo() [all …]
|
| H A D | release.h | 453 const uptr RegionIndex, const uptr RegionSize) { in markRangeAsAllCounted() 455 DCHECK_LE(To, Base + RegionSize); in markRangeAsAllCounted() 457 DCHECK_LE(To - From, RegionSize); in markRangeAsAllCounted() 507 if (LastBlockInRange + BlockSize != RegionSize) { in markRangeAsAllCounted() 526 ToInRegion = RegionSize; in markRangeAsAllCounted() 542 const uptr RegionIndex, const uptr RegionSize, in markFreeBlocksInRegion() 549 ((RegionSize / BlockSize) - 1U) * BlockSize; in markFreeBlocksInRegion() 561 const uptr RoundedRegionSize = roundUp(RegionSize, PageSize); in markFreeBlocksInRegion() 589 DCHECK_LT(PInRegion, RegionSize); in markFreeBlocksInRegion() 595 DCHECK_GE(RegionSize, BlockSize); in markFreeBlocksInRegion()
|
| H A D | primary64.h | 152 PrimaryBase + (I << RegionSizeLog), RegionSize); in init() 531 static const uptr RegionSize = 1UL << RegionSizeLog; 533 static const uptr PrimarySize = RegionSize * NumClasses; 590 RegionSize) + in getRegionBaseByClassId() 995 if (UNLIKELY(RegionBase + MappedUser + MapSize > RegionSize)) { in populateFreeListAndPopBatch()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CastSizeChecker.cpp | 50 static bool evenFlexibleArraySize(ASTContext &Ctx, CharUnits RegionSize, in evenFlexibleArraySize() argument 82 CharUnits Left = RegionSize - TypeSize; in evenFlexibleArraySize()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | enable_execute_stack.c | 47 VirtualProtect(mbi.BaseAddress, mbi.RegionSize, PAGE_EXECUTE_READWRITE, in __enable_execute_stack()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_win.cpp | 129 *stack_top = (uptr)mbi.BaseAddress + mbi.RegionSize; in GetThreadStackTopAndBottom() 417 if (shadow_address + size < (uptr)info.BaseAddress + info.RegionSize) in FindAvailableMemoryRange() 422 address = (uptr)info.BaseAddress + info.RegionSize; in FindAvailableMemoryRange() 437 (uptr)mbi.BaseAddress + mbi.RegionSize >= range_end; in MemoryRangeIsAvailable() 972 if (info.RegionSize == 0) in IsAccessibleMemoryRange() 975 page += info.RegionSize; in IsAccessibleMemoryRange()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/interception/ |
| H A D | interception_win.cpp | 356 if (info.State == MEM_FREE && info.RegionSize >= granularity) { in AllocateTrampolineRegion() 365 address = (uptr)info.BaseAddress + info.RegionSize; in AllocateTrampolineRegion() 366 scanned += info.RegionSize; in AllocateTrampolineRegion()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Minidump.h | 109 support::ulittle64_t RegionSize; member
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | MinidumpParser.cpp | 530 region.GetRange().SetByteSize(entry.RegionSize); in CreateRegionsCacheFromMemoryInfoList()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | MinidumpYAML.cpp | 251 mapRequiredHex(IO, "Region Size", Info.RegionSize); in mapping()
|
| /freebsd-14.2/sys/dev/mps/mpi/ |
| H A D | mpi2_ioc.h | 1299 U32 RegionSize; /* 0x08 */ member
|
| /freebsd-14.2/sys/contrib/dev/acpica/include/ |
| H A D | actbl2.h | 1890 UINT64 RegionSize; member
|
| /freebsd-14.2/sys/contrib/dev/acpica/common/ |
| H A D | dmtbinfo2.c | 1142 {ACPI_DMT_UINT64, ACPI_NFIT1_OFFSET (RegionSize), "Region Size", 0},
|
| /freebsd-14.2/usr.sbin/acpi/acpidump/ |
| H A D | acpi.c | 2015 printf("\tRegionSize=0x%016jx\n", (uintmax_t)mmap->RegionSize); in acpi_print_nfit()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 912 Size = mbi.RegionSize;
|