Searched refs:agaw_to_level (Results 1 – 4 of 4) sorted by relevance
149 #define agaw_to_level(val) ((val)+2) macro234 agaw_to_level(dio->arch.agaw)); in tboot_gen_domain_integrity()
265 int level = agaw_to_level(hd->arch.agaw); in addr_to_dma_page_maddr()1227 iommu->nr_pt_levels = agaw_to_level(agaw); in iommu_alloc()1770 iommu_free_pagetable(hd->arch.pgd_maddr, agaw_to_level(hd->arch.agaw)); in iommu_domain_teardown()2677 printk("p2m table has %d levels\n", agaw_to_level(hd->arch.agaw)); in vtd_dump_p2m_table()2678 vtd_dump_p2m_table_level(hd->arch.pgd_maddr, agaw_to_level(hd->arch.agaw), 0, 0); in vtd_dump_p2m_table()2686 unsigned int level = agaw_to_level(agaw); in intel_iommu_quarantine_init()
142 level = agaw_to_level(context_address_width(ctxt_entry[devfn])); in print_vtd_entries()
239 #define agaw_to_level(val) ((val) + 2) macro
Completed in 13 milliseconds