Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tee/
Dtee_shm.c478 struct tee_shm *tee_shm_get_from_id(struct tee_context *ctx, int id) in tee_shm_get_from_id() function
501 EXPORT_SYMBOL_GPL(tee_shm_get_from_id);
Dtee_core.c402 shm = tee_shm_get_from_id(ctx, ip.c); in params_from_user()
/linux-6.1.9/include/linux/
Dtee_drv.h370 struct tee_shm *tee_shm_get_from_id(struct tee_context *ctx, int id);
/linux-6.1.9/drivers/tee/optee/
Drpc.c228 shm = tee_shm_get_from_id(optee->supp.ctx, param.u.value.c); in optee_rpc_cmd_alloc_suppl()