Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dvfio.h310 #define VFIO_IOMMU_SPAPR_TCE_REMOVE _IO(VFIO_TYPE, VFIO_BASE + 20) macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dvfio.h1330 #define VFIO_IOMMU_SPAPR_TCE_REMOVE _IO(VFIO_TYPE, VFIO_BASE + 20) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dvfio.h425 #define VFIO_IOMMU_SPAPR_TCE_REMOVE _IO(VFIO_TYPE, VFIO_BASE + 20) macro
/kernel/linux/linux-5.10/Documentation/driver-api/
Dvfio.rst475 this: VFIO_IOMMU_SPAPR_TCE_CREATE and VFIO_IOMMU_SPAPR_TCE_REMOVE.
489 VFIO_IOMMU_SPAPR_TCE_REMOVE receives the bus start address of the window
/kernel/linux/linux-5.10/drivers/vfio/
Dvfio_iommu_spapr_tce.c1098 case VFIO_IOMMU_SPAPR_TCE_REMOVE: { in tce_iommu_ioctl()