Searched refs:RegionIndex (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | release.h | 461 const uptr RegionIndex, const uptr RegionSize) { in markRangeAsAllCounted() 502 PageMap.incN(RegionIndex, getPageIndex(FromInRegion), in markRangeAsAllCounted() 531 PageMap.incRange(RegionIndex, getPageIndex(ToInRegion), in markRangeAsAllCounted() 541 PageMap.setAsAllCountedRange(RegionIndex, getPageIndex(FromInRegion), in markRangeAsAllCounted() 551 const uptr RegionIndex, const uptr RegionSize, in markFreeBlocksInRegion() 587 PageMap.incN(RegionIndex, getPageIndex(TrailingBlockBase), in markFreeBlocksInRegion() 600 PageMap.inc(RegionIndex, getPageIndex(PInRegion)); in markFreeBlocksInRegion() 609 PageMap.incRange(RegionIndex, getPageIndex(PInRegion), in markFreeBlocksInRegion()
|
| H A D | primary32.h | 540 const uptr RegionIndex = computeRegionId(Region); in allocateRegion() local 541 if (RegionIndex < Sci->MinRegionIndex) in allocateRegion() 542 Sci->MinRegionIndex = RegionIndex; in allocateRegion() 543 if (RegionIndex > Sci->MaxRegionIndex) in allocateRegion() 544 Sci->MaxRegionIndex = RegionIndex; in allocateRegion() 546 PossibleRegions.set(RegionIndex, static_cast<u8>(ClassId + 1U)); in allocateRegion() 1012 auto SkipRegion = [this, First, ClassId](uptr RegionIndex) { in getSizeClassFragmentationInfo() 1014 return (PossibleRegions[First + RegionIndex] - 1U) != ClassId; in getSizeClassFragmentationInfo() 1104 auto SkipRegion = [this, First, ClassId](uptr RegionIndex) { in releaseToOSMaybe() 1106 return (PossibleRegions[First + RegionIndex] - 1U) != ClassId; in releaseToOSMaybe() [all …]
|
| H A D | primary64.h | 1194 auto SkipRegion = [](UNUSED uptr RegionIndex) { return false; }; in getRegionFragmentationInfo() 1245 auto SkipRegion = [](UNUSED uptr RegionIndex) { return false; }; in getMemoryGroupFragmentationInfoInRegion() 1456 auto SkipRegion = [](UNUSED uptr RegionIndex) { return false; }; in releaseToOSMaybe()
|
| /freebsd/sys/dev/nvdimm/ |
| H A D | nvdimm_nfit.c | 175 offsetof(ACPI_NFIT_CONTROL_REGION, RegionIndex), UINT16_MAX, in acpi_nfit_get_control_region()
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | actbl2.h | 2664 UINT16 RegionIndex; member 2716 UINT16 RegionIndex; member 2754 UINT16 RegionIndex; member
|
| /freebsd/sys/contrib/dev/acpica/common/ |
| H A D | dmtbinfo2.c | 1633 {ACPI_DMT_UINT16, ACPI_NFIT1_OFFSET (RegionIndex), "Control Region Index", 0}, 1686 {ACPI_DMT_UINT16, ACPI_NFIT4_OFFSET (RegionIndex), "Region Index", 0}, 1715 {ACPI_DMT_UINT16, ACPI_NFIT5_OFFSET (RegionIndex), "Region Index", 0},
|
| /freebsd/usr.sbin/acpi/acpidump/ |
| H A D | acpi.c | 2337 printf("\tRegionIndex=%u\n", (u_int)mmap->RegionIndex); in acpi_print_nfit() 2376 printf("\tRegionIndex=%u\n", (u_int)ctlreg->RegionIndex); in acpi_print_nfit() 2417 printf("\tRegionIndex=%u\n", (u_int)datareg->RegionIndex); in acpi_print_nfit()
|