Home
last modified time | relevance | path

Searched refs:need_iommu_pt_sync (Results 1 – 8 of 8) sorted by relevance

/xen/xen/include/asm-x86/
A Dgrant_table.h73 (!paging_mode_translate(d) && need_iommu_pt_sync(d))
/xen/xen/include/xen/
A Diommu.h350 #define need_iommu_pt_sync(d) (dom_iommu(d)->need_sync) macro
352 #define need_iommu_pt_sync(d) ({ (void)(d); false; }) macro
/xen/xen/include/asm-arm/
A Dgrant_table.h92 (is_domain_direct_mapped(d) && need_iommu_pt_sync(d))
/xen/xen/arch/x86/mm/
A Dp2m-pt.c679 if ( need_iommu_pt_sync(p2m->domain) && in p2m_pt_set_entry()
A Dp2m-ept.c850 else if ( need_iommu_pt_sync(d) ) in ept_set_entry()
A Dp2m.c856 if ( !need_iommu_pt_sync(d) ) in guest_physmap_add_page()
/xen/xen/arch/x86/x86_64/
A Dmm.c1445 !need_iommu_pt_sync(hardware_domain) ) in memory_add()
/xen/xen/arch/x86/
A Dmm.c2491 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