Searched refs:new_table (Results 1 – 2 of 2) sorted by relevance
516 uint64_t *new_table = NULL; in core_mmu_xlat_table_alloc() local524 new_table = prtn->xlat_tables[prtn->xlat_tables_used++]; in core_mmu_xlat_table_alloc()529 return new_table; in core_mmu_xlat_table_alloc()571 uint64_t *new_table = NULL; in core_mmu_entry_copy() local592 new_table = core_mmu_xlat_table_alloc(prtn); in core_mmu_entry_copy()593 if (!new_table) in core_mmu_entry_copy()1057 uint64_t *new_table; in core_mmu_entry_to_finer_grained() local1081 new_table = core_mmu_xlat_table_alloc(prtn); in core_mmu_entry_to_finer_grained()1082 if (!new_table) in core_mmu_entry_to_finer_grained()1089 new_table[i] = pa | attr | BLOCK_DESC; in core_mmu_entry_to_finer_grained()[all …]
589 uint32_t *new_table; in core_mmu_entry_to_finer_grained() local618 new_table = core_mmu_alloc_l2(get_prtn(), in core_mmu_entry_to_finer_grained()621 if (!new_table) in core_mmu_entry_to_finer_grained()624 new_table_desc = SECTION_PT_PT | virt_to_phys(new_table); in core_mmu_entry_to_finer_grained()633 new_table[i] = desc | pa; in core_mmu_entry_to_finer_grained()
Completed in 7 milliseconds