Lines Matching refs:UAPI

8 IOMMU UAPI is used for virtualization cases where communications are
37 3. Extensions to the UAPI shall not break existing userspace
41 Although the data structures defined in IOMMU UAPI are self-contained,
42 there are no user API functions introduced. Instead, IOMMU UAPI is
47 When IOMMU UAPI gets extended, the data structures can *only* be
59 Version field is only reserved for the unlikely event of UAPI upgrade
71 When IOMMU UAPI extension results in some structure size increase,
72 IOMMU UAPI code shall handle the following cases:
75 2. An older user with older kernel header (smaller UAPI size) running on a
76 newer kernel (larger UAPI size)
77 3. A newer user with newer kernel header (larger UAPI size) running
90 User applications such as QEMU are expected to import kernel UAPI
98 IOMMU vendor driver should report the below features to IOMMU UAPI
119 to support IOMMU UAPI but it is outside the scope of this document.
122 IOMMU UAPI data is the host IOMMU driver. VFIO facilitates user-kernel
135 Here data[] contains the IOMMU UAPI data structures. VFIO has the
139 and flags (or the equivalent) are also embedded in the IOMMU UAPI data
166 invokes appropriate IOMMU UAPI functions. The user pointers are passed
170 - Generic IOMMU layer checks argsz range based on UAPI data in the
173 - Generic IOMMU layer checks content of the UAPI data for non-zero
178 - Vendor IOMMU driver checks argsz based on vendor flags. UAPI data
185 IOMMU code treats UAPI data in two categories:
195 Sharing UAPI with in-kernel users