Home
last modified time | relevance | path

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

/linux/drivers/misc/
H A Dfastrpc.c320 struct fastrpc_buf *remote_heap; member
1489 if (!fl->cctx->remote_heap) { in fastrpc_init_create_static_process()
1491 &fl->cctx->remote_heap); in fastrpc_init_create_static_process()
1499 err = qcom_scm_assign_mem(fl->cctx->remote_heap->dma_addr, in fastrpc_init_create_static_process()
1500 (u64)fl->cctx->remote_heap->size, in fastrpc_init_create_static_process()
1506 &fl->cctx->remote_heap->dma_addr, in fastrpc_init_create_static_process()
1507 fl->cctx->remote_heap->size, err); in fastrpc_init_create_static_process()
1525 pages[0].addr = fl->cctx->remote_heap->dma_addr; in fastrpc_init_create_static_process()
1526 pages[0].size = fl->cctx->remote_heap->size; in fastrpc_init_create_static_process()
1554 err = qcom_scm_assign_mem(fl->cctx->remote_heap->dma_addr, in fastrpc_init_create_static_process()
[all …]