Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/tee/
Dtee_shm.c362 tee_shm_put(filp->private_data); in tee_shm_fop_release()
405 tee_shm_put(shm); in tee_shm_get_fd()
415 tee_shm_put(shm); in tee_shm_free()
490 void tee_shm_put(struct tee_shm *shm) in tee_shm_put() function
512 EXPORT_SYMBOL_GPL(tee_shm_put);
Dtee_core.c317 tee_shm_put(shm); in tee_ioctl_shm_alloc()
352 tee_shm_put(shm); in tee_ioctl_shm_register()
413 tee_shm_put(shm); in params_from_user()
536 tee_shm_put(params[n].u.memref.shm); in tee_ioctl_open_session()
598 tee_shm_put(params[n].u.memref.shm); in tee_ioctl_invoke()
/linux-6.6.21/include/linux/
Dtee_drv.h299 void tee_shm_put(struct tee_shm *shm);
/linux-6.6.21/drivers/tee/optee/
Drpc.c253 tee_shm_put(shm); in optee_rpc_cmd_free_suppl()
Dsupp.c199 tee_shm_put(params[n].u.memref.shm); in supp_check_recv_params()