HomeSort by relevance Sort by last modified time
    Searched defs:PhysicalBase (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmMmuLib/Arm/
ArmMmuLibCore.c 109 IN UINT32 PhysicalBase,
192 PageEntry = ((UINT32 *)(TranslationTable) + ((PhysicalBase & TT_DESCRIPTOR_PAGE_INDEX_MASK) >> TT_DESCRIPTOR_PAGE_BASE_SHIFT));
196 *PageEntry++ = TT_DESCRIPTOR_PAGE_BASE_ADDRESS(PhysicalBase) | PageAttributes;
197 PhysicalBase += TT_DESCRIPTOR_PAGE_SIZE;
211 UINT32 PhysicalBase;
216 if (MemoryRegion->PhysicalBase >= SIZE_4GB) {
220 PhysicalBase = MemoryRegion->PhysicalBase;
221 RemainLength = MIN(MemoryRegion->Length, SIZE_4GB - PhysicalBase);
261 if (PhysicalBase % TT_DESCRIPTOR_SECTION_SIZE == 0) {
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Include/Library/
ArmLib.h 49 EFI_PHYSICAL_ADDRESS PhysicalBase;

Completed in 479 milliseconds