Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Library/ArmMmuLib/AArch64/
DArmMmuLibCore.c194 IN OUT UINT64 *BlockEntrySize, in GetBlockEntryListFromAddress() argument
216 if (!(TableLevel && BlockEntrySize && LastBlockEntry)) { in GetBlockEntryListFromAddress()
228 if ((*BlockEntrySize & (SIZE_4KB - 1)) != 0 || *BlockEntrySize == 0) { in GetBlockEntryListFromAddress()
240 BaseAddressAlignment = LowBitSet64 (*BlockEntrySize); in GetBlockEntryListFromAddress()
253 while (*BlockEntrySize < TT_BLOCK_ENTRY_SIZE_AT_LEVEL (PageLevel)) { in GetBlockEntryListFromAddress()
341 *BlockEntrySize = TT_BLOCK_ENTRY_SIZE_AT_LEVEL (PageLevel); in GetBlockEntryListFromAddress()
364 UINT64 BlockEntrySize; in UpdateRegionMapping() local
376 BlockEntrySize = RegionLength; in UpdateRegionMapping()
377 …BlockEntry = GetBlockEntryListFromAddress (RootTable, RegionStart, &TableLevel, &BlockEntrySize, &… in UpdateRegionMapping()
395 RegionStart += BlockEntrySize; in UpdateRegionMapping()
[all …]