Lines Matching defs:shm
16 static void release_registered_pages(struct tee_shm *shm) in release_registered_pages()
32 static void tee_shm_release(struct tee_device *teedev, struct tee_shm *shm) in tee_shm_release()
64 struct tee_shm *shm; in tee_shm_alloc() local
155 struct tee_shm *shm; in tee_shm_register() local
267 struct tee_shm *shm = filp->private_data; in tee_shm_fop_mmap() local
293 int tee_shm_get_fd(struct tee_shm *shm) in tee_shm_get_fd()
312 void tee_shm_free(struct tee_shm *shm) in tee_shm_free()
325 int tee_shm_va2pa(struct tee_shm *shm, void *va, phys_addr_t *pa) in tee_shm_va2pa()
347 int tee_shm_pa2va(struct tee_shm *shm, phys_addr_t pa, void **va) in tee_shm_pa2va()
375 void *tee_shm_get_va(struct tee_shm *shm, size_t offs) in tee_shm_get_va()
393 int tee_shm_get_pa(struct tee_shm *shm, size_t offs, phys_addr_t *pa) in tee_shm_get_pa()
413 struct tee_shm *shm; in tee_shm_get_from_id() local
439 void tee_shm_put(struct tee_shm *shm) in tee_shm_put()