Searched refs:tee_shm_alloc (Results 1 – 5 of 5) sorted by relevance
| /drivers/rng/ |
| A D | optee_rng.c | 133 ret = tee_shm_alloc(dev->parent, MAX_ENTROPY_REQ_SZ, 0, &entropy_shm_pool); in optee_rng_read()
|
| /drivers/tpm/ |
| A D | tpm2_ftpm_tee.c | 203 rc = tee_shm_alloc(context->tee_dev, in ftpm_tee_probe()
|
| /drivers/tee/ |
| A D | tee-uclass.c | 104 int tee_shm_alloc(struct udevice *dev, ulong size, u32 flags, in tee_shm_alloc() function
|
| /drivers/firmware/scmi/ |
| A D | optee_agent.c | 257 ret = tee_shm_alloc(sess->tee, chan->smt.size, 0, &sess->tee_shm); in prepare_shm()
|
| /drivers/tee/optee/ |
| A D | core.c | 146 ret = tee_shm_alloc(dev, shm_size, 0, shm); in enum_services()
|
Completed in 24 milliseconds