Searched refs:TranslationTableSize (Results 1 - 7 of 7) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Sec/
H A DCache.c44 UINTN TranslationTableSize; local
76 ArmConfigureMmu (MemoryTable, &TranslationTableBase, &TranslationTableSize);
78 BuildMemoryAllocationHob((EFI_PHYSICAL_ADDRESS)(UINTN)TranslationTableBase, TranslationTableSize, EfiBootServicesData);
/device/linaro/bootloader/edk2/BeagleBoardPkg/Sec/
H A DCache.c44 UINTN TranslationTableSize; local
76 ArmConfigureMmu (MemoryTable, &TranslationTableBase, &TranslationTableSize);
78 BuildMemoryAllocationHob((EFI_PHYSICAL_ADDRESS)(UINTN)TranslationTableBase, TranslationTableSize, EfiBootServicesData);
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtMemoryInitPeiLib/
H A DArmVirtMemoryInitPeiLib.c37 UINTN TranslationTableSize; local
45 Status = ArmConfigureMmu (MemoryTable, &TranslationTableBase, &TranslationTableSize);
/device/linaro/bootloader/edk2/ArmPlatformPkg/MemoryInitPei/
H A DMemoryInitPeiLib.c36 UINTN TranslationTableSize; local
41 Status = ArmConfigureMmu (MemoryTable, &TranslationTableBase, &TranslationTableSize);
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/ArmV7/
H A DArmV7Mmu.c268 OUT UINTN *TranslationTableSize OPTIONAL
286 if (TranslationTableSize != NULL) {
287 *TranslationTableSize = TRANSLATION_TABLE_SECTION_SIZE;
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/AArch64/
H A DAArch64Mmu.c570 OUT UINTN *TranslationTableSize OPTIONAL
675 if (TranslationTableSize != NULL) {
676 *TranslationTableSize = RootTableEntryCount * sizeof(UINT64);
/device/linaro/bootloader/edk2/ArmPkg/Include/Library/
H A DArmLib.h367 OUT UINTN *TranslationTableSize OPTIONAL

Completed in 144 milliseconds