Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/mm/
H A Dcore_mmu_lpae.c756 uint64_t *orig_table = NULL; in core_mmu_entry_copy() local
782 orig_table = core_mmu_xlat_table_entry_pa2va(prtn, tbl_info->level, in core_mmu_entry_copy()
784 if (!orig_table) in core_mmu_entry_copy()
788 memcpy(new_table, orig_table, XLAT_TABLE_ENTRIES * XLAT_ENTRY_SIZE); in core_mmu_entry_copy()