Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Library/ArmMmuLib/AArch64/
DArmMmuLibCore.c191 IN UINT64 *RootTable, in GetBlockEntryListFromAddress() argument
262 TranslationTable = RootTable; in GetBlockEntryListFromAddress()
354 IN UINT64 *RootTable, in UpdateRegionMapping() argument
377 …BlockEntry = GetBlockEntryListFromAddress (RootTable, RegionStart, &TableLevel, &BlockEntrySize, &… in UpdateRegionMapping()
414 IN UINT64 *RootTable, in FillTranslationTable() argument
419 RootTable, in FillTranslationTable()
467 UINT64 *RootTable; in SetMemoryRegionAttribute() local
469 RootTable = ArmGetTTBR0BaseAddress (); in SetMemoryRegionAttribute()
471 Status = UpdateRegionMapping (RootTable, BaseAddress, Length, Attributes, BlockEntryMask); in SetMemoryRegionAttribute()