Lines Matching full:shared
132 * tee_shm_alloc_kernel_buf() - Allocate shared memory for kernel buffer
133 * @ctx: Context that allocates the shared memory
134 * @size: Requested size of shared memory
270 /* Refuse sharing shared memory provided by application */ in tee_shm_fop_mmap()
290 * @shm: Shared memory handle
291 * @returns user space file descriptor to shared memory
309 * tee_shm_free() - Free shared memory
310 * @shm: Handle to shared memory to free
320 * @shm: Shared memory handle
342 * @shm: Shared memory handle
369 * tee_shm_get_va() - Get virtual address of a shared memory plus an offset
370 * @shm: Shared memory handle
371 * @offs: Offset from start of this shared memory
372 * @returns virtual address of the shared memory + offs if offs is within
373 * the bounds of this shared memory, else an ERR_PTR
386 * tee_shm_get_pa() - Get physical address of a shared memory plus an offset
387 * @shm: Shared memory handle
388 * @offs: Offset from start of this shared memory
390 * @returns 0 if offs is within the bounds of this shared memory, else an
404 * tee_shm_get_from_id() - Find shared memory object and increase reference
406 * @ctx: Context owning the shared memory
407 * @id: Id of shared memory object
436 * tee_shm_put() - Decrease reference count on a shared memory handle
437 * @shm: Shared memory handle