Searched refs:tee_shm_get_va (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/tee/qcomtee/ |
| H A D | shm.c | 83 oic->in_msg.addr = tee_shm_get_va(oic->in_shm, 0); in qcomtee_msg_buffers_alloc() 85 oic->out_msg.addr = tee_shm_get_va(oic->out_shm, 0); in qcomtee_msg_buffers_alloc()
|
| /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/tee/optee/ |
| H A D | rpc.c | 331 buf = tee_shm_get_va(params[1].u.memref.shm, in handle_rpc_func_rpmb_probe_next() 392 p0 = tee_shm_get_va(params[0].u.memref.shm, in handle_rpc_func_rpmb_frames() 394 p1 = tee_shm_get_va(params[1].u.memref.shm, in handle_rpc_func_rpmb_frames()
|
| H A D | smc_abi.c | 488 msg_arg = tee_shm_get_va(shm_arg, 0); in optee_shm_register() 542 msg_arg = tee_shm_get_va(shm_arg, 0); in optee_shm_unregister() 855 arg = tee_shm_get_va(shm, 0); 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 D | protmem.c | 278 memcpy(mem_attrs, tee_shm_get_va(shm_param, 0), in get_protmem_config()
|
| /linux/drivers/firmware/qcom/ |
| H A D | qcom_pas_tee.c | 153 mdata_buf = tee_shm_get_va(mdata_shm, 0); in qcom_pas_tee_init_image() 258 rt_shm_va = tee_shm_get_va(rt_shm, 0); in DEFINE_FREE()
|
| /linux/include/linux/ |
| H A D | tee_drv.h | 154 void *tee_shm_get_va(struct tee_shm *shm, size_t offs);
|
| /linux/drivers/tee/ |
| H A D | tee_shm.c | 629 void *tee_shm_get_va(struct tee_shm *shm, size_t offs) in tee_shm_get_va() function 637 EXPORT_SYMBOL_GPL(tee_shm_get_va);
|
| /linux/drivers/platform/x86/amd/pmf/ |
| H A D | tee-if.c | 514 dev->shbuf = tee_shm_get_va(dev->fw_shm_pool, 0); in amd_pmf_tee_init()
|