Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iommu/
Damd_iommu_proto.h106 extern bool translation_pre_enabled(struct amd_iommu *iommu);
Damd_iommu_init.c271 bool translation_pre_enabled(struct amd_iommu *iommu) in translation_pre_enabled() function
275 EXPORT_SYMBOL(translation_pre_enabled);
1556 if (translation_pre_enabled(iommu) && !is_kdump_kernel()) { in init_iommu_one()
1563 amd_iommu_pre_enabled = translation_pre_enabled(iommu); in init_iommu_one()
Damd_iommu_v2.c576 if (translation_pre_enabled(amd_iommu_rlookup_table[devid]) in ppr_notifier()
Dintel-iommu.c496 static bool translation_pre_enabled(struct intel_iommu *iommu) in translation_pre_enabled() function
3322 if (translation_pre_enabled(iommu) && !is_kdump_kernel()) { in init_dmars()
3338 if (translation_pre_enabled(iommu)) { in init_dmars()
3480 if (!translation_pre_enabled(iommu)) in init_dmars()
Damd_iommu.c316 if (translation_pre_enabled(iommu)) in find_dev_data()