Home
last modified time | relevance | path

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

/linux/drivers/iommu/intel/
H A Diommu.c221 static bool translation_pre_enabled(struct intel_iommu *iommu) in translation_pre_enabled() function
2151 if (translation_pre_enabled(iommu) && !is_kdump_kernel()) { in init_dmars()
2167 if (translation_pre_enabled(iommu)) { in init_dmars()
3168 if (!drhd->ignored && !translation_pre_enabled(iommu)) in intel_iommu_init()
4040 return translation_pre_enabled(info->iommu) && !info->domain; in intel_iommu_is_attach_deferred()
/linux/drivers/iommu/amd/
H A Diommu.c310 if (translation_pre_enabled(iommu)) in find_dev_data()