Home
last modified time | relevance | path

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

/linux/drivers/misc/
H A Dfastrpc.c839 struct qcom_scm_vmperm dst_perms[2] = {0}; in fastrpc_map_attach() local
841 dst_perms[0].vmid = QCOM_SCM_VMID_HLOS; in fastrpc_map_attach()
842 dst_perms[0].perm = QCOM_SCM_PERM_RW; in fastrpc_map_attach()
843 dst_perms[1].vmid = fl->cctx->vmperms[0].vmid; in fastrpc_map_attach()
844 dst_perms[1].perm = QCOM_SCM_PERM_RWX; in fastrpc_map_attach()
846 err = qcom_scm_assign_mem(map->dma_addr, (u64)map->len, &src_perms, dst_perms, 2); in fastrpc_map_attach()
1387 struct qcom_scm_vmperm dst_perms; in fastrpc_init_create_static_process() local
1393 dst_perms.vmid = QCOM_SCM_VMID_HLOS; in fastrpc_init_create_static_process()
1394 dst_perms.perm = QCOM_SCM_PERM_RWX; in fastrpc_init_create_static_process()
1397 &src_perms, &dst_perms, 1); in fastrpc_init_create_static_process()