Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/mm/
H A Dcore_mmu_v7.c593 paddr_t ntbl = tbl[n] & ~((1 << 10) - 1); in core_mmu_find_table() local
594 void *l2tbl = phys_to_virt(ntbl, MEM_AREA_TEE_RAM_RW_DATA, in core_mmu_find_table()
598 l2tbl = phys_to_virt(ntbl, MEM_AREA_SEC_RAM_OVERALL, in core_mmu_find_table()