Home
last modified time | relevance | path

Searched refs:tee_shm_get_va (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-6.6/drivers/nvmem/
H A Dstm32-bsec-optee-ta.c186 shm_buf = tee_shm_get_va(shm, 0); in stm32_bsec_optee_ta_read()
189 pr_err("tee_shm_get_va failed for transmit (%d)\n", ret); in stm32_bsec_optee_ta_read()
243 shm_buf = tee_shm_get_va(shm, 0); in stm32_bsec_optee_ta_write()
246 pr_err("tee_shm_get_va failed for transmit (%d)\n", ret); in stm32_bsec_optee_ta_write()
/kernel/linux/linux-5.10/drivers/tee/
H A Dtee_shm.c358 void *v = tee_shm_get_va(shm, pa - shm->paddr); in tee_shm_pa2va()
369 * tee_shm_get_va() - Get virtual address of a shared memory plus an offset
375 void *tee_shm_get_va(struct tee_shm *shm, size_t offs) in tee_shm_get_va() function
383 EXPORT_SYMBOL_GPL(tee_shm_get_va); variable
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-optee.c76 optee_tm = tee_shm_get_va(priv->shm, 0); in optee_rtc_readtime()
120 rtc_data = tee_shm_get_va(priv->shm, 0); in optee_rtc_settime()
211 info = tee_shm_get_va(priv->shm, 0); in optee_rtc_read_info()
/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm_ftpm_tee.c112 temp_buf = tee_shm_get_va(shm, 0); in ftpm_tee_tpm_op_send()
114 dev_err(&chip->dev, "%s: tee_shm_get_va failed for transmit\n", in ftpm_tee_tpm_op_send()
138 temp_buf = tee_shm_get_va(shm, command_params[1].u.memref.shm_offs); in ftpm_tee_tpm_op_send()
140 dev_err(&chip->dev, "%s: tee_shm_get_va failed for receive\n", in ftpm_tee_tpm_op_send()
/kernel/linux/linux-6.6/drivers/char/tpm/
H A Dtpm_ftpm_tee.c111 temp_buf = tee_shm_get_va(shm, 0); in ftpm_tee_tpm_op_send()
113 dev_err(&chip->dev, "%s: tee_shm_get_va failed for transmit\n", in ftpm_tee_tpm_op_send()
137 temp_buf = tee_shm_get_va(shm, command_params[1].u.memref.shm_offs); in ftpm_tee_tpm_op_send()
139 dev_err(&chip->dev, "%s: tee_shm_get_va failed for receive\n", in ftpm_tee_tpm_op_send()
/kernel/linux/linux-6.6/drivers/tee/optee/
H A Dsmc_abi.c487 msg_arg = tee_shm_get_va(shm_arg, 0); in optee_shm_register()
541 msg_arg = tee_shm_get_va(shm_arg, 0); in optee_shm_unregister()
857 arg = tee_shm_get_va(shm, 0); in optee_handle_rpc()
859 pr_err("%s: tee_shm_get_va %p failed\n", in optee_handle_rpc()
901 arg = tee_shm_get_va(shm, offs); in optee_smc_do_call_with_arg()
906 rpc_arg = tee_shm_get_va(shm, offs + rpc_arg_offs); in optee_smc_do_call_with_arg()
H A Ddevice.c148 device_uuid = tee_shm_get_va(device_shm, 0); in __optee_enumerate_devices()
150 pr_err("tee_shm_get_va failed\n"); in __optee_enumerate_devices()
H A Dffa_abi.c636 arg = tee_shm_get_va(shm, offs); in optee_ffa_do_call_with_arg()
641 rpc_arg = tee_shm_get_va(shm, offs + rpc_arg_offs); in optee_ffa_do_call_with_arg()
H A Dcall.c235 res = tee_shm_get_va(entry->shm, offs); in optee_get_msg_arg()
/kernel/linux/linux-5.10/drivers/tee/optee/
H A Ddevice.c150 device_uuid = tee_shm_get_va(device_shm, 0); in __optee_enumerate_devices()
152 pr_err("tee_shm_get_va failed\n"); in __optee_enumerate_devices()
H A Drpc.c457 arg = tee_shm_get_va(shm, 0); in handle_rpc_func_cmd()
459 pr_err("%s: tee_shm_get_va %p failed\n", __func__, shm); in handle_rpc_func_cmd()
H A Dcore.c284 arg = tee_shm_get_va(shm, 0); in optee_release()
H A Dcall.c188 ma = tee_shm_get_va(shm, 0); in get_msg_arg()
/kernel/linux/linux-6.6/drivers/tee/
H A Dtee_shm.c420 * tee_shm_get_va() - Get virtual address of a shared memory plus an offset
426 void *tee_shm_get_va(struct tee_shm *shm, size_t offs) in tee_shm_get_va() function
434 EXPORT_SYMBOL_GPL(tee_shm_get_va); variable
/kernel/linux/linux-5.10/drivers/firmware/broadcom/
H A Dtee_bnxt_fw.c162 core_data = tee_shm_get_va(pvt_data.fw_shm_pool, 0); in tee_bnxt_copy_coredump()
164 dev_err(pvt_data.dev, "tee_shm_get_va failed\n"); in tee_bnxt_copy_coredump()
/kernel/linux/linux-5.10/drivers/char/hw_random/
H A Doptee-rng.c103 rng_data = tee_shm_get_va(pvt_data->entropy_shm_pool, 0); in get_optee_rng_data()
105 dev_err(pvt_data->dev, "tee_shm_get_va failed\n"); in get_optee_rng_data()
/kernel/linux/linux-5.10/include/linux/
H A Dtee_drv.h391 * tee_shm_get_va() - Get virtual address of a shared memory plus an offset
397 void *tee_shm_get_va(struct tee_shm *shm, size_t offs);
/kernel/linux/linux-6.6/include/linux/
H A Dtee_drv.h302 * tee_shm_get_va() - Get virtual address of a shared memory plus an offset
308 void *tee_shm_get_va(struct tee_shm *shm, size_t offs);
/kernel/linux/linux-6.6/drivers/char/hw_random/
H A Doptee-rng.c103 rng_data = tee_shm_get_va(pvt_data->entropy_shm_pool, 0); in get_optee_rng_data()
105 dev_err(pvt_data->dev, "tee_shm_get_va failed\n"); in get_optee_rng_data()
/kernel/linux/linux-6.6/drivers/firmware/broadcom/
H A Dtee_bnxt_fw.c162 core_data = tee_shm_get_va(pvt_data.fw_shm_pool, 0); in tee_bnxt_copy_coredump()
164 dev_err(pvt_data.dev, "tee_shm_get_va failed\n"); in tee_bnxt_copy_coredump()
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/
H A Doptee.c358 shbuf = tee_shm_get_va(channel->tee_shm, 0); in setup_dynamic_shmem()

Completed in 21 milliseconds