/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/models/inliner/ |
H A D | saved_model.pbtxt | 24799 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 D | exploded-graph-rewriter.py | 69 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 D | amdgpu_xgmi.c | 140 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 D | ta_xgmi_if.h | 74 uint64_t node_id; member 85 uint64_t node_id; member
|
H A D | amdgpu_psp_v11_0.c | 762 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 D | amdgpu_psp.h | 103 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 D | amdgpu_gmc.h | 121 u64 node_id; member
|
/netbsd-src/sys/arch/x86/x86/ |
H A D | cpu_topology.c | 181 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 D | kfd_crat.c | 493 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 D | kfd_priv.h | 1020 uint32_t event_type, bool auto_reset, uint32_t node_id,
|
H A D | kfd_events.c | 328 uint32_t event_type, bool auto_reset, uint32_t node_id, in kfd_event_create() argument
|
H A D | kfd_chardev.c | 1078 args->auto_reset != 0, args->node_id, in kfd_ioctl_create_event()
|
/netbsd-src/usr.sbin/cpuctl/arch/ |
H A D | i386.c | 1916 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 D | fwohci.c | 1991 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 D | linux_misc.c | 2164 // 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()
|