Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Library/ArmMmuLib/Arm/
DArmMmuLibCore.c261 if (PhysicalBase % TT_DESCRIPTOR_SECTION_SIZE == 0) { in FillTranslationTable()
262 if (RemainLength >= TT_DESCRIPTOR_SECTION_SIZE) { in FillTranslationTable()
265 PhysicalBase += TT_DESCRIPTOR_SECTION_SIZE; in FillTranslationTable()
277 PhysicalBase = (PhysicalBase + TT_DESCRIPTOR_SECTION_SIZE) & ~(TT_DESCRIPTOR_SECTION_SIZE-1); in FillTranslationTable()
280 if (RemainLength < TT_DESCRIPTOR_SECTION_SIZE) { in FillTranslationTable()
284 RemainLength -= TT_DESCRIPTOR_SECTION_SIZE; in FillTranslationTable()
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/Arm/
DMmu.c298 NextRegionLength += TT_DESCRIPTOR_SECTION_SIZE; in SyncCacheConfig()
327 NextRegionLength += TT_DESCRIPTOR_SECTION_SIZE; in SyncCacheConfig()
574 NumSections = Length / TT_DESCRIPTOR_SECTION_SIZE; in UpdateSectionEntries()
583 …ries ((FirstLevelIdx + i) << TT_DESCRIPTOR_SECTION_BASE_SHIFT, TT_DESCRIPTOR_SECTION_SIZE, Attribu… in UpdateSectionEntries()
876 *RegionLength = *RegionLength + TT_DESCRIPTOR_SECTION_SIZE; in GetMemoryRegion()
/device/linaro/bootloader/edk2/ArmPkg/Include/Chipset/
DArmV7Mmu.h71 #define TT_DESCRIPTOR_SECTION_SIZE (0x00100000) macro