Searched refs:tee_shm_get_from_id (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dtee_core.h272 * tee_shm_get_from_id() - Find shared memory object and increase reference
278 struct tee_shm *tee_shm_get_from_id(struct tee_context *ctx, int id);
/linux-master/drivers/tee/
H A Dtee_shm.c526 * tee_shm_get_from_id() - Find shared memory object and increase reference
532 struct tee_shm *tee_shm_get_from_id(struct tee_context *ctx, int id) function
555 EXPORT_SYMBOL_GPL(tee_shm_get_from_id); variable
571 * the refcount_inc() in tee_shm_get_from_id() never starts
H A Dtee_core.c405 shm = tee_shm_get_from_id(ctx, ip.c);
/linux-master/drivers/tee/optee/
H A Drpc.c228 shm = tee_shm_get_from_id(optee->supp.ctx, param.u.value.c);
243 * Match the tee_shm_get_from_id() in cmd_alloc_suppl() as secure
/linux-master/drivers/tee/tstee/
H A Dcore.c194 shm = tee_shm_get_from_id(ctx, shm_id);

Completed in 193 milliseconds