Searched refs:is_domain_direct_mapped (Results 1 – 6 of 6) sorted by relevance
47 BUG_ON(!is_domain_direct_mapped(d)); in arm_iommu_map_page()71 if ( !is_domain_direct_mapped(d) ) in arm_iommu_unmap_page()
92 (is_domain_direct_mapped(d) && need_iommu_pt_sync(d))
35 #define is_domain_direct_mapped(d) ((d) == hardware_domain) macro
20 #define is_domain_direct_mapped(d) ((void)(d), 0) macro
220 if ( is_domain_direct_mapped(d) ) in populate_physmap()403 if ( !rc && !is_domain_direct_mapped(d) ) in guest_remove_page()
274 BUG_ON(!is_domain_direct_mapped(d)); in allocate_memory_11()
Completed in 17 milliseconds