Lines Matching full:window
33 * VAS window Linux status bits
37 /* Window is closed in the hypervisor due to lost credit */
39 /* Window is closed due to migration */
66 * Stores pid, mm, and tgid for each window.
78 * Common VAS window struct on PowerNV and PowerVM
82 u32 wcreds_max; /* Window credits */
83 u32 status; /* Window status used in OS */
91 * User space window operations used for powernv and powerVM
119 * if process / thread has any open VAS window (Use in vas_user_win_add_mm_context()
126 * Receive window attributes specified by the (in-kernel) owner of window.
156 * Window attributes specified by the in-kernel owner of a send window.
188 * Helper to initialize receive window attributes to defaults for an
189 * NX window.
194 * Open a VAS receive window for the instance of VAS identified by @vasid
195 * Use @attr to initialize the attributes of the window.
197 * Return a handle to the window or ERR_PTR() on error.
203 * Helper to initialize send window attributes to defaults for an NX window.
209 * Open a VAS send window for the instance of VAS identified by @vasid
211 * of the window.
213 * Note: The instance of VAS must already have an open receive window for
216 * Return a handle to the send window or ERR_PTR() on error.
222 * Close the send or receive window identified by @win. For receive windows
224 * window.
235 * the hardware address associated with the window @win. @re is expected/
279 * to user space. Applications can use this API to open / close window