Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iommu/
Damd_iommu_proto.h94 extern bool translation_pre_enabled(struct amd_iommu *iommu);
Damd_iommu_init.c259 bool translation_pre_enabled(struct amd_iommu *iommu) in translation_pre_enabled() function
263 EXPORT_SYMBOL(translation_pre_enabled);
1558 if (translation_pre_enabled(iommu) && !is_kdump_kernel()) { in init_iommu_one()
1565 amd_iommu_pre_enabled = translation_pre_enabled(iommu); in init_iommu_one()
Damd_iommu_v2.c541 if (translation_pre_enabled(amd_iommu_rlookup_table[devid]) in ppr_notifier()
Dintel-iommu.c412 static bool translation_pre_enabled(struct intel_iommu *iommu) in translation_pre_enabled() function
3250 if (translation_pre_enabled(iommu) && !is_kdump_kernel()) { in init_dmars()
3266 if (translation_pre_enabled(iommu)) { in init_dmars()
5046 if (!drhd->ignored && !translation_pre_enabled(iommu)) in intel_iommu_init()
5599 if (translation_pre_enabled(iommu)) in intel_iommu_add_device()
Damd_iommu.c308 if (translation_pre_enabled(iommu)) in find_dev_data()