Home
last modified time | relevance | path

Searched refs:is_domain_direct_mapped (Results 1 – 6 of 6) sorted by relevance

/xen/xen/drivers/passthrough/arm/
A Diommu_helpers.c47 BUG_ON(!is_domain_direct_mapped(d)); in arm_iommu_map_page()
71 if ( !is_domain_direct_mapped(d) ) in arm_iommu_unmap_page()
/xen/xen/include/asm-arm/
A Dgrant_table.h92 (is_domain_direct_mapped(d) && need_iommu_pt_sync(d))
A Ddomain.h35 #define is_domain_direct_mapped(d) ((d) == hardware_domain) macro
/xen/xen/include/asm-x86/
A Ddomain.h20 #define is_domain_direct_mapped(d) ((void)(d), 0) macro
/xen/xen/common/
A Dmemory.c220 if ( is_domain_direct_mapped(d) ) in populate_physmap()
403 if ( !rc && !is_domain_direct_mapped(d) ) in guest_remove_page()
/xen/xen/arch/arm/
A Ddomain_build.c274 BUG_ON(!is_domain_direct_mapped(d)); in allocate_memory_11()

Completed in 17 milliseconds