Home
last modified time | relevance | path

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

/Linux-v5.15/security/keys/trusted-keys/
Dtrusted_tee.c114 tee_shm_free(reg_shm_out); in trusted_tee_seal()
116 tee_shm_free(reg_shm_in); in trusted_tee_seal()
175 tee_shm_free(reg_shm_out); in trusted_tee_unseal()
177 tee_shm_free(reg_shm_in); in trusted_tee_unseal()
220 tee_shm_free(reg_shm); in trusted_tee_get_random()
/Linux-v5.15/drivers/tee/optee/
Dcall.c206 tee_shm_free(shm); in get_msg_arg()
286 tee_shm_free(shm); in optee_open_session()
317 tee_shm_free(shm); in optee_close_session()
363 tee_shm_free(shm); in optee_invoke_func()
391 tee_shm_free(shm); in optee_cancel_req()
453 tee_shm_free(shm); in __optee_disable_shm_cache()
660 tee_shm_free(shm_arg); in optee_shm_register()
685 tee_shm_free(shm_arg); in optee_shm_unregister()
Drpc.c380 tee_shm_free(shm); in handle_rpc_func_cmd_shm_alloc()
427 tee_shm_free(shm); in handle_rpc_func_cmd_shm_free()
520 tee_shm_free(shm); in optee_handle_rpc()
Ddevice.c152 tee_shm_free(device_shm); in __optee_enumerate_devices()
Dcore.c310 tee_shm_free(shm); in optee_release()
/Linux-v5.15/drivers/char/tpm/
Dtpm_ftpm_tee.c290 tee_shm_free(pvt_data->shm); in ftpm_tee_probe()
324 tee_shm_free(pvt_data->shm); in ftpm_tee_remove()
352 tee_shm_free(pvt_data->shm); in ftpm_plat_tee_shutdown()
/Linux-v5.15/drivers/firmware/broadcom/
Dtee_bnxt_fw.c236 tee_shm_free(pvt_data.fw_shm_pool); in tee_bnxt_fw_remove()
246 tee_shm_free(pvt_data.fw_shm_pool); in tee_bnxt_fw_shutdown()
/Linux-v5.15/drivers/tee/
Dtee_shm.c362 void tee_shm_free(struct tee_shm *shm) in tee_shm_free() function
376 EXPORT_SYMBOL_GPL(tee_shm_free);
/Linux-v5.15/include/linux/
Dtee_drv.h364 void tee_shm_free(struct tee_shm *shm);
/Linux-v5.15/drivers/char/hw_random/
Doptee-rng.c164 tee_shm_free(pvt_data->entropy_shm_pool); in optee_rng_cleanup()