Lines Matching full:userspace
79 roll back userspace activity. To ensure that a userspace client's resources
99 The PCIe device may not be in the state to accept requests from userspace at
104 QAIC defines a number of driver specific IOCTLs as part of the userspace API.
107 This IOCTL allows userspace to send a NNC request to the QSM. The call will
111 This IOCTL allows userspace to allocate a buffer object (BO) which can send
117 This IOCTL allows userspace to prepare an allocated BO to be mmap'd into the
118 userspace process.
121 This IOCTL allows userspace to slice a BO in preparation for sending the BO
127 This IOCTL allows userspace to submit a set of sliced BOs to the device. The
132 This IOCTL operates like DRM_IOCTL_QAIC_EXECUTE_BO, but it allows userspace
135 allows userspace to indicate that only the first M bytes of the BO should be
141 This IOCTL allows userspace to determine when a particular BO has been
146 This IOCTL allows userspace to collect performance statistics on the most
147 recent execution of a BO. This allows userspace to construct an end to end
151 This IOCTL allows userspace to remove the slicing information from a BO that
158 and detach slice calls allows userspace to use a BO with multiple workloads.
160 Userspace Client Isolation