Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/mm/
A Dcore_mmu_lpae.c240 #define XLAT_TABLES_SIZE (sizeof(xlat_tbl_t) * MAX_XLAT_TABLES) macro
452 memset(prtn->xlat_tables, 0, XLAT_TABLES_SIZE); in core_alloc_mmu_prtn()
453 tbl += XLAT_TABLES_SIZE; in core_alloc_mmu_prtn()
791 COMPILE_TIME_ASSERT(XLAT_TABLES_SIZE == sizeof(xlat_tables)); in core_init_mmu()

Completed in 4 milliseconds