Searched refs:nodeid (Results 1 - 25 of 42) sorted by relevance

12

/barrelfish-master/usr/pci/
H A Dht_config.c58 ht_config_nodeid_t nodeid; local
64 nodeid = ht_config_nodeid_rd(&ht);
65 printf("From Node %d:\n", nodeid.nodeid);
/barrelfish-master/include/driverkit/
H A Dhwmodel.h31 gensize_t size, int32_t nodeid,
36 int32_t nodeid,
42 errval_t driverkit_hwmodel_vspace_map(int32_t nodeid, struct capref frame,
45 errval_t driverkit_hwmodel_vspace_map_fixed(int32_t nodeid,
54 * Allocate space to map frame in address space nodeid.
57 int32_t nodeid, genvaddr_t *addr);
59 int32_t nodeid, genvaddr_t *addr,
68 int32_t nodeid,
78 int32_t nodeid; member in struct:hwmodel_name
/barrelfish-master/tools/
H A Dcreate_mdb_dot.py71 self.nodeid = -1
86 def set_nodeid(self, nodeid):
87 self.nodeid = nodeid
126 mynodeid = root.nodeid
128 leftid = root.leftcap.nodeid
132 rightid= root.rightcap.nodeid
137 nodeid = 0
159 (nodeid, cap.address,cap.address + cap.size, cap.type, color))
160 cap.set_nodeid(nodeid)
[all...]
/barrelfish-master/lib/driverkit/
H A Dhwmodel.c49 &names->address, &names->nodeid)) {
125 debug_printf("Determined addr=0x%"PRIx64" as address for (nodeid=%d, size=%zu) request\n",
197 errval_t driverkit_hwmodel_vspace_map(int32_t nodeid, struct capref frame, argument
218 assert(nodeid == driverkit_hwmodel_get_my_node_id());
219 err = driverkit_hwmodel_get_map_conf(frame, nodeid, conf_buf, sizeof(conf_buf),
233 nodeid, conf_nodeid, inaddr, dmem->vbase);
235 err = driverkit_hwmodel_vspace_map_fixed(nodeid, dmem->vbase, frame,
248 errval_t driverkit_hwmodel_vspace_map_fixed(int32_t nodeid, argument
256 if(nodeid != driverkit_hwmodel_get_my_node_id()){
277 int32_t nodeid, genvaddr_
276 driverkit_hwmodel_vspace_alloc(struct capref frame, int32_t nodeid, genvaddr_t *addr) argument
331 static int32_t nodeid = -1; local
384 int32_t nodeid; local
397 driverkit_hwmodel_reverse_resolve(struct capref dst, int32_t nodeid, genpaddr_t *ret_addr) argument
448 driverkit_hwmodel_get_map_conf_addr(int32_t mem_nodeid, genpaddr_t addr, gensize_t size, int32_t nodeid, char *ret_conf, size_t ret_conf_size, lvaddr_t *ret_addr) argument
505 driverkit_hwmodel_get_map_conf(struct capref dst, int32_t nodeid, char *ret_conf, size_t ret_conf_size, lvaddr_t *ret_addr) argument
[all...]
H A Diommu_client.c87 int32_t nodeid; member in struct:iommu_client
529 int32_t nodeid; local
531 &bits, &nodeid);
545 icl->nodeid = nodeid;
664 icl->nodeid = -1;
903 int32_t nodeid; local
905 &bits, &nodeid);
931 int32_t nodeid; local
933 &bits, &nodeid);
958 int32_t nodeid; local
[all...]
/barrelfish-master/usr/drivers/xeon_phi/
H A Dhwmodel.c103 err = xeon_phi_hw_model_lookup_nodeids(xphi->nodeid, NULL, &smpt_id, &iommu_id, NULL, NULL, NULL);
109 debug_printf("xphi nodeid: %d, iommu nodeid: %d, smpt nodeid: %d\n",
110 xphi->nodeid, iommu_id, smpt_id);
115 int32_t nodeid; local
119 &nodeid, &inaddr, &outaddr)) {
120 debug_printf("nodeid=%"PRIi32"\n", nodeid);
121 if(nodeid
[all...]
H A Dmod_knc.c66 static errval_t add_xeon_phi_model_nodes(int32_t nodeid, int32_t *newnodeid) { argument
72 nodeid);
78 nodeid);
149 err = add_xeon_phi_model_nodes(init_nodeid, &xphi->nodeid);
150 debug_printf("[knc] addded xeon phi model nodes: init_nodeid=%"PRIi32", xphi nodeid=%"PRIi32"\n",
151 init_nodeid, xphi->nodeid);
H A Dxphi_service.c87 int32_t nodeid; member in struct:xphi_svc_msg_st::__anon430::__anon434
88 } nodeid; member in union:xphi_svc_msg_st::__anon430
178 xphi_st->args.nodeid.nodeid);
577 err = xeon_phi_hw_model_lookup_nodeids(svc_st->phi->nodeid, &knc_socket, NULL, NULL, &dma,
588 xphi_st->args.nodeid.nodeid = -1;
593 // xphi_st->args.nodeid.nodeid = dma;
594 xphi_st->args.nodeid
[all...]
H A Dxeon_phi_internal.h153 int32_t nodeid; ///< model nodeid of the xeon phi member in struct:xeon_phi
/barrelfish-master/tools/harness/tests/
H A Ddistopsbench.py87 for nodeid in self.tscperus.keys():
89 nodedata = self.nodedata[nodeid]
90 if nodeid not in self.tscperus.keys():
92 node_tscperus = self.tscperus[nodeid]
99 self._finalize_plot("%s_node%d" % (outfile, nodeid), xlabel, ylabel, ylim, fix_xticks=True)
110 for nodeid in nodedata.keys():
111 if nodeid not in self.tscperus.keys():
113 node_tscperus = self.tscperus[nodeid]
116 for cnt in sorted(nodedata[nodeid].keys()):
117 usvals = map(lambda t: tsc_to_us(t, node_tscperus), nodedata[nodeid][cn
[all...]
/barrelfish-master/lib/bomp_new/
H A Dbomp_node.c44 static errval_t bomp_node_init_threads(nodeid_t nodeid, argument
53 PRIuCOREID " threads\n", nodeid, nthreads);
137 static errval_t bomp_node_init_local(nodeid_t nodeid, argument
144 PRIuCOREID " threads\n", nodeid, nthreads);
150 node->id = nodeid;
219 BOMP_DEBUG_NODE("node master on node %" PRIuNODEID " connected \n", nodeid);
225 static errval_t bomp_node_init_remote(nodeid_t nodeid, argument
231 PRIuCOREID " threads\n", nodeid, nthreads);
243 nodeid_t nodeid,
252 return bomp_node_init_threads(nodeid, numanod
241 bomp_node_init(bomp_node_type_t type, nodeid_t numanode, nodeid_t nodeid, coreid_t nthreads, size_t stack_size, struct bomp_node *node) argument
[all...]
/barrelfish-master/usr/bench/distops/
H A Dbenchapi.h51 void unicast_cmd(coreid_t nodeid, uint32_t cmd, uint32_t arg);
55 void mgmt_register_node(void *st, coreid_t nodeid);
H A Dnoop.c52 void mgmt_register_node(void *st, coreid_t nodeid) argument
55 gs->nodes[gs->nodes_seen++] = nodeid;
H A Ddelete_cnode_last_copy_2.c80 void mgmt_register_node(void *st, coreid_t nodeid) argument
83 gs->nodes[gs->nodes_seen++] = nodeid;
H A Ddelete_last_copy.c79 void mgmt_register_node(void *st, coreid_t nodeid) argument
82 gs->nodes[gs->nodes_seen++] = nodeid;
H A Ddelete_local_copy.c79 void mgmt_register_node(void *st, coreid_t nodeid) argument
82 gs->nodes[gs->nodes_seen++] = nodeid;
H A Dnoop_invocation.c87 void mgmt_register_node(void *st, coreid_t nodeid) argument
90 gs->nodes[gs->nodes_seen++] = nodeid;
H A Dretype_no_remote.c79 void mgmt_register_node(void *st, coreid_t nodeid) argument
82 gs->nodes[gs->nodes_seen++] = nodeid;
/barrelfish-master/include/dma/xeon_phi/
H A Dxeon_phi_dma_device.h76 int32_t nodeid,
/barrelfish-master/lib/dma/include/
H A Ddma_device_internal.h47 int32_t nodeid; ///< HWMODEL nodeid of the DMA engine member in struct:dma_device
/barrelfish-master/lib/dma/xeon_phi/
H A Dxeon_phi_dma_device.c228 * \param nodeid HW model node id where xphi requests originate from, necessary
238 int32_t nodeid,
260 nodes[0] = nodeid;
300 dma_dev->nodeid = nodeid;
236 xeon_phi_dma_device_init(void *mmio_base, struct iommu_client *iommu, dma_mem_convert_fn convert, void *convert_arg, int32_t nodeid, struct xeon_phi_dma_device **dev) argument
/barrelfish-master/lib/numa/
H A Dutilities.c45 for (nodeid_t nodeid = 0; nodeid < topology->num_nodes; ++nodeid) {
46 struct numa_node *node = &topology->nodes[nodeid];
48 "] of %" PRIu64 " MB\n", nodeid, node->mem_base, node->mem_limit,
/barrelfish-master/lib/bomp_new/include/
H A Dbomp_internal.h129 errval_t bomp_node_init(bomp_node_type_t type, nodeid_t numanode, nodeid_t nodeid, coreid_t nthreads,
/barrelfish-master/usr/drivers/iommu/modules/generic/
H A Diommu_service.c124 int32_t nodeid = 1; local
141 err = skb_read_output("%"SCNi32, &nodeid);
146 idev->iommu->max_page_bits, nodeid);
/barrelfish-master/lib/dma/
H A Ddma_descriptor.c128 nodes[0] = dev->nodeid;

Completed in 189 milliseconds

12