Lines Matching defs:shm
61 static void release_registered_pages(struct tee_shm *shm) in release_registered_pages()
73 static void tee_shm_release(struct tee_device *teedev, struct tee_shm *shm) in tee_shm_release()
98 struct tee_shm *shm; in shm_alloc_helper() local
160 struct tee_shm *shm; in tee_shm_alloc_user_buf() local
238 struct tee_shm *shm; in register_shm_helper() local
326 struct tee_shm *shm; in tee_shm_register_user_buf() local
385 struct tee_shm *shm = filp->private_data; in tee_shm_fop_mmap() local
411 int tee_shm_get_fd(struct tee_shm *shm) in tee_shm_get_fd()
430 void tee_shm_free(struct tee_shm *shm) in tee_shm_free()
443 void *tee_shm_get_va(struct tee_shm *shm, size_t offs) in tee_shm_get_va()
461 int tee_shm_get_pa(struct tee_shm *shm, size_t offs, phys_addr_t *pa) in tee_shm_get_pa()
481 struct tee_shm *shm; in tee_shm_get_from_id() local
507 void tee_shm_put(struct tee_shm *shm) in tee_shm_put()