Searched refs:tee_shm_get_va (Results 1 – 8 of 8) sorted by relevance
/drivers/tee/ |
D | tee_shm.c | 358 void *v = tee_shm_get_va(shm, pa - shm->paddr); in tee_shm_pa2va() 375 void *tee_shm_get_va(struct tee_shm *shm, size_t offs) in tee_shm_get_va() function 383 EXPORT_SYMBOL_GPL(tee_shm_get_va);
|
/drivers/char/tpm/ |
D | tpm_ftpm_tee.c | 112 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()
|
/drivers/tee/optee/ |
D | device.c | 149 device_uuid = tee_shm_get_va(device_shm, 0); in __optee_enumerate_devices()
|
D | rpc.c | 457 arg = tee_shm_get_va(shm, 0); in handle_rpc_func_cmd()
|
D | call.c | 188 ma = tee_shm_get_va(shm, 0); in get_msg_arg()
|
D | core.c | 284 arg = tee_shm_get_va(shm, 0); in optee_release()
|
/drivers/firmware/broadcom/ |
D | tee_bnxt_fw.c | 162 core_data = tee_shm_get_va(pvt_data.fw_shm_pool, 0); in tee_bnxt_copy_coredump()
|
/drivers/char/hw_random/ |
D | optee-rng.c | 103 rng_data = tee_shm_get_va(pvt_data->entropy_shm_pool, 0); in get_optee_rng_data()
|