Home
last modified time | relevance | path

Searched refs:ddw (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/vfio/
H A Dvfio_iommu_spapr_tce.c884 memset(&info.ddw, 0, sizeof(info.ddw)); in tce_iommu_ioctl()
889 info.ddw.pgsizes = table_group->pgsizes; in tce_iommu_ioctl()
890 info.ddw.max_dynamic_windows_supported = in tce_iommu_ioctl()
892 info.ddw.levels = table_group->max_levels; in tce_iommu_ioctl()
895 ddwsz = offsetofend(struct vfio_iommu_spapr_tce_info, ddw); in tce_iommu_ioctl()
/openbmc/linux/include/uapi/linux/
H A Dvfio.h1690 struct vfio_iommu_spapr_tce_ddw_info ddw; member
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h1714 struct vfio_iommu_spapr_tce_ddw_info ddw; member
/openbmc/qemu/hw/vfio/
H A Dspapr.c508 bcontainer->pgsizes = info.ddw.pgsizes; in vfio_spapr_container_setup()