Home
last modified time | relevance | path

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

/linux/drivers/iommu/intel/
H A Dpasid.c745 if (s1_cfg->flags & IOMMU_VTD_S1_EAFE) in pasid_pte_config_nestd()
804 if ((s1_cfg->flags & IOMMU_VTD_S1_EAFE) && !ecap_eafs(iommu->ecap)) { in intel_pasid_setup_nested()
861 if ((s1_cfg->flags & IOMMU_VTD_S1_EAFE) && !ecap_eafs(iommu->ecap)) { in intel_pasid_replace_nested()
/linux/include/uapi/linux/
H A Diommufd.h414 IOMMU_VTD_S1_EAFE = 1 << 1, enumerator