Searched refs:cap_fl5lp_support (Results 1 – 4 of 4) sorted by relevance
388 if ((flags & PASID_FLAG_FL5LP) && !cap_fl5lp_support(iommu->cap)) { in intel_pasid_setup_first_level()428 if ((flags & PASID_FLAG_FL5LP) && !cap_fl5lp_support(iommu->cap)) { in intel_pasid_replace_first_level()808 if (!cap_fl5lp_support(iommu->cap)) { in intel_pasid_setup_nested()865 if (!cap_fl5lp_support(iommu->cap)) { in intel_pasid_replace_nested()
41 !cap_fl5lp_support(iommu->cap)) { in intel_svm_check()
166 #define cap_fl5lp_support(c) (((c) >> 60) & 1) macro
304 fl_sagaw = BIT(2) | (cap_fl5lp_support(iommu->cap) ? BIT(3) : 0); in __iommu_calculate_sagaw()
Completed in 20 milliseconds