Searched refs:tee_shm_get_va (Results 1 – 5 of 5) sorted by relevance
424 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() function449 EXPORT_SYMBOL_GPL(tee_shm_get_va);
392 void *tee_shm_get_va(struct tee_shm *shm, size_t offs);
371 arg = tee_shm_get_va(shm, 0); in handle_rpc_func_cmd()
194 ma = tee_shm_get_va(shm, 0); in get_msg_arg()
278 arg = tee_shm_get_va(shm, 0); in optee_release()