HomeSort by relevance Sort by last modified time
    Searched refs:TranslationTableSize (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Sec/
Cache.c 44 UINTN TranslationTableSize;
76 ArmConfigureMmu (MemoryTable, &TranslationTableBase, &TranslationTableSize);
78 BuildMemoryAllocationHob((EFI_PHYSICAL_ADDRESS)(UINTN)TranslationTableBase, TranslationTableSize, EfiBootServicesData);
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Sec/
Cache.c 44 UINTN TranslationTableSize;
76 ArmConfigureMmu (MemoryTable, &TranslationTableBase, &TranslationTableSize);
78 BuildMemoryAllocationHob((EFI_PHYSICAL_ADDRESS)(UINTN)TranslationTableBase, TranslationTableSize, EfiBootServicesData);
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtMemoryInitPeiLib/
ArmVirtMemoryInitPeiLib.c 37 UINTN TranslationTableSize;
45 Status = ArmConfigureMmu (MemoryTable, &TranslationTableBase, &TranslationTableSize);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/MemoryInitPei/
MemoryInitPeiLib.c 36 UINTN TranslationTableSize;
41 Status = ArmConfigureMmu (MemoryTable, &TranslationTableBase, &TranslationTableSize);
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/ArmV7/
ArmV7Mmu.c 268 OUT UINTN *TranslationTableSize OPTIONAL
286 if (TranslationTableSize != NULL) {
287 *TranslationTableSize = TRANSLATION_TABLE_SECTION_SIZE;
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/AArch64/
AArch64Mmu.c 570 OUT UINTN *TranslationTableSize OPTIONAL
675 if (TranslationTableSize != NULL) {
676 *TranslationTableSize = RootTableEntryCount * sizeof(UINT64);
  /device/linaro/bootloader/edk2/ArmPkg/Include/Library/
ArmLib.h 367 OUT UINTN *TranslationTableSize OPTIONAL

Completed in 99 milliseconds