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/ArmLib/AArch64/
AArch64Mmu.c 123 // Describe the T0SZ values for each translation table level
140 IN UINTN T0SZ,
147 // Identify the level of the root table from the given T0SZ
149 if (T0SZ <= T0SZPerTableLevel[Index].MaxT0SZ) {
154 // If we have not found the corresponding maximum T0SZ then we use the last one
164 // The Size of the Table is 2^(T0SZ-LargestT0SZ)
166 *TableEntryCount = 1 << (T0SZPerTableLevel[Index].LargestT0SZ - T0SZ + 1);
174 OUT UINTN *T0SZ,
181 ASSERT ((T0SZ != NULL) && (TableEntryCount != NULL));
193 // Calculate T0SZ from the top bit of the MaxAddress
    [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 61 milliseconds