HomeSort by relevance Sort by last modified time
    Searched defs:RegionStart (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/
CpuMmuCommon.c 93 EFI_PHYSICAL_ADDRESS RegionStart;
132 RegionStart = BaseAddress;
134 RegionStart = MemorySpaceMap[Index].BaseAddress;
137 RegionLength = BaseAddress + Length - RegionStart;
139 RegionLength = MemorySpaceMap[Index].BaseAddress + MemorySpaceMap[Index].Length - RegionStart;
145 RegionStart,
  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsOpenClose.c 271 UINT64 RegionStart;
326 // RegionStart and RegionEnd are the the intended NOR address of the
328 RegionStart = FileStart + Region->Offset;
329 RegionEnd = RegionStart + Region->Size;
336 RegionStart,
390 RegionStart,
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuDxe.c 587 EFI_PHYSICAL_ADDRESS RegionStart;
616 RegionStart = BaseAddress;
618 RegionStart = MemorySpaceMap[Index].BaseAddress;
621 RegionLength = BaseAddress + Length - RegionStart;
623 RegionLength = MemorySpaceMap[Index].BaseAddress + MemorySpaceMap[Index].Length - RegionStart;
629 RegionStart,

Completed in 198 milliseconds