Home
last modified time | relevance | path

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

/drivers/tee/
Dtee_shm.c100 static struct tee_shm *__tee_shm_alloc(struct tee_context *ctx, in __tee_shm_alloc() function
212 return __tee_shm_alloc(ctx, ctx->teedev, size, flags); in tee_shm_alloc()
218 return __tee_shm_alloc(NULL, teedev, size, TEE_SHM_MAPPED); in tee_shm_priv_alloc()