Lines Matching full:shared
4 * Xen frontend/backend page directory based shared buffer
34 * This structure represents the structure of a shared page
35 * that contains grant references to the pages of the shared
45 * Shared buffer ops which are differently implemented
78 * \param buf shared buffer which page directory is of interest.
93 * Map granted references of the shared buffer.
95 * Depending on the shared buffer mode of allocation
97 * shared by the frontend itself) or map the provided granted
100 * \param buf shared buffer which grants to be maped.
114 * Unmap granted references of the shared buffer.
116 * Depending on the shared buffer mode of allocation
118 * shared by the frontend itself) or unmap the provided granted
121 * \param buf shared buffer which grants to be unmaped.
135 * Free all the resources of the shared buffer.
137 * \param buf shared buffer which resources to be freed.
165 * \param buf shared buffer.
176 * \param buf shared buffer.
188 * \param buf shared buffer.
206 * \param buf shared buffer.
253 * \param buf shared buffer.
332 * \param buf shared buffer.
359 * \param buf shared buffer.
397 * These will be shared with the backend, so it can
400 * \param buf shared buffer.
427 * needed, also to the pages of the shared buffer data.
429 * \param buf shared buffer.
472 * Allocate all required structures to mange shared buffer.
474 * \param buf shared buffer.
512 * Allocate a new instance of a shared buffer.
514 * \param cfg configuration to be used while allocating a new shared buffer.
551 "shared buffer handling");