Searched refs:need_iommu_pt_sync (Results 1 – 8 of 8) sorted by relevance
73 (!paging_mode_translate(d) && need_iommu_pt_sync(d))
350 #define need_iommu_pt_sync(d) (dom_iommu(d)->need_sync) macro352 #define need_iommu_pt_sync(d) ({ (void)(d); false; }) macro
92 (is_domain_direct_mapped(d) && need_iommu_pt_sync(d))
679 if ( need_iommu_pt_sync(p2m->domain) && in p2m_pt_set_entry()
850 else if ( need_iommu_pt_sync(d) ) in ept_set_entry()
856 if ( !need_iommu_pt_sync(d) ) in guest_physmap_add_page()
1445 !need_iommu_pt_sync(hardware_domain) ) in memory_add()
2491 if ( d && unlikely(need_iommu_pt_sync(d)) && is_pv_domain(d) ) in cleanup_page_mappings()3015 if ( d && unlikely(need_iommu_pt_sync(d)) && is_pv_domain(d) ) in _get_page_type()
Completed in 23 milliseconds