Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/mm/
A Dcore_mmu_lpae.c243 #define XLAT_TABLES_SIZE (sizeof(xlat_tbl_t) * MAX_XLAT_TABLES) macro
465 memset(prtn->xlat_tables, 0, XLAT_TABLES_SIZE); in core_alloc_mmu_prtn()
466 tbl += XLAT_TABLES_SIZE; in core_alloc_mmu_prtn()
806 COMPILE_TIME_ASSERT(XLAT_TABLES_SIZE == sizeof(xlat_tables)); in core_init_mmu()

Completed in 4 milliseconds