Lines Matching defs:ipc

31 sc_err_t sc_rm_partition_alloc(sc_ipc_t ipc, sc_rm_pt_t *pt, sc_bool_t secure,
48 sc_call_rpc(ipc, &msg, SC_FALSE);
58 sc_err_t sc_rm_set_confidential(sc_ipc_t ipc, sc_rm_pt_t pt, sc_bool_t retro)
70 sc_call_rpc(ipc, &msg, SC_FALSE);
76 sc_err_t sc_rm_partition_free(sc_ipc_t ipc, sc_rm_pt_t pt)
87 sc_call_rpc(ipc, &msg, SC_FALSE);
93 sc_rm_did_t sc_rm_get_did(sc_ipc_t ipc)
103 sc_call_rpc(ipc, &msg, SC_FALSE);
109 sc_err_t sc_rm_partition_static(sc_ipc_t ipc, sc_rm_pt_t pt, sc_rm_did_t did)
121 sc_call_rpc(ipc, &msg, SC_FALSE);
127 sc_err_t sc_rm_partition_lock(sc_ipc_t ipc, sc_rm_pt_t pt)
138 sc_call_rpc(ipc, &msg, SC_FALSE);
144 sc_err_t sc_rm_get_partition(sc_ipc_t ipc, sc_rm_pt_t *pt)
154 sc_call_rpc(ipc, &msg, SC_FALSE);
164 sc_err_t sc_rm_set_parent(sc_ipc_t ipc, sc_rm_pt_t pt, sc_rm_pt_t pt_parent)
176 sc_call_rpc(ipc, &msg, SC_FALSE);
182 sc_err_t sc_rm_move_all(sc_ipc_t ipc, sc_rm_pt_t pt_src, sc_rm_pt_t pt_dst,
197 sc_call_rpc(ipc, &msg, SC_FALSE);
203 sc_err_t sc_rm_assign_resource(sc_ipc_t ipc, sc_rm_pt_t pt, sc_rsrc_t resource)
215 sc_call_rpc(ipc, &msg, SC_FALSE);
221 sc_err_t sc_rm_set_resource_movable(sc_ipc_t ipc, sc_rsrc_t resource_fst,
235 sc_call_rpc(ipc, &msg, SC_FALSE);
241 sc_err_t sc_rm_set_subsys_rsrc_movable(sc_ipc_t ipc, sc_rsrc_t resource,
254 sc_call_rpc(ipc, &msg, SC_FALSE);
260 sc_err_t sc_rm_set_master_attributes(sc_ipc_t ipc, sc_rsrc_t resource,
276 sc_call_rpc(ipc, &msg, SC_FALSE);
282 sc_err_t sc_rm_set_master_sid(sc_ipc_t ipc, sc_rsrc_t resource, sc_rm_sid_t sid)
294 sc_call_rpc(ipc, &msg, SC_FALSE);
300 sc_err_t sc_rm_set_peripheral_permissions(sc_ipc_t ipc, sc_rsrc_t resource,
314 sc_call_rpc(ipc, &msg, SC_FALSE);
320 sc_bool_t sc_rm_is_resource_owned(sc_ipc_t ipc, sc_rsrc_t resource)
331 sc_call_rpc(ipc, &msg, SC_FALSE);
337 sc_bool_t sc_rm_is_resource_master(sc_ipc_t ipc, sc_rsrc_t resource)
348 sc_call_rpc(ipc, &msg, SC_FALSE);
354 sc_bool_t sc_rm_is_resource_peripheral(sc_ipc_t ipc, sc_rsrc_t resource)
365 sc_call_rpc(ipc, &msg, SC_FALSE);
371 sc_err_t sc_rm_get_resource_info(sc_ipc_t ipc, sc_rsrc_t resource,
383 sc_call_rpc(ipc, &msg, SC_FALSE);
393 sc_err_t sc_rm_memreg_alloc(sc_ipc_t ipc, sc_rm_mr_t *mr,
408 sc_call_rpc(ipc, &msg, SC_FALSE);
418 sc_err_t sc_rm_memreg_split(sc_ipc_t ipc, sc_rm_mr_t mr,
435 sc_call_rpc(ipc, &msg, SC_FALSE);
445 sc_err_t sc_rm_memreg_free(sc_ipc_t ipc, sc_rm_mr_t mr)
456 sc_call_rpc(ipc, &msg, SC_FALSE);
462 sc_err_t sc_rm_find_memreg(sc_ipc_t ipc, sc_rm_mr_t *mr,
477 sc_call_rpc(ipc, &msg, SC_FALSE);
487 sc_err_t sc_rm_assign_memreg(sc_ipc_t ipc, sc_rm_pt_t pt, sc_rm_mr_t mr)
499 sc_call_rpc(ipc, &msg, SC_FALSE);
505 sc_err_t sc_rm_set_memreg_permissions(sc_ipc_t ipc, sc_rm_mr_t mr,
519 sc_call_rpc(ipc, &msg, SC_FALSE);
525 sc_bool_t sc_rm_is_memreg_owned(sc_ipc_t ipc, sc_rm_mr_t mr)
536 sc_call_rpc(ipc, &msg, SC_FALSE);
542 sc_err_t sc_rm_get_memreg_info(sc_ipc_t ipc, sc_rm_mr_t mr,
554 sc_call_rpc(ipc, &msg, SC_FALSE);
570 sc_err_t sc_rm_assign_pad(sc_ipc_t ipc, sc_rm_pt_t pt, sc_pad_t pad)
582 sc_call_rpc(ipc, &msg, SC_FALSE);
588 sc_err_t sc_rm_set_pad_movable(sc_ipc_t ipc, sc_pad_t pad_fst,
602 sc_call_rpc(ipc, &msg, SC_FALSE);
608 sc_bool_t sc_rm_is_pad_owned(sc_ipc_t ipc, sc_pad_t pad)
619 sc_call_rpc(ipc, &msg, SC_FALSE);
625 void sc_rm_dump(sc_ipc_t ipc)
634 sc_call_rpc(ipc, &msg, SC_FALSE);