Searched refs:temp_ptov_table (Results 1 – 1 of 1) sorted by relevance
1517 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() argument1526 temp_ptov_table[ptov_index].pa = orig_va - gVirtBase + gPhysBase; in arm_vm_physmap_slide()1528 temp_ptov_table[ptov_index].va = physmap_base; in arm_vm_physmap_slide()1530 …temp_ptov_table[ptov_index].va = temp_ptov_table[ptov_index - 1].va + temp_ptov_table[ptov_index -… in arm_vm_physmap_slide()1533 vm_map_address_t orig_offset = temp_ptov_table[ptov_index].pa & ARM_TT_TWIG_OFFMASK; in arm_vm_physmap_slide()1534 vm_map_address_t new_offset = temp_ptov_table[ptov_index].va & ARM_TT_TWIG_OFFMASK; in arm_vm_physmap_slide()1536 temp_ptov_table[ptov_index].va += (orig_offset - new_offset); in arm_vm_physmap_slide()1538 temp_ptov_table[ptov_index].va = ROUND_TWIG(temp_ptov_table[ptov_index].va) + orig_offset; in arm_vm_physmap_slide()1541 assert((temp_ptov_table[ptov_index].va & ARM_PGMASK) == 0); in arm_vm_physmap_slide()1542 temp_ptov_table[ptov_index].len = round_page(len); in arm_vm_physmap_slide()[all …]