Lines Matching full:shared
131 * tee_shm_alloc_kernel_buf() - Allocate shared memory for kernel buffer
132 * @ctx: Context that allocates the shared memory
133 * @size: Requested size of shared memory
269 /* Refuse sharing shared memory provided by application */ in tee_shm_fop_mmap()
289 * @shm: Shared memory handle
290 * @returns user space file descriptor to shared memory
308 * tee_shm_free() - Free shared memory
309 * @shm: Handle to shared memory to free
319 * @shm: Shared memory handle
341 * @shm: Shared memory handle
368 * tee_shm_get_va() - Get virtual address of a shared memory plus an offset
369 * @shm: Shared memory handle
370 * @offs: Offset from start of this shared memory
371 * @returns virtual address of the shared memory + offs if offs is within
372 * the bounds of this shared memory, else an ERR_PTR
385 * tee_shm_get_pa() - Get physical address of a shared memory plus an offset
386 * @shm: Shared memory handle
387 * @offs: Offset from start of this shared memory
389 * @returns 0 if offs is within the bounds of this shared memory, else an
403 * tee_shm_get_from_id() - Find shared memory object and increase reference
405 * @ctx: Context owning the shared memory
406 * @id: Id of shared memory object
435 * tee_shm_put() - Decrease reference count on a shared memory handle
436 * @shm: Shared memory handle