Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/models/inliner/
H A Dsaved_model.pbtxt24799 node_id: 1
24803 node_id: 2
24807 node_id: 3
24811 node_id: 4
24815 node_id: 5
24819 node_id: 6
24823 node_id: 210
24827 node_id: 211
24831 node_id: 212
24844 node_id: 7
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/
H A Dexploded-graph-rewriter.py69 self.node_id = json_pp['node_id']
311 def construct(self, node_id, json_node): argument
312 logging.debug('Adding ' + node_id)
313 self.ptr = node_id[4:]
315 self.node_id = self.points[-1].node_id
320 assert self.node_name() == node_id
366 node_id = result.group(1)
368 self.root_id = node_id
389 self.nodes[node_id].construct(node_id, json_node)
497 self._dump('<tr><td align="left">%s.</td>' % p.node_id)
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_xgmi.c140 return snprintf(buf, PAGE_SIZE, "%llu\n", adev->gmc.xgmi.node_id); in amdgpu_xgmi_show_device_id()
311 adev->gmc.xgmi.node_id, in amdgpu_xgmi_set_pstate()
349 adev->gmc.xgmi.node_id, in amdgpu_xgmi_update_topology()
363 if (top->nodes[i].node_id == peer_adev->gmc.xgmi.node_id) in amdgpu_xgmi_get_hops_count()
388 ret = psp_xgmi_get_node_id(&adev->psp, &adev->gmc.xgmi.node_id); in amdgpu_xgmi_add_device()
396 adev->gmc.xgmi.node_id = adev->gmc.xgmi.physical_node_id + 16; in amdgpu_xgmi_add_device()
404 adev->gmc.xgmi.node_id, adev->gmc.xgmi.hive_id); in amdgpu_xgmi_add_device()
415 top_info->nodes[count++].node_id = entry->node_id; in amdgpu_xgmi_add_device()
426 top_info->nodes[count - 1].node_id = in amdgpu_xgmi_add_device()
427 adev->gmc.xgmi.node_id; in amdgpu_xgmi_add_device()
[all …]
H A Dta_xgmi_if.h74 uint64_t node_id; member
85 uint64_t node_id; member
H A Damdgpu_psp_v11_0.c762 topology_info_input->nodes[i].node_id = topology->nodes[i].node_id; in psp_v11_0_xgmi_get_topology_info()
777 topology->nodes[i].node_id = topology_info_output->nodes[i].node_id; in psp_v11_0_xgmi_get_topology_info()
804 topology_info_input->nodes[i].node_id = topology->nodes[i].node_id; in psp_v11_0_xgmi_set_topology_info()
834 static int psp_v11_0_xgmi_get_node_id(struct psp_context *psp, uint64_t *node_id) in psp_v11_0_xgmi_get_node_id() argument
849 *node_id = xgmi_cmd->xgmi_out_message.get_node_id.node_id; in psp_v11_0_xgmi_get_node_id()
H A Damdgpu_psp.h103 int (*xgmi_get_node_id)(struct psp_context *psp, uint64_t *node_id);
123 uint64_t node_id; member
323 #define psp_xgmi_get_node_id(psp, node_id) \ argument
324 ((psp)->funcs->xgmi_get_node_id ? (psp)->funcs->xgmi_get_node_id((psp), (node_id)) : -EINVAL)
H A Damdgpu_gmc.h121 u64 node_id; member
/netbsd-src/sys/arch/x86/x86/
H A Dcpu_topology.c181 const u_int node_id = apic_id & __BITS(0, 2); in x86_cpu_topology() local
183 (apic_id >> core_bits) | (node_id << core_bits) : in x86_cpu_topology()
184 (apic_id >> 5) | (node_id << 2); in x86_cpu_topology()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_crat.c493 uint16_t node_id; in kfd_parse_crat_table() local
512 for (node_id = 0; node_id < num_nodes; node_id++) { in kfd_parse_crat_table()
H A Dkfd_priv.h1020 uint32_t event_type, bool auto_reset, uint32_t node_id,
H A Dkfd_events.c328 uint32_t event_type, bool auto_reset, uint32_t node_id, in kfd_event_create() argument
H A Dkfd_chardev.c1078 args->auto_reset != 0, args->node_id, in kfd_ioctl_create_event()
/netbsd-src/usr.sbin/cpuctl/arch/
H A Di386.c1916 const u_int node_id = apic_id & __BITS(0, 2); in identifycpu_cpuids_amd()
1918 (apic_id >> core_bits) | (node_id << core_bits) : in identifycpu_cpuids_amd()
1919 (apic_id >> 5) | (node_id << 2); in identifycpu_cpuids_amd()
/netbsd-src/sys/dev/ieee1394/
H A Dfwohci.c1991 uint32_t node_id, plen; local
2032 node_id = OREAD(sc, FWOHCI_NODEID);
2035 fc->nodeid = node_id & 0x3f;
2037 node_id, (plen >> 16) & 0xff);
2038 if (!(node_id & OHCI_NODE_VALID)) {
2046 if ((node_id & OHCI_NODE_ROOT) && !nocyclemaster) {
/netbsd-src/sys/compat/linux/common/
H A Dlinux_misc.c2164 // TO-DO: Test on a NUMA machine if the node_id returned is correct in linux_sys_getcpu()
2166 u_int node_id = l->l_cpu->ci_data.cpu_numa_id; in linux_sys_getcpu() local
2167 error = copyout(&node_id, SCARG(uap, node), sizeof(node_id)); in linux_sys_getcpu()