Lines Matching full:shared
4 * Xen frontend/backend page directory based shared buffer
25 * This structure represents the structure of a shared page
26 * that contains grant references to the pages of the shared
37 * Shared buffer ops which are differently implemented
70 * \param buf shared buffer which page directory is of interest.
85 * Map granted references of the shared buffer.
87 * Depending on the shared buffer mode of allocation
89 * shared by the frontend itself) or map the provided granted
92 * \param buf shared buffer which grants to be mapped.
106 * Unmap granted references of the shared buffer.
108 * Depending on the shared buffer mode of allocation
110 * shared by the frontend itself) or unmap the provided granted
113 * \param buf shared buffer which grants to be unmapped.
127 * Free all the resources of the shared buffer.
129 * \param buf shared buffer which resources to be freed.
156 * \param buf shared buffer.
167 * \param buf shared buffer.
179 * \param buf shared buffer.
197 * \param buf shared buffer.
244 * \param buf shared buffer.
330 * \param buf shared buffer.
357 * \param buf shared buffer.
395 * These will be shared with the backend, so it can
398 * \param buf shared buffer.
425 * needed, also to the pages of the shared buffer data.
427 * \param buf shared buffer.
470 * Allocate all required structures to mange shared buffer.
472 * \param buf shared buffer.
510 * Allocate a new instance of a shared buffer.
512 * \param cfg configuration to be used while allocating a new shared buffer.
549 "shared buffer handling");