Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/iommu/amd/
Damd_iommu.h118 extern bool translation_pre_enabled(struct amd_iommu *iommu);
Dinit.c262 bool translation_pre_enabled(struct amd_iommu *iommu) in translation_pre_enabled() function
1618 if (translation_pre_enabled(iommu) && !is_kdump_kernel()) { in init_iommu_one()
1625 amd_iommu_pre_enabled = translation_pre_enabled(iommu); in init_iommu_one()
Diommu.c240 if (translation_pre_enabled(iommu)) in find_dev_data()
/Linux-v5.15/drivers/iommu/intel/
Diommu.c392 static bool translation_pre_enabled(struct intel_iommu *iommu) in translation_pre_enabled() function
3251 if (translation_pre_enabled(iommu) && !is_kdump_kernel()) { in init_dmars()
3267 if (translation_pre_enabled(iommu)) { in init_dmars()
4401 if (!drhd->ignored && !translation_pre_enabled(iommu)) in intel_iommu_init()
5167 if (translation_pre_enabled(iommu)) in intel_iommu_probe_device()