Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/AArch64/
DAArch64Mmu.c213 UINT64 *BlockEntry; in GetBlockEntryListFromAddress() local
225 BlockEntry = NULL; in GetBlockEntryListFromAddress()
276 BlockEntry = (UINT64*)TT_GET_ENTRY_FOR_ADDRESS (TranslationTable, IndexLevel, RegionStart); in GetBlockEntryListFromAddress()
278 if ((IndexLevel != 3) && ((*BlockEntry & TT_TYPE_MASK) == TT_TYPE_TABLE_ENTRY)) { in GetBlockEntryListFromAddress()
280 TranslationTable = (UINT64*)(*BlockEntry & TT_ADDRESS_MASK_DESCRIPTION_TABLE); in GetBlockEntryListFromAddress()
287 } else if ((*BlockEntry & TT_TYPE_MASK) == TT_TYPE_BLOCK_ENTRY) { in GetBlockEntryListFromAddress()
291 Attributes = *BlockEntry & TT_ATTRIBUTES_MASK; in GetBlockEntryListFromAddress()
333 …*BlockEntry = ((UINTN)TranslationTable & TT_ADDRESS_MASK_DESCRIPTION_TABLE) | TableAttributes | TT… in GetBlockEntryListFromAddress()
350 … *BlockEntry = ((UINTN)TranslationTable & TT_ADDRESS_MASK_DESCRIPTION_TABLE) | TT_TYPE_TABLE_ENTRY; in GetBlockEntryListFromAddress()
366 return BlockEntry; in GetBlockEntryListFromAddress()
[all …]
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/AArch64/
DMmu.c253 UINT64 *BlockEntry; in GetMemoryRegionRec() local
264 BlockEntry = (UINT64*)TT_GET_ENTRY_FOR_ADDRESS (TranslationTable, TableLevel, *BaseAddress); in GetMemoryRegionRec()
265 EntryType = *BlockEntry & TT_TYPE_MASK; in GetMemoryRegionRec()
268 NextTranslationTable = (UINT64*)(*BlockEntry & TT_ADDRESS_MASK_DESCRIPTION_TABLE); in GetMemoryRegionRec()
284 BlockEntry++; in GetMemoryRegionRec()
290 *RegionAttributes = *BlockEntry & TT_ATTRIBUTES_MASK; in GetMemoryRegionRec()
296 while (BlockEntry <= LastBlockEntry) { in GetMemoryRegionRec()
297 if ((*BlockEntry & TT_ATTRIBUTES_MASK) == *RegionAttributes) { in GetMemoryRegionRec()
303 BlockEntry++; in GetMemoryRegionRec()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DConfigRouting.c1543 InsertBlockData (&VarStorageData->BlockEntry, &BlockData); in IsThisOpcodeRequired()
2166 InsertBlockData (&VarStorageData->BlockEntry, &BlockData); in ParseIfrData()
2292 …for (LinkData = VarStorageData->BlockEntry.ForwardLink; LinkData != &VarStorageData->BlockEntry; L… in ParseIfrData()
2627 …for (Link = VarStorageData->BlockEntry.ForwardLink; Link != &VarStorageData->BlockEntry; Link = Li… in GenerateConfigRequest()
2675 …for (Link = VarStorageData->BlockEntry.ForwardLink; Link != &VarStorageData->BlockEntry; Link = Li… in GenerateConfigRequest()
2895 …for (LinkData = VarStorageData->BlockEntry.ForwardLink; LinkData != &VarStorageData->BlockEntry; L… in GenerateAltConfigResp()
2958 …for (LinkData = VarStorageData->BlockEntry.ForwardLink; LinkData != &VarStorageData->BlockEntry; L… in GenerateAltConfigResp()
3180 InitializeListHead (&VarStorageData->BlockEntry); in GetFullStringFromHiiFormPackages()
3263 while (!IsListEmpty (&VarStorageData->BlockEntry)) { in GetFullStringFromHiiFormPackages()
3264 BlockData = BASE_CR (VarStorageData->BlockEntry.ForwardLink, IFR_BLOCK_DATA, Entry); in GetFullStringFromHiiFormPackages()
DHiiDatabase.h71 LIST_ENTRY BlockEntry; // Link to its Block array member