Home
last modified time | relevance | path

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

/include/linux/
Dtee_drv.h66 struct tee_shm *shm; member
114 int (*shm_register)(struct tee_context *ctx, struct tee_shm *shm,
117 int (*shm_unregister)(struct tee_context *ctx, struct tee_shm *shm);
235 int (*alloc)(struct tee_shm_pool_mgr *poolmgr, struct tee_shm *shm,
237 void (*free)(struct tee_shm_pool_mgr *poolmgr, struct tee_shm *shm);
355 static inline bool tee_shm_is_registered(struct tee_shm *shm) in tee_shm_is_registered() argument
357 return shm && (shm->flags & TEE_SHM_REGISTER); in tee_shm_is_registered()
364 void tee_shm_free(struct tee_shm *shm);
370 void tee_shm_put(struct tee_shm *shm);
379 int tee_shm_va2pa(struct tee_shm *shm, void *va, phys_addr_t *pa);
[all …]