Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tee/
Dtee_private.h60 struct tee_shm *tee_shm_alloc_user_buf(struct tee_context *ctx, size_t size);
Dtee_shm.c156 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()