Home
last modified time | relevance | path

Searched refs:RegionStart (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/
DCpuMmuCommon.c93 EFI_PHYSICAL_ADDRESS RegionStart; in SetGcdMemorySpaceAttributes() local
132 RegionStart = BaseAddress; in SetGcdMemorySpaceAttributes()
134 RegionStart = MemorySpaceMap[Index].BaseAddress; in SetGcdMemorySpaceAttributes()
137 RegionLength = BaseAddress + Length - RegionStart; in SetGcdMemorySpaceAttributes()
139 RegionLength = MemorySpaceMap[Index].BaseAddress + MemorySpaceMap[Index].Length - RegionStart; in SetGcdMemorySpaceAttributes()
145 RegionStart, in SetGcdMemorySpaceAttributes()
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmMmuLib/AArch64/
DArmMmuLibCore.c192 IN UINT64 RegionStart, in GetBlockEntryListFromAddress() argument
222 if ((RegionStart & (SIZE_4KB - 1)) != 0) { in GetBlockEntryListFromAddress()
238 if (RegionStart == 0) { in GetBlockEntryListFromAddress()
243 BaseAddressAlignment = LowBitSet64 (RegionStart); in GetBlockEntryListFromAddress()
264 BlockEntry = (UINT64*)TT_GET_ENTRY_FOR_ADDRESS (TranslationTable, IndexLevel, RegionStart); in GetBlockEntryListFromAddress()
288 BlockEntryAddress = RegionStart; in GetBlockEntryListFromAddress()
355 IN UINT64 RegionStart, in UpdateRegionMapping() argument
377 …BlockEntry = GetBlockEntryListFromAddress (RootTable, RegionStart, &TableLevel, &BlockEntrySize, &… in UpdateRegionMapping()
392 *BlockEntry |= (RegionStart & TT_ADDRESS_MASK_BLOCK_ENTRY) | Attributes | Type; in UpdateRegionMapping()
395 RegionStart += BlockEntrySize; in UpdateRegionMapping()
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
DCpuDxe.c587 EFI_PHYSICAL_ADDRESS RegionStart; in SetGcdMemorySpaceAttributes() local
616 RegionStart = BaseAddress; in SetGcdMemorySpaceAttributes()
618 RegionStart = MemorySpaceMap[Index].BaseAddress; in SetGcdMemorySpaceAttributes()
621 RegionLength = BaseAddress + Length - RegionStart; in SetGcdMemorySpaceAttributes()
623 RegionLength = MemorySpaceMap[Index].BaseAddress + MemorySpaceMap[Index].Length - RegionStart; in SetGcdMemorySpaceAttributes()
629 RegionStart, in SetGcdMemorySpaceAttributes()
/device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
DBootMonFsOpenClose.c271 UINT64 RegionStart; in BootMonFsFlushFile() local
328 RegionStart = FileStart + Region->Offset; in BootMonFsFlushFile()
329 RegionEnd = RegionStart + Region->Size; in BootMonFsFlushFile()
336 RegionStart, in BootMonFsFlushFile()
390 RegionStart, in BootMonFsFlushFile()