Searched refs:cap_fl5lp_support (Results 1 – 4 of 4) sorted by relevance
41 !cap_fl5lp_support(iommu->cap)) { in intel_svm_check()
393 if ((flags & PASID_FLAG_FL5LP) && !cap_fl5lp_support(iommu->cap)) { in intel_pasid_setup_first_level()688 if (!cap_fl5lp_support(iommu->cap)) { in intel_pasid_setup_nested()
289 fl_sagaw = BIT(2) | (cap_fl5lp_support(iommu->cap) ? BIT(3) : 0); in __iommu_calculate_sagaw()2810 if (mgaw > 48 && cap_fl5lp_support(iommu->cap)) { in compute_vasz_lg2_fs()3030 if (!cap_fl5lp_support(iommu->cap) && in paging_domain_compatible_first_stage()
165 #define cap_fl5lp_support(c) (((c) >> 60) & 1) macro