Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/tee/
Dtee_private.h58 struct tee_shm *tee_shm_alloc_user_buf(struct tee_context *ctx, size_t size);
Dtee_shm.c139 struct tee_shm *tee_shm_alloc_user_buf(struct tee_context *ctx, size_t size) in tee_shm_alloc_user_buf() function
Dtee_core.c300 shm = tee_shm_alloc_user_buf(ctx, data.size); in tee_ioctl_shm_alloc()