Searched refs:temp_ptov_table (Results 1 – 1 of 1) sorted by relevance
1513 arm_vm_physmap_slide(ptov_table_entry *temp_ptov_table, vm_map_address_t orig_va, vm_size_t len, in… in arm_vm_physmap_slide() argument1522 temp_ptov_table[ptov_index].pa = orig_va - gVirtBase + gPhysBase; in arm_vm_physmap_slide()1524 temp_ptov_table[ptov_index].va = physmap_base; in arm_vm_physmap_slide()1526 …temp_ptov_table[ptov_index].va = temp_ptov_table[ptov_index - 1].va + temp_ptov_table[ptov_index -… in arm_vm_physmap_slide()1529 vm_map_address_t orig_offset = temp_ptov_table[ptov_index].pa & ARM_TT_TWIG_OFFMASK; in arm_vm_physmap_slide()1530 vm_map_address_t new_offset = temp_ptov_table[ptov_index].va & ARM_TT_TWIG_OFFMASK; in arm_vm_physmap_slide()1532 temp_ptov_table[ptov_index].va += (orig_offset - new_offset); in arm_vm_physmap_slide()1534 temp_ptov_table[ptov_index].va = ROUND_TWIG(temp_ptov_table[ptov_index].va) + orig_offset; in arm_vm_physmap_slide()1537 assert((temp_ptov_table[ptov_index].va & ARM_PGMASK) == 0); in arm_vm_physmap_slide()1538 temp_ptov_table[ptov_index].len = round_page(len); in arm_vm_physmap_slide()[all …]