Home
last modified time | relevance | path

Searched refs:intel_pasid_max_id (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/iommu/intel/
H A Dpasid.h108 extern unsigned int intel_pasid_max_id;
H A Dpasid.c27 u32 intel_pasid_max_id = PASID_MAX; variable
171 intel_pasid_max_id); in intel_pasid_alloc_table()
H A Dsvm.c564 if (pasid_max > intel_pasid_max_id) in intel_svm_bind_mm()
565 pasid_max = intel_pasid_max_id; in intel_svm_bind_mm()
H A Diommu.c3257 if (min < PASID_MIN || max > intel_pasid_max_id) in intel_vcmd_ioasid_alloc()
3374 intel_pasid_max_id = min_t(u32, temp, in init_dmars()
3375 intel_pasid_max_id); in init_dmars()
/kernel/linux/linux-6.6/drivers/iommu/intel/
H A Dpasid.h99 extern unsigned int intel_pasid_max_id;
H A Dpasid.c27 u32 intel_pasid_max_id = PASID_MAX; variable
115 intel_pasid_max_id); in intel_pasid_alloc_table()
H A Diommu.c2781 intel_pasid_max_id = min_t(u32, temp, in init_dmars()
2782 intel_pasid_max_id); in init_dmars()

Completed in 18 milliseconds