Searched refs:RegionIndex (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | release.h | 453 const uptr RegionIndex, const uptr RegionSize) { in markRangeAsAllCounted() 493 PageMap.incN(RegionIndex, getPageIndex(FromInRegion), in markRangeAsAllCounted() 522 PageMap.incRange(RegionIndex, getPageIndex(ToInRegion), in markRangeAsAllCounted() 532 PageMap.setAsAllCountedRange(RegionIndex, getPageIndex(FromInRegion), in markRangeAsAllCounted() 542 const uptr RegionIndex, const uptr RegionSize, in markFreeBlocksInRegion() 577 PageMap.incN(RegionIndex, getPageIndex(TrailingBlockBase), in markFreeBlocksInRegion() 590 PageMap.inc(RegionIndex, getPageIndex(PInRegion)); in markFreeBlocksInRegion() 599 PageMap.incRange(RegionIndex, getPageIndex(PInRegion), in markFreeBlocksInRegion()
|
| H A D | primary32.h | 475 const uptr RegionIndex = computeRegionId(Region); in allocateRegion() local 476 if (RegionIndex < Sci->MinRegionIndex) in allocateRegion() 477 Sci->MinRegionIndex = RegionIndex; in allocateRegion() 478 if (RegionIndex > Sci->MaxRegionIndex) in allocateRegion() 479 Sci->MaxRegionIndex = RegionIndex; in allocateRegion() 481 PossibleRegions.set(RegionIndex, static_cast<u8>(ClassId + 1U)); in allocateRegion() 901 auto SkipRegion = [this, First, ClassId](uptr RegionIndex) { in getSizeClassFragmentationInfo() 903 return (PossibleRegions[First + RegionIndex] - 1U) != ClassId; in getSizeClassFragmentationInfo() 989 auto SkipRegion = [this, First, ClassId](uptr RegionIndex) { 991 return (PossibleRegions[First + RegionIndex] - 1U) != ClassId; [all …]
|
| H A D | primary64.h | 1115 auto SkipRegion = [](UNUSED uptr RegionIndex) { return false; }; in getRegionFragmentationInfo() 1212 auto SkipRegion = [](UNUSED uptr RegionIndex) { return false; };
|
| /freebsd-14.2/sys/dev/nvdimm/ |
| H A D | nvdimm_nfit.c | 176 offsetof(ACPI_NFIT_CONTROL_REGION, RegionIndex), UINT16_MAX, in acpi_nfit_get_control_region()
|
| /freebsd-14.2/sys/contrib/dev/acpica/include/ |
| H A D | actbl2.h | 1889 UINT16 RegionIndex; member 1941 UINT16 RegionIndex; member 1979 UINT16 RegionIndex; member
|
| /freebsd-14.2/sys/contrib/dev/acpica/common/ |
| H A D | dmtbinfo2.c | 1141 {ACPI_DMT_UINT16, ACPI_NFIT1_OFFSET (RegionIndex), "Control Region Index", 0}, 1194 {ACPI_DMT_UINT16, ACPI_NFIT4_OFFSET (RegionIndex), "Region Index", 0}, 1223 {ACPI_DMT_UINT16, ACPI_NFIT5_OFFSET (RegionIndex), "Region Index", 0},
|
| /freebsd-14.2/usr.sbin/acpi/acpidump/ |
| H A D | acpi.c | 2014 printf("\tRegionIndex=%u\n", (u_int)mmap->RegionIndex); in acpi_print_nfit() 2053 printf("\tRegionIndex=%u\n", (u_int)ctlreg->RegionIndex); in acpi_print_nfit() 2094 printf("\tRegionIndex=%u\n", (u_int)datareg->RegionIndex); in acpi_print_nfit()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMachineCFGStructurizer.cpp | 2390 unsigned RegionIndex = PHIRegionIndices[0]; in splitLoopPHI() local 2391 unsigned RegionSourceReg = getPHISourceReg(PHI, RegionIndex); in splitLoopPHI() 2392 MachineBasicBlock *RegionSourceMBB = getPHIPred(PHI, RegionIndex); in splitLoopPHI()
|