Home
last modified time | relevance | path

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

/Linux-v5.4/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()
/Linux-v5.4/drivers/tee/
Dtee_shm.c416 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/
Ddevice.c137 device_uuid = tee_shm_get_va(device_shm, 0); in optee_enumerate_devices()
Drpc.c362 arg = tee_shm_get_va(shm, 0); in handle_rpc_func_cmd()
Dcall.c186 ma = tee_shm_get_va(shm, 0); in get_msg_arg()
Dcore.c269 arg = tee_shm_get_va(shm, 0); in optee_release()
/Linux-v5.4/include/linux/
Dtee_drv.h392 void *tee_shm_get_va(struct tee_shm *shm, size_t offs);
/Linux-v5.4/drivers/char/hw_random/
Doptee-rng.c103 rng_data = tee_shm_get_va(pvt_data->entropy_shm_pool, 0); in get_optee_rng_data()