Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tee/
H A Dtee_shm.c404 * tee_shm_get_from_id() - Find shared memory object and increase reference
410 struct tee_shm *tee_shm_get_from_id(struct tee_context *ctx, int id) in tee_shm_get_from_id() function
433 EXPORT_SYMBOL_GPL(tee_shm_get_from_id); variable
449 * the refcount_inc() in tee_shm_get_from_id() never starts in tee_shm_put()
H A Dtee_core.c408 shm = tee_shm_get_from_id(ctx, ip.c); in params_from_user()
/kernel/linux/linux-6.6/drivers/tee/
H A Dtee_shm.c455 * tee_shm_get_from_id() - Find shared memory object and increase reference
461 struct tee_shm *tee_shm_get_from_id(struct tee_context *ctx, int id) in tee_shm_get_from_id() function
484 EXPORT_SYMBOL_GPL(tee_shm_get_from_id); variable
500 * the refcount_inc() in tee_shm_get_from_id() never starts in tee_shm_put()
H A Dtee_core.c402 shm = tee_shm_get_from_id(ctx, ip.c); in params_from_user()
/kernel/linux/linux-5.10/include/linux/
H A Dtee_drv.h453 * tee_shm_get_from_id() - Find shared memory object and increase reference
459 struct tee_shm *tee_shm_get_from_id(struct tee_context *ctx, int id);
/kernel/linux/linux-6.6/include/linux/
H A Dtee_drv.h364 * tee_shm_get_from_id() - Find shared memory object and increase reference
370 struct tee_shm *tee_shm_get_from_id(struct tee_context *ctx, int id);
/kernel/linux/linux-6.6/drivers/tee/optee/
H A Drpc.c228 shm = tee_shm_get_from_id(optee->supp.ctx, param.u.value.c); in optee_rpc_cmd_alloc_suppl()
243 * Match the tee_shm_get_from_id() in cmd_alloc_suppl() as secure in optee_rpc_cmd_free_suppl()
/kernel/linux/linux-5.10/drivers/tee/optee/
H A Drpc.c281 shm = tee_shm_get_from_id(optee->supp.ctx, param.u.value.c); in cmd_alloc_suppl()
394 * Match the tee_shm_get_from_id() in cmd_alloc_suppl() as secure in cmd_free_suppl()

Completed in 8 milliseconds