iommu_virt_to_phys
u64 start = iommu_virt_to_phys((void *)iommu->cmd_sem);
paddr = iommu_virt_to_phys(page);
entry = iommu_virt_to_phys(dev_table);
entry = iommu_virt_to_phys(iommu->cmd_buf);
entry = iommu_virt_to_phys(iommu->evt_buf) | EVT_LEN_MASK;
entry = iommu_virt_to_phys(iommu->ga_log) | GA_LOG_SIZE_512;
entry = (iommu_virt_to_phys(iommu->ga_log_tail) &
iommu->cmd_sem_paddr = iommu_virt_to_phys((void *)iommu->cmd_sem);
*pte = iommu_virt_to_phys(root) | GCR3_VALID;
u64 gcr3 = iommu_virt_to_phys(gcr3_info->gcr3_tbl);
new |= iommu_virt_to_phys(table->table);
iommu_virt_to_phys(domain->mm->pgd));
entry = iommu_virt_to_phys(iommu->ppr_log) | PPR_LOG_SIZE_512;