Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dvfio.h1798 #define VFIO_IOMMU_SPAPR_TCE_REMOVE _IO(VFIO_TYPE, VFIO_BASE + 20) macro
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h1822 #define VFIO_IOMMU_SPAPR_TCE_REMOVE _IO(VFIO_TYPE, VFIO_BASE + 20) macro
/openbmc/qemu/hw/vfio/
H A Dspapr.c223 ret = ioctl(container->fd, VFIO_IOMMU_SPAPR_TCE_REMOVE, &remove); in vfio_spapr_remove_window()
/openbmc/linux/Documentation/driver-api/
H A Dvfio.rst654 this: VFIO_IOMMU_SPAPR_TCE_CREATE and VFIO_IOMMU_SPAPR_TCE_REMOVE.
668 VFIO_IOMMU_SPAPR_TCE_REMOVE receives the bus start address of the window
/openbmc/linux/drivers/vfio/
H A Dvfio_iommu_spapr_tce.c1147 case VFIO_IOMMU_SPAPR_TCE_REMOVE: { in tce_iommu_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch762 +pub const VFIO_IOMMU_SPAPR_TCE_REMOVE: u32 = 15224;