Searched refs:tee_shm_get_va (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.10/drivers/tee/ |
| D | tee_shm.c | 400 void *v = tee_shm_get_va(shm, pa - shm->paddr); in tee_shm_pa2va() 417 void *tee_shm_get_va(struct tee_shm *shm, size_t offs) in tee_shm_get_va() function 425 EXPORT_SYMBOL_GPL(tee_shm_get_va);
|
| /Linux-v5.10/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()
|
| /Linux-v5.10/drivers/tee/optee/ |
| D | device.c | 128 device_uuid = tee_shm_get_va(device_shm, 0); in __optee_enumerate_devices()
|
| D | rpc.c | 454 arg = tee_shm_get_va(shm, 0); in handle_rpc_func_cmd()
|
| D | call.c | 186 ma = tee_shm_get_va(shm, 0); in get_msg_arg()
|
| D | core.c | 292 arg = tee_shm_get_va(shm, 0); in optee_release()
|
| /Linux-v5.10/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()
|
| /Linux-v5.10/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()
|
| /Linux-v5.10/include/linux/ |
| D | tee_drv.h | 395 void *tee_shm_get_va(struct tee_shm *shm, size_t offs);
|