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.
339 * \param buf shared buffer.
366 * \param buf shared buffer.
404 * These will be shared with the backend, so it can
407 * \param buf shared buffer.
434 * needed, also to the pages of the shared buffer data.
436 * \param buf shared buffer.
479 * Allocate all required structures to mange shared buffer.
481 * \param buf shared buffer.
519 * Allocate a new instance of a shared buffer.
521 * \param cfg configuration to be used while allocating a new shared buffer.
558 "shared buffer handling");