Home
last modified time | relevance | path

Searched refs:RegionLength (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/
DCpuMmuCommon.c94 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()
DCpuDxe.h160 OUT UINTN *RegionLength,
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/AArch64/
DMmu.c247 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/Drivers/CpuDxe/Arm/
DMmu.c759 OUT UINTN *RegionLength, in GetMemoryRegionPage() argument
784 *RegionLength = *RegionLength + TT_DESCRIPTOR_PAGE_SIZE; in GetMemoryRegionPage()
802 OUT UINTN *RegionLength, in GetMemoryRegion() argument
815 *RegionLength = 0; in GetMemoryRegion()
859 Status = GetMemoryRegionPage (PageTable, BaseAddress, RegionLength, RegionAttributes); in GetMemoryRegion()
871 *RegionLength = *RegionLength + TT_DESCRIPTOR_SECTION_SIZE; in GetMemoryRegion()
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/AArch64/
DAArch64Mmu.c374 IN UINT64 RegionLength, in UpdateRegionMapping() argument
386 if ((RegionLength == 0) || ((RegionLength & (SIZE_4KB - 1)) != 0)) { in UpdateRegionMapping()
394 BlockEntrySize = RegionLength; in UpdateRegionMapping()
414 RegionLength -= BlockEntrySize; in UpdateRegionMapping()
423 } while ((RegionLength >= BlockEntrySize) && (BlockEntry <= LastBlockEntry)); in UpdateRegionMapping()
424 } while (RegionLength != 0); in UpdateRegionMapping()
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
DCpuDxe.c573 UINT64 RegionLength; in SetGcdMemorySpaceAttributes() local
606 RegionLength = BaseAddress + Length - RegionStart; in SetGcdMemorySpaceAttributes()
608 RegionLength = MemorySpaceMap[Index].BaseAddress + MemorySpaceMap[Index].Length - RegionStart; in SetGcdMemorySpaceAttributes()
615 RegionLength, in SetGcdMemorySpaceAttributes()