Home
last modified time | relevance | path

Searched refs:max_dynamic_windows_supported (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/vfio/
H A Dvfio_iommu_spapr_tce.c886 if (table_group->max_dynamic_windows_supported && in tce_iommu_ioctl()
890 info.ddw.max_dynamic_windows_supported = in tce_iommu_ioctl()
891 table_group->max_dynamic_windows_supported; in tce_iommu_ioctl()
1258 if (container->v2 && table_group->max_dynamic_windows_supported == 0) { in tce_iommu_attach_group()
/linux/arch/powerpc/platforms/pseries/
H A Diommu.c1816 if (table_group->max_dynamic_windows_supported != 0) in spapr_tce_init_table_group()
1828 table_group->max_dynamic_windows_supported = -1; in spapr_tce_init_table_group()
1835 table_group->max_dynamic_windows_supported = -1; in spapr_tce_init_table_group()
1840 table_group->max_dynamic_windows_supported = 1; in spapr_tce_init_table_group()
1842 table_group->max_dynamic_windows_supported = IOMMU_TABLE_GROUP_MAX_TABLES; in spapr_tce_init_table_group()
2347 if (!tbl && (table_group->max_dynamic_windows_supported != 1)) in spapr_tce_take_ownership()
/linux/arch/powerpc/include/asm/
H A Diommu.h202 __u32 max_dynamic_windows_supported; member