Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tee/optee/
Dcall.c201 tee_shm_free(shm); in get_msg_arg()
275 tee_shm_free(shm); in optee_open_session()
306 tee_shm_free(shm); in optee_close_session()
352 tee_shm_free(shm); in optee_invoke_func()
380 tee_shm_free(shm); in optee_cancel_req()
433 tee_shm_free(shm); in optee_disable_shm_cache()
611 tee_shm_free(shm_arg); in optee_shm_register()
636 tee_shm_free(shm_arg); in optee_shm_unregister()
Drpc.c286 tee_shm_free(shm); in handle_rpc_func_cmd_shm_alloc()
333 tee_shm_free(shm); in handle_rpc_func_cmd_shm_free()
422 tee_shm_free(shm); in optee_handle_rpc()
Ddevice.c153 tee_shm_free(device_shm); in optee_enumerate_devices()
Dcore.c295 tee_shm_free(shm); in optee_release()
/Linux-v5.4/drivers/char/tpm/
Dtpm_ftpm_tee.c291 tee_shm_free(pvt_data->shm); in ftpm_tee_probe()
318 tee_shm_free(pvt_data->shm); in ftpm_tee_remove()
/Linux-v5.4/drivers/tee/
Dtee_shm.c360 void tee_shm_free(struct tee_shm *shm) in tee_shm_free() function
374 EXPORT_SYMBOL_GPL(tee_shm_free);
/Linux-v5.4/include/linux/
Dtee_drv.h359 void tee_shm_free(struct tee_shm *shm);
/Linux-v5.4/drivers/char/hw_random/
Doptee-rng.c164 tee_shm_free(pvt_data->entropy_shm_pool); in optee_rng_cleanup()