Searched refs:tee_shm_get_va (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/rtc/ |
| H A D | rtc-optee.c | 173 optee_tm = tee_shm_get_va(priv->shm, 0); in optee_rtc_readtime() 208 optee_tm = tee_shm_get_va(priv->shm, 0); in optee_rtc_settime() 300 optee_alarm = tee_shm_get_va(priv->shm, 0); in optee_rtc_read_alarm() 342 optee_alarm = tee_shm_get_va(priv->shm, 0); in optee_rtc_set_alarm() 520 info = tee_shm_get_va(priv->shm, 0); in optee_rtc_read_info()
|
| /linux/drivers/nvmem/ |
| H A D | stm32-bsec-optee-ta.c | 186 shm_buf = tee_shm_get_va(shm, 0); in stm32_bsec_optee_ta_read() 243 shm_buf = tee_shm_get_va(shm, 0); in stm32_bsec_optee_ta_write()
|
| /linux/drivers/char/tpm/ |
| H A D | tpm_ftpm_tee.c | 84 temp_buf = tee_shm_get_va(shm, 0); in ftpm_tee_tpm_op_send() 110 temp_buf = tee_shm_get_va(shm, command_params[1].u.memref.shm_offs); in ftpm_tee_tpm_op_send()
|
| /linux/drivers/tee/optee/ |
| H A D | rpc.c | 333 buf = tee_shm_get_va(params[1].u.memref.shm, in handle_rpc_func_rpmb_probe_next() 394 p0 = tee_shm_get_va(params[0].u.memref.shm, in handle_rpc_func_rpmb_frames() 396 p1 = tee_shm_get_va(params[1].u.memref.shm, in handle_rpc_func_rpmb_frames()
|
| H A D | device.c | 156 device_uuid = tee_shm_get_va(device_shm, 0); in __optee_enumerate_devices()
|
| H A D | ffa_abi.c | 640 arg = tee_shm_get_va(shm, offs); in optee_ffa_do_call_with_arg() 645 rpc_arg = tee_shm_get_va(shm, offs + rpc_arg_offs); in optee_ffa_do_call_with_arg()
|
| H A D | call.c | 317 res = tee_shm_get_va(entry->shm, offs); in optee_get_msg_arg()
|
| /linux/drivers/firmware/broadcom/ |
| H A D | tee_bnxt_fw.c | 162 core_data = tee_shm_get_va(pvt_data.fw_shm_pool, 0); in tee_bnxt_copy_coredump()
|
| /linux/drivers/char/hw_random/ |
| H A D | optee-rng.c | 103 rng_data = tee_shm_get_va(pvt_data->entropy_shm_pool, 0); in get_optee_rng_data()
|
| /linux/drivers/tee/ |
| H A D | tee_shm.c | 656 void *tee_shm_get_va(struct tee_shm *shm, size_t offs) in tee_shm_get_va() function 664 EXPORT_SYMBOL_GPL(tee_shm_get_va);
|
| /linux/drivers/platform/x86/amd/pmf/ |
| H A D | tee-if.c | 511 dev->shbuf = tee_shm_get_va(dev->fw_shm_pool, 0); in amd_pmf_tee_init()
|