Searched refs:tee_shm_get_va (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/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.4/drivers/tee/ |
| D | tee_shm.c | 416 void *v = tee_shm_get_va(shm, pa - shm->paddr); in tee_shm_pa2va() 433 void *tee_shm_get_va(struct tee_shm *shm, size_t offs) in tee_shm_get_va() function 441 EXPORT_SYMBOL_GPL(tee_shm_get_va);
|
| /Linux-v5.4/drivers/tee/optee/ |
| D | device.c | 137 device_uuid = tee_shm_get_va(device_shm, 0); in optee_enumerate_devices()
|
| D | rpc.c | 362 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 | 269 arg = tee_shm_get_va(shm, 0); in optee_release()
|
| /Linux-v5.4/include/linux/ |
| D | tee_drv.h | 392 void *tee_shm_get_va(struct tee_shm *shm, size_t offs);
|
| /Linux-v5.4/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()
|