Searched refs:tee_shm_get_va (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/tee/ |
| A D | tee_shm.c | 357 void *v = tee_shm_get_va(shm, pa - shm->paddr); in tee_shm_pa2va() 374 void *tee_shm_get_va(struct tee_shm *shm, size_t offs) in tee_shm_get_va() function 382 EXPORT_SYMBOL_GPL(tee_shm_get_va);
|
| /linux/drivers/char/tpm/ |
| A 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/drivers/tee/optee/ |
| A D | device.c | 136 device_uuid = tee_shm_get_va(device_shm, 0); in __optee_enumerate_devices()
|
| A D | ffa_abi.c | 622 struct optee_msg_arg *arg = tee_shm_get_va(shm, 0); in optee_ffa_do_call_with_arg() 624 struct optee_msg_arg *rpc_arg = tee_shm_get_va(shm, rpc_arg_offs); in optee_ffa_do_call_with_arg()
|
| A D | call.c | 127 ma = tee_shm_get_va(shm, 0); in optee_get_msg_arg()
|
| A D | smc_abi.c | 697 arg = tee_shm_get_va(shm, 0); in handle_rpc_func_cmd()
|
| /linux/drivers/firmware/broadcom/ |
| A D | tee_bnxt_fw.c | 162 core_data = tee_shm_get_va(pvt_data.fw_shm_pool, 0); in tee_bnxt_copy_coredump()
|
| /linux/drivers/char/hw_random/ |
| A D | optee-rng.c | 103 rng_data = tee_shm_get_va(pvt_data->entropy_shm_pool, 0); in get_optee_rng_data()
|
| /linux/include/linux/ |
| A D | tee_drv.h | 402 void *tee_shm_get_va(struct tee_shm *shm, size_t offs);
|
| /linux/ |
| A D | vmlinux.symvers | 2266 0x00000000 tee_shm_get_va vmlinux EXPORT_SYMBOL_GPL
|
| A D | System.map | 49058 ffff800010d1df00 T tee_shm_get_va
|
| A D | .tmp_System.map | 49058 ffff800010d1df00 T tee_shm_get_va
|
Completed in 354 milliseconds