Home
last modified time | relevance | path

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

/drivers/tee/
Dtee_shm.c358 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/
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()
/drivers/tee/optee/
Ddevice.c149 device_uuid = tee_shm_get_va(device_shm, 0); in __optee_enumerate_devices()
Drpc.c457 arg = tee_shm_get_va(shm, 0); in handle_rpc_func_cmd()
Dcall.c188 ma = tee_shm_get_va(shm, 0); in get_msg_arg()
Dcore.c284 arg = tee_shm_get_va(shm, 0); in optee_release()
/drivers/firmware/broadcom/
Dtee_bnxt_fw.c162 core_data = tee_shm_get_va(pvt_data.fw_shm_pool, 0); in tee_bnxt_copy_coredump()
/drivers/char/hw_random/
Doptee-rng.c103 rng_data = tee_shm_get_va(pvt_data->entropy_shm_pool, 0); in get_optee_rng_data()