Searched refs:cap_fl5lp_support (Results 1 – 4 of 4) sorted by relevance
305 if ((flags & PASID_FLAG_FL5LP) && !cap_fl5lp_support(iommu->cap)) { in intel_pasid_setup_first_level()600 if (!cap_fl5lp_support(iommu->cap)) { in intel_pasid_setup_nested()
127 !cap_fl5lp_support(iommu->cap)) { in intel_svm_check()
165 #define cap_fl5lp_support(c) (((c) >> 60) & 1) macro
303 fl_sagaw = BIT(2) | (cap_fl5lp_support(iommu->cap) ? BIT(3) : 0); in __iommu_calculate_sagaw()