Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/mm/
H A Dcore_mmu_v7.c231 l1_xlat_tbl_t *l1_table; member
240 .l1_table = &main_mmu_l1_ttb,
254 return (vaddr_t)prtn->l1_table; in core_mmu_get_main_ttb_va()
792 prtn->l1_table = boot_mem_alloc(sizeof(l1_xlat_tbl_t), in core_init_mmu()
794 boot_mem_add_reloc(&prtn->l1_table); in core_init_mmu()