Home
last modified time | relevance | path

Searched refs:T0SZ (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Library/ArmMmuLib/AArch64/
DArmMmuLibCore.c129 IN UINTN T0SZ, in GetRootTranslationTableInfo() argument
136 *TableLevel = (T0SZ - MIN_T0SZ) / BITS_PER_LEVEL; in GetRootTranslationTableInfo()
140 *TableEntryCount = 1UL << (BITS_PER_LEVEL - (T0SZ - MIN_T0SZ) % BITS_PER_LEVEL); in GetRootTranslationTableInfo()
162 OUT UINTN *T0SZ, in LookupAddresstoRootTable() argument
169 ASSERT ((T0SZ != NULL) && (TableEntryCount != NULL)); in LookupAddresstoRootTable()
182 *T0SZ = 64 - TopBit; in LookupAddresstoRootTable()
185 GetRootTranslationTableInfo (*T0SZ, NULL, TableEntryCount); in LookupAddresstoRootTable()
208 UINTN T0SZ; in GetBlockEntryListFromAddress() local
233 T0SZ = ArmGetTCR () & TCR_T0SZ_MASK; in GetBlockEntryListFromAddress()
235 GetRootTranslationTableInfo (T0SZ, &RootTableLevel, &RootTableEntryCount); in GetBlockEntryListFromAddress()
[all …]
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/AArch64/
DMmu.c143 UINTN T0SZ; in SyncCacheConfig() local
169 T0SZ = Tcr & TCR_T0SZ_MASK; in SyncCacheConfig()
172 GetRootTranslationTableInfo (T0SZ, &TableLevel, &TableCount); in SyncCacheConfig()
323 UINTN T0SZ; in GetMemoryRegion() local
329 T0SZ = ArmGetTCR () & TCR_T0SZ_MASK; in GetMemoryRegion()
331 GetRootTranslationTableInfo (T0SZ, &TableLevel, &EntryCount); in GetMemoryRegion()
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/
DCpuDxe.h166 IN UINTN T0SZ,