Lines Matching defs:shm
15 static void release_registered_pages(struct tee_shm *shm) in release_registered_pages()
31 static void tee_shm_release(struct tee_device *teedev, struct tee_shm *shm) in tee_shm_release()
63 struct tee_shm *shm; in tee_shm_alloc() local
154 struct tee_shm *shm; in tee_shm_register() local
266 struct tee_shm *shm = filp->private_data; in tee_shm_fop_mmap() local
292 int tee_shm_get_fd(struct tee_shm *shm) in tee_shm_get_fd()
311 void tee_shm_free(struct tee_shm *shm) in tee_shm_free()
324 int tee_shm_va2pa(struct tee_shm *shm, void *va, phys_addr_t *pa) in tee_shm_va2pa()
346 int tee_shm_pa2va(struct tee_shm *shm, phys_addr_t pa, void **va) in tee_shm_pa2va()
374 void *tee_shm_get_va(struct tee_shm *shm, size_t offs) in tee_shm_get_va()
392 int tee_shm_get_pa(struct tee_shm *shm, size_t offs, phys_addr_t *pa) in tee_shm_get_pa()
412 struct tee_shm *shm; in tee_shm_get_from_id() local
438 void tee_shm_put(struct tee_shm *shm) in tee_shm_put()