Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/mm/
H A Dcore_mmu_v7.c594 void *l2tbl = phys_to_virt(ntbl, MEM_AREA_TEE_RAM_RW_DATA, in core_mmu_find_table() local
597 if (!l2tbl) in core_mmu_find_table()
598 l2tbl = phys_to_virt(ntbl, MEM_AREA_SEC_RAM_OVERALL, in core_mmu_find_table()
600 if (!l2tbl) in core_mmu_find_table()
603 core_mmu_set_info_table(tbl_info, 2, n << SECTION_SHIFT, l2tbl); in core_mmu_find_table()