Lines Matching full:shared
91 /* Refuse sharing shared memory provided by application */ in tee_shm_op_mmap()
197 * tee_shm_alloc_kernel_buf() - Allocate shared memory for kernel buffer
198 * @ctx: Context that allocates the shared memory
199 * @size: Requested size of shared memory
341 * @shm: Shared memory handle
342 * @returns user space file descriptor to shared memory
359 * tee_shm_free() - Free shared memory
360 * @shm: Handle to shared memory to free
380 * @shm: Shared memory handle
402 * @shm: Shared memory handle
429 * tee_shm_get_va() - Get virtual address of a shared memory plus an offset
430 * @shm: Shared memory handle
431 * @offs: Offset from start of this shared memory
432 * @returns virtual address of the shared memory + offs if offs is within
433 * the bounds of this shared memory, else an ERR_PTR
446 * tee_shm_get_pa() - Get physical address of a shared memory plus an offset
447 * @shm: Shared memory handle
448 * @offs: Offset from start of this shared memory
450 * @returns 0 if offs is within the bounds of this shared memory, else an
464 * tee_shm_get_from_id() - Find shared memory object and increase reference
466 * @ctx: Context owning the shared memory
467 * @id: Id of shared memory object
491 * tee_shm_put() - Decrease reference count on a shared memory handle
492 * @shm: Shared memory handle