Home
last modified time | relevance | path

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

/linux/drivers/tee/
H A Dtee_private.h23 struct tee_shm *tee_shm_alloc_user_buf(struct tee_context *ctx, size_t size);
H A Dtee_shm.c129 struct tee_shm *tee_shm_alloc_user_buf(struct tee_context *ctx, size_t size) in tee_shm_alloc_user_buf() function
H A Dtee_core.c301 shm = tee_shm_alloc_user_buf(ctx, data.size); in tee_ioctl_shm_alloc()