Home
last modified time | relevance | path

Searched refs:PASID_FLAG_FL5LP (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/iommu/intel/
H A Dsvm.c168 sflags = cpu_feature_enabled(X86_FEATURE_LA57) ? PASID_FLAG_FL5LP : 0; in intel_svm_set_dev_pasid()
H A Dpasid.h32 #define PASID_FLAG_FL5LP BIT(1) macro
H A Dpasid.c359 if (flags & PASID_FLAG_FL5LP) in pasid_pte_config_first_level()
386 if ((flags & PASID_FLAG_FL5LP) && !cap_fl5lp_support(iommu->cap)) { in intel_pasid_setup_first_level()
426 if ((flags & PASID_FLAG_FL5LP) && !cap_fl5lp_support(iommu->cap)) { in intel_pasid_replace_first_level()
H A Diommu.c1839 flags |= PASID_FLAG_FL5LP; in domain_setup_first_level()