Home
last modified time | relevance | path

Searched refs:tee_shm_get_va (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/drivers/rtc/
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()
/linux-6.3-rc2/drivers/nvmem/
A Dstm32-bsec-optee-ta.c186 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-6.3-rc2/drivers/char/tpm/
A Dtpm_ftpm_tee.c112 temp_buf = tee_shm_get_va(shm, 0); 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()
/linux-6.3-rc2/drivers/tee/optee/
A Dsmc_abi.c467 msg_arg = tee_shm_get_va(shm_arg, 0); in optee_shm_register()
521 msg_arg = tee_shm_get_va(shm_arg, 0); in optee_shm_unregister()
837 arg = tee_shm_get_va(shm, 0); in optee_handle_rpc()
881 arg = tee_shm_get_va(shm, offs); in optee_smc_do_call_with_arg()
886 rpc_arg = tee_shm_get_va(shm, offs + rpc_arg_offs); in optee_smc_do_call_with_arg()
A Ddevice.c135 device_uuid = tee_shm_get_va(device_shm, 0); in __optee_enumerate_devices()
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()
A Dcall.c235 res = tee_shm_get_va(entry->shm, offs); in optee_get_msg_arg()
/linux-6.3-rc2/drivers/tee/
A Dtee_shm.c426 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);
/linux-6.3-rc2/drivers/firmware/broadcom/
A Dtee_bnxt_fw.c162 core_data = tee_shm_get_va(pvt_data.fw_shm_pool, 0); in tee_bnxt_copy_coredump()
/linux-6.3-rc2/include/linux/
A Dtee_drv.h308 void *tee_shm_get_va(struct tee_shm *shm, size_t offs);
/linux-6.3-rc2/drivers/char/hw_random/
A Doptee-rng.c103 rng_data = tee_shm_get_va(pvt_data->entropy_shm_pool, 0); in get_optee_rng_data()
/linux-6.3-rc2/drivers/firmware/arm_scmi/
A Doptee.c358 shbuf = tee_shm_get_va(channel->tee_shm, 0); in setup_dynamic_shmem()

Completed in 17 milliseconds