Lines Matching refs:vhdl
34 device_master_get(vertex_hdl_t vhdl) in device_master_get() argument
39 rc = hwgraph_edge_get(vhdl, EDGE_LBL_MASTER, &master); in device_master_get()
51 device_master_set(vertex_hdl_t vhdl, vertex_hdl_t master) in device_master_set() argument
55 rc = hwgraph_edge_add(vhdl, master, EDGE_LBL_MASTER); in device_master_set()
66 master_node_get(vertex_hdl_t vhdl) in master_node_get() argument
72 cnodeid = nodevertex_to_cnodeid(vhdl); in master_node_get()
76 master = device_master_get(vhdl); in master_node_get()
79 if (master == vhdl) { in master_node_get()
88 master = hwgraph_connectpt_get(vhdl); in master_node_get()
90 (master == vhdl)) { in master_node_get()
95 vhdl = master; in master_node_get()
103 mark_cpuvertex_as_cpu(vertex_hdl_t vhdl, cpuid_t cpuid) in mark_cpuvertex_as_cpu() argument
108 (void)labelcl_info_add_LBL(vhdl, INFO_LBL_CPUID, INFO_DESC_EXPORT, in mark_cpuvertex_as_cpu()
121 vhdl, in mark_cpuvertex_as_cpu()
131 nodevertex_to_cnodeid(vertex_hdl_t vhdl) in nodevertex_to_cnodeid() argument
136 rv = labelcl_info_get_LBL(vhdl, INFO_LBL_CNODEID, NULL, &cnodeid); in nodevertex_to_cnodeid()
142 mark_nodevertex_as_node(vertex_hdl_t vhdl, cnodeid_t cnodeid) in mark_nodevertex_as_node() argument
147 cnodeid_to_vertex(cnodeid) = vhdl; in mark_nodevertex_as_node()
148 labelcl_info_add_LBL(vhdl, INFO_LBL_CNODEID, INFO_DESC_EXPORT, in mark_nodevertex_as_node()
162 vhdl, in mark_nodevertex_as_node()
172 cpuvertex_to_cpuid(vertex_hdl_t vhdl) in cpuvertex_to_cpuid() argument
176 (void)labelcl_info_get_LBL(vhdl, INFO_LBL_CPUID, NULL, &cpuid); in cpuvertex_to_cpuid()