Home
last modified time | relevance | path

Searched refs:VFIO_IOMMU_SPAPR_TCE_GET_INFO (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dvfio.h1693 #define VFIO_IOMMU_SPAPR_TCE_GET_INFO _IO(VFIO_TYPE, VFIO_BASE + 12) macro
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h1717 #define VFIO_IOMMU_SPAPR_TCE_GET_INFO _IO(VFIO_TYPE, VFIO_BASE + 12) macro
/openbmc/qemu/hw/vfio/
H A Dspapr.c500 ret = ioctl(fd, VFIO_IOMMU_SPAPR_TCE_GET_INFO, &info); in vfio_spapr_container_setup()
/openbmc/linux/Documentation/driver-api/
H A Dvfio.rst502 VFIO_IOMMU_SPAPR_TCE_GET_INFO
529 ioctl(container, VFIO_IOMMU_SPAPR_TCE_GET_INFO, &spapr_iommu_info);
/openbmc/linux/drivers/vfio/
H A Dvfio_iommu_spapr_tce.c857 case VFIO_IOMMU_SPAPR_TCE_GET_INFO: { in tce_iommu_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch574 +pub const VFIO_IOMMU_SPAPR_TCE_GET_INFO: u32 = 15216;