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

  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmMmuLib/AArch64/
ArmMmuLibCore.c 129 IN UINTN T0SZ,
136 *TableLevel = (T0SZ - MIN_T0SZ) / BITS_PER_LEVEL;
140 *TableEntryCount = 1UL << (BITS_PER_LEVEL - (T0SZ - MIN_T0SZ) % BITS_PER_LEVEL);
162 OUT UINTN *T0SZ,
169 ASSERT ((T0SZ != NULL) && (TableEntryCount != NULL));
181 // Calculate T0SZ from the top bit of the MaxAddress
182 *T0SZ = 64 - TopBit;
184 // Get the Table info from T0SZ
185 GetRootTranslationTableInfo (*T0SZ, NULL, TableEntryCount);
208 UINTN T0SZ;
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/AArch64/
Mmu.c 143 UINTN T0SZ;
169 T0SZ = Tcr & TCR_T0SZ_MASK;
172 GetRootTranslationTableInfo (T0SZ, &TableLevel, &TableCount);
323 UINTN T0SZ;
329 T0SZ = ArmGetTCR () & TCR_T0SZ_MASK;
330 // Get the Table info from T0SZ
331 GetRootTranslationTableInfo (T0SZ, &TableLevel, &EntryCount);
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/
CpuDxe.h 166 IN UINTN T0SZ,

Completed in 87 milliseconds