HomeSort by relevance Sort by last modified time
    Searched refs:RegionLength (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/
CpuMmuCommon.c 94 UINT64 RegionLength;
137 RegionLength = BaseAddress + Length - RegionStart;
139 RegionLength = MemorySpaceMap[Index].BaseAddress + MemorySpaceMap[Index].Length - RegionStart;
146 RegionLength,
187 UINTN RegionLength;
201 Status = GetMemoryRegion (&RegionBaseAddress, &RegionLength, &RegionArmAttributes);
206 ((BaseAddress + Length) > (RegionBaseAddress + RegionLength)))
CpuDxe.h 160 OUT UINTN *RegionLength,
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/AArch64/
Mmu.c 247 OUT UINTN *RegionLength,
275 BaseAddress, RegionLength, RegionAttributes);
289 *RegionLength = 0;
298 *RegionLength = *RegionLength + TT_BLOCK_ENTRY_SIZE_AT_LEVEL(TableLevel);
315 OUT UINTN *RegionLength,
325 ASSERT ((BaseAddress != NULL) && (RegionLength != NULL) && (RegionAttributes != NULL));
335 BaseAddress, RegionLength, RegionAttributes);
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/AArch64/
AArch64Mmu.c 374 IN UINT64 RegionLength,
386 if ((RegionLength == 0) || ((RegionLength & (SIZE_4KB - 1)) != 0)) {
394 BlockEntrySize = RegionLength;
414 RegionLength -= BlockEntrySize;
423 } while ((RegionLength >= BlockEntrySize) && (BlockEntry <= LastBlockEntry));
424 } while (RegionLength != 0);
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/Arm/
Mmu.c 759 OUT UINTN *RegionLength,
784 *RegionLength = *RegionLength + TT_DESCRIPTOR_PAGE_SIZE;
802 OUT UINTN *RegionLength,
815 *RegionLength = 0;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuDxe.c 573 UINT64 RegionLength;
606 RegionLength = BaseAddress + Length - RegionStart;
608 RegionLength = MemorySpaceMap[Index].BaseAddress + MemorySpaceMap[Index].Length - RegionStart;
615 RegionLength,

Completed in 1035 milliseconds