tee_shm_get_pa
rc = tee_shm_get_pa(shm, 0, &pa);
rc = tee_shm_get_pa(p->u.memref.shm, p->u.memref.shm_offs, &pa);
if (tee_shm_get_pa(shm, 0, &pa)) {
if (!IS_ERR(shm) && !tee_shm_get_pa(shm, 0, &pa)) {
rc = tee_shm_get_pa(shm, offs, &parg);
tee_shm_get_pa(oic->out_shm, 0, &out_msg_paddr);
tee_shm_get_pa(oic->in_shm, 0, &in_msg_paddr);
EXPORT_SYMBOL_GPL(tee_shm_get_pa);
int tee_shm_get_pa(struct tee_shm *shm, size_t offs, phys_addr_t *pa);