Home
last modified time | relevance | path

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

/linux/drivers/tee/qcomtee/
H A Dmem_obj.c98 shm = tee_shm_get_from_id(ctx, param->u.objref.id); in qcomtee_memobj_param_to_object()
/linux/drivers/tee/
H A Dtee_shm.c664 struct tee_shm *tee_shm_get_from_id(struct tee_context *ctx, int id) in tee_shm_get_from_id() function
687 EXPORT_SYMBOL_GPL(tee_shm_get_from_id);
H A Dtee_core.c384 shm = tee_shm_get_from_id(ctx, ip->c); in param_from_user_memref()
/linux/drivers/tee/tstee/
H A Dcore.c194 shm = tee_shm_get_from_id(ctx, shm_id); in tstee_invoke_func()
/linux/drivers/tee/optee/
H A Drpc.c233 shm = tee_shm_get_from_id(optee->supp.ctx, param.u.value.c); in optee_rpc_cmd_alloc_suppl()