Searched refs:RegionLength (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/ |
D | CpuMmuCommon.c | 94 UINT64 RegionLength; in SetGcdMemorySpaceAttributes() local 137 RegionLength = BaseAddress + Length - RegionStart; in SetGcdMemorySpaceAttributes() 139 RegionLength = MemorySpaceMap[Index].BaseAddress + MemorySpaceMap[Index].Length - RegionStart; in SetGcdMemorySpaceAttributes() 146 RegionLength, in SetGcdMemorySpaceAttributes() 187 UINTN RegionLength; in CpuSetMemoryAttributes() local 201 Status = GetMemoryRegion (&RegionBaseAddress, &RegionLength, &RegionArmAttributes); in CpuSetMemoryAttributes() 206 ((BaseAddress + Length) > (RegionBaseAddress + RegionLength))) in CpuSetMemoryAttributes()
|
D | CpuDxe.h | 160 OUT UINTN *RegionLength,
|
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/AArch64/ |
D | Mmu.c | 247 OUT UINTN *RegionLength, in GetMemoryRegionRec() argument 275 BaseAddress, RegionLength, RegionAttributes); in GetMemoryRegionRec() 289 *RegionLength = 0; in GetMemoryRegionRec() 298 *RegionLength = *RegionLength + TT_BLOCK_ENTRY_SIZE_AT_LEVEL(TableLevel); in GetMemoryRegionRec() 315 OUT UINTN *RegionLength, in GetMemoryRegion() argument 325 ASSERT ((BaseAddress != NULL) && (RegionLength != NULL) && (RegionAttributes != NULL)); in GetMemoryRegion() 335 BaseAddress, RegionLength, RegionAttributes); in GetMemoryRegion()
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmMmuLib/AArch64/ |
D | ArmMmuLibCore.c | 356 IN UINT64 RegionLength, in UpdateRegionMapping() argument 368 if ((RegionLength == 0) || ((RegionLength & (SIZE_4KB - 1)) != 0)) { in UpdateRegionMapping() 376 BlockEntrySize = RegionLength; in UpdateRegionMapping() 396 RegionLength -= BlockEntrySize; in UpdateRegionMapping() 405 } while ((RegionLength >= BlockEntrySize) && (BlockEntry <= LastBlockEntry)); in UpdateRegionMapping() 406 } while (RegionLength != 0); in UpdateRegionMapping()
|
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/Arm/ |
D | Mmu.c | 764 OUT UINTN *RegionLength, in GetMemoryRegionPage() argument 789 *RegionLength = *RegionLength + TT_DESCRIPTOR_PAGE_SIZE; in GetMemoryRegionPage() 807 OUT UINTN *RegionLength, in GetMemoryRegion() argument 820 *RegionLength = 0; in GetMemoryRegion() 864 Status = GetMemoryRegionPage (PageTable, BaseAddress, RegionLength, RegionAttributes); in GetMemoryRegion() 876 *RegionLength = *RegionLength + TT_DESCRIPTOR_SECTION_SIZE; in GetMemoryRegion()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/ |
D | CpuDxe.c | 588 UINT64 RegionLength; in SetGcdMemorySpaceAttributes() local 621 RegionLength = BaseAddress + Length - RegionStart; in SetGcdMemorySpaceAttributes() 623 RegionLength = MemorySpaceMap[Index].BaseAddress + MemorySpaceMap[Index].Length - RegionStart; in SetGcdMemorySpaceAttributes() 630 RegionLength, in SetGcdMemorySpaceAttributes()
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Juno/SmbiosPlatformDxe/ |
D | SmbiosPlatformDxe.c | 729 IN UINT64 RegionLength in InstallMemoryStructure() argument 739 MemoryDescriptor.Base.ExtendedEndingAddress = StartingAddress+RegionLength; in InstallMemoryStructure()
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Common/ |
D | Iscp.h | 253 … UINT32 RegionLength; ///< ACPI v6.0: Table 18-319 [Boot Error Region Length] member
|