Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tee/
Dtee_shm.c424 void *v = tee_shm_get_va(shm, pa - shm->paddr); in tee_shm_pa2va()
441 void *tee_shm_get_va(struct tee_shm *shm, size_t offs) in tee_shm_get_va() function
449 EXPORT_SYMBOL_GPL(tee_shm_get_va);
/Linux-v4.19/include/linux/
Dtee_drv.h392 void *tee_shm_get_va(struct tee_shm *shm, size_t offs);
/Linux-v4.19/drivers/tee/optee/
Drpc.c371 arg = tee_shm_get_va(shm, 0); in handle_rpc_func_cmd()
Dcall.c194 ma = tee_shm_get_va(shm, 0); in get_msg_arg()
Dcore.c278 arg = tee_shm_get_va(shm, 0); in optee_release()