tee_shm_get_va
rng_data = tee_shm_get_va(pvt_data->entropy_shm_pool, 0);
temp_buf = tee_shm_get_va(shm, command_params[1].u.memref.shm_offs);
temp_buf = tee_shm_get_va(shm, 0);
shbuf = tee_shm_get_va(channel->tee_shm, 0);
core_data = tee_shm_get_va(pvt_data.fw_shm_pool, 0);
shm_buf = tee_shm_get_va(shm, 0);
shm_buf = tee_shm_get_va(shm, 0);
dev->shbuf = tee_shm_get_va(dev->fw_shm_pool, 0);
optee_tm = tee_shm_get_va(priv->shm, 0);
optee_tm = tee_shm_get_va(priv->shm, 0);
optee_alarm = tee_shm_get_va(priv->shm, 0);
optee_alarm = tee_shm_get_va(priv->shm, 0);
info = tee_shm_get_va(priv->shm, 0);
res = tee_shm_get_va(entry->shm, offs);
device_uuid = tee_shm_get_va(device_shm, 0);
arg = tee_shm_get_va(shm, offs);
rpc_arg = tee_shm_get_va(shm, offs + rpc_arg_offs);
memcpy(mem_attrs, tee_shm_get_va(shm_param, 0),
buf = tee_shm_get_va(params[1].u.memref.shm,
p0 = tee_shm_get_va(params[0].u.memref.shm,
p1 = tee_shm_get_va(params[1].u.memref.shm,
msg_arg = tee_shm_get_va(shm_arg, 0);
msg_arg = tee_shm_get_va(shm_arg, 0);
arg = tee_shm_get_va(shm, 0);
arg = tee_shm_get_va(shm, offs);
rpc_arg = tee_shm_get_va(shm, offs + rpc_arg_offs);
oic->in_msg.addr = tee_shm_get_va(oic->in_shm, 0);
oic->out_msg.addr = tee_shm_get_va(oic->out_shm, 0);
EXPORT_SYMBOL_GPL(tee_shm_get_va);
void *tee_shm_get_va(struct tee_shm *shm, size_t offs);