Symbol: tee_shm_get_va
drivers/char/hw_random/optee-rng.c
103
rng_data = tee_shm_get_va(pvt_data->entropy_shm_pool, 0);
drivers/char/tpm/tpm_ftpm_tee.c
110
temp_buf = tee_shm_get_va(shm, command_params[1].u.memref.shm_offs);
drivers/char/tpm/tpm_ftpm_tee.c
84
temp_buf = tee_shm_get_va(shm, 0);
drivers/firmware/arm_scmi/transports/optee.c
342
shbuf = tee_shm_get_va(channel->tee_shm, 0);
drivers/firmware/broadcom/tee_bnxt_fw.c
162
core_data = tee_shm_get_va(pvt_data.fw_shm_pool, 0);
drivers/nvmem/stm32-bsec-optee-ta.c
186
shm_buf = tee_shm_get_va(shm, 0);
drivers/nvmem/stm32-bsec-optee-ta.c
243
shm_buf = tee_shm_get_va(shm, 0);
drivers/platform/x86/amd/pmf/tee-if.c
505
dev->shbuf = tee_shm_get_va(dev->fw_shm_pool, 0);
drivers/rtc/rtc-optee.c
173
optee_tm = tee_shm_get_va(priv->shm, 0);
drivers/rtc/rtc-optee.c
208
optee_tm = tee_shm_get_va(priv->shm, 0);
drivers/rtc/rtc-optee.c
300
optee_alarm = tee_shm_get_va(priv->shm, 0);
drivers/rtc/rtc-optee.c
342
optee_alarm = tee_shm_get_va(priv->shm, 0);
drivers/rtc/rtc-optee.c
520
info = tee_shm_get_va(priv->shm, 0);
drivers/tee/optee/call.c
317
res = tee_shm_get_va(entry->shm, offs);
drivers/tee/optee/device.c
156
device_uuid = tee_shm_get_va(device_shm, 0);
drivers/tee/optee/ffa_abi.c
640
arg = tee_shm_get_va(shm, offs);
drivers/tee/optee/ffa_abi.c
645
rpc_arg = tee_shm_get_va(shm, offs + rpc_arg_offs);
drivers/tee/optee/protmem.c
278
memcpy(mem_attrs, tee_shm_get_va(shm_param, 0),
drivers/tee/optee/rpc.c
331
buf = tee_shm_get_va(params[1].u.memref.shm,
drivers/tee/optee/rpc.c
392
p0 = tee_shm_get_va(params[0].u.memref.shm,
drivers/tee/optee/rpc.c
394
p1 = tee_shm_get_va(params[1].u.memref.shm,
drivers/tee/optee/smc_abi.c
488
msg_arg = tee_shm_get_va(shm_arg, 0);
drivers/tee/optee/smc_abi.c
542
msg_arg = tee_shm_get_va(shm_arg, 0);
drivers/tee/optee/smc_abi.c
855
arg = tee_shm_get_va(shm, 0);
drivers/tee/optee/smc_abi.c
901
arg = tee_shm_get_va(shm, offs);
drivers/tee/optee/smc_abi.c
906
rpc_arg = tee_shm_get_va(shm, offs + rpc_arg_offs);
drivers/tee/qcomtee/shm.c
83
oic->in_msg.addr = tee_shm_get_va(oic->in_shm, 0);
drivers/tee/qcomtee/shm.c
85
oic->out_msg.addr = tee_shm_get_va(oic->out_shm, 0);
drivers/tee/tee_shm.c
637
EXPORT_SYMBOL_GPL(tee_shm_get_va);
include/linux/tee_drv.h
154
void *tee_shm_get_va(struct tee_shm *shm, size_t offs);