Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iommu/amd/
Damd_iommu.h166 bool translation_pre_enabled(struct amd_iommu *iommu);
Dinit.c238 bool translation_pre_enabled(struct amd_iommu *iommu) in translation_pre_enabled() function
1828 if (translation_pre_enabled(iommu) && !is_kdump_kernel()) { in init_iommu_one_late()
1835 amd_iommu_pre_enabled = translation_pre_enabled(iommu); in init_iommu_one_late()
Diommu.c304 if (translation_pre_enabled(iommu)) in find_dev_data()
/linux-6.12.1/drivers/iommu/intel/
Diommu.c221 static bool translation_pre_enabled(struct intel_iommu *iommu) in translation_pre_enabled() function
2282 if (translation_pre_enabled(iommu) && !is_kdump_kernel()) { in init_dmars()
2298 if (translation_pre_enabled(iommu)) { in init_dmars()
3308 if (!drhd->ignored && !translation_pre_enabled(iommu)) in intel_iommu_init()
4227 return translation_pre_enabled(info->iommu) && !info->domain; in intel_iommu_is_attach_deferred()