Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/mm/
A Dcore_mmu_lpae.c150 #define XLAT_ENTRY_SIZE_SHIFT 3 /* Each MMU table entry is 8 bytes (1 << 3) */ macro
151 #define XLAT_ENTRY_SIZE (1 << XLAT_ENTRY_SIZE_SHIFT)
159 #define XLAT_TABLE_ENTRIES_SHIFT (XLAT_TABLE_SIZE_SHIFT - XLAT_ENTRY_SIZE_SHIFT)

Completed in 4 milliseconds