Searched refs:temp_ptov_table (Results 1 – 1 of 1) sorted by relevance
1485 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() argument1494 temp_ptov_table[ptov_index].pa = orig_va - gVirtBase + gPhysBase; in arm_vm_physmap_slide()1496 temp_ptov_table[ptov_index].va = physmap_base; in arm_vm_physmap_slide()1498 …temp_ptov_table[ptov_index].va = temp_ptov_table[ptov_index - 1].va + temp_ptov_table[ptov_index -… in arm_vm_physmap_slide()1501 vm_map_address_t orig_offset = temp_ptov_table[ptov_index].pa & ARM_TT_TWIG_OFFMASK; in arm_vm_physmap_slide()1502 vm_map_address_t new_offset = temp_ptov_table[ptov_index].va & ARM_TT_TWIG_OFFMASK; in arm_vm_physmap_slide()1504 temp_ptov_table[ptov_index].va += (orig_offset - new_offset); in arm_vm_physmap_slide()1506 temp_ptov_table[ptov_index].va = ROUND_TWIG(temp_ptov_table[ptov_index].va) + orig_offset; in arm_vm_physmap_slide()1509 assert((temp_ptov_table[ptov_index].va & ARM_PGMASK) == 0); in arm_vm_physmap_slide()1510 temp_ptov_table[ptov_index].len = round_page(len); in arm_vm_physmap_slide()[all …]