Lines Matching refs:remote_heap
279 struct fastrpc_buf *remote_heap; member
1274 if (!fl->cctx->remote_heap) { in fastrpc_init_create_static_process()
1276 &fl->cctx->remote_heap); in fastrpc_init_create_static_process()
1282 err = qcom_scm_assign_mem(fl->cctx->remote_heap->phys, in fastrpc_init_create_static_process()
1283 (u64)fl->cctx->remote_heap->size, in fastrpc_init_create_static_process()
1288 fl->cctx->remote_heap->phys, fl->cctx->remote_heap->size, err); in fastrpc_init_create_static_process()
1307 pages[0].addr = fl->cctx->remote_heap->phys; in fastrpc_init_create_static_process()
1308 pages[0].size = fl->cctx->remote_heap->size; in fastrpc_init_create_static_process()
1335 err = qcom_scm_assign_mem(fl->cctx->remote_heap->phys, in fastrpc_init_create_static_process()
1336 (u64)fl->cctx->remote_heap->size, in fastrpc_init_create_static_process()
1340 fl->cctx->remote_heap->phys, fl->cctx->remote_heap->size, err); in fastrpc_init_create_static_process()
1343 fastrpc_buf_free(fl->cctx->remote_heap); in fastrpc_init_create_static_process()
2393 if (cctx->remote_heap) in fastrpc_rpmsg_remove()
2394 fastrpc_buf_free(cctx->remote_heap); in fastrpc_rpmsg_remove()