HomeSort by: relevance | last modified time | path
    Searched refs:node_id (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
ta_xgmi_if.h 74 uint64_t node_id; member in struct:ta_xgmi_node_info
85 uint64_t node_id; member in struct:ta_xgmi_cmd_get_node_id_output
amdgpu_xgmi.c 140 return snprintf(buf, PAGE_SIZE, "%llu\n", adev->gmc.xgmi.node_id);
311 adev->gmc.xgmi.node_id,
349 adev->gmc.xgmi.node_id,
363 if (top->nodes[i].node_id == peer_adev->gmc.xgmi.node_id)
388 ret = psp_xgmi_get_node_id(&adev->psp, &adev->gmc.xgmi.node_id);
396 adev->gmc.xgmi.node_id = adev->gmc.xgmi.physical_node_id + 16;
404 adev->gmc.xgmi.node_id, adev->gmc.xgmi.hive_id);
415 top_info->nodes[count++].node_id = entry->node_id;
    [all...]
amdgpu_psp.h 103 int (*xgmi_get_node_id)(struct psp_context *psp, uint64_t *node_id);
123 uint64_t node_id; member in struct:psp_xgmi_node_info
323 #define psp_xgmi_get_node_id(psp, node_id) \
324 ((psp)->funcs->xgmi_get_node_id ? (psp)->funcs->xgmi_get_node_id((psp), (node_id)) : -EINVAL)
amdgpu_psp_v11_0.c 762 topology_info_input->nodes[i].node_id = topology->nodes[i].node_id;
777 topology->nodes[i].node_id = topology_info_output->nodes[i].node_id;
804 topology_info_input->nodes[i].node_id = topology->nodes[i].node_id;
834 static int psp_v11_0_xgmi_get_node_id(struct psp_context *psp, uint64_t *node_id)
849 *node_id = xgmi_cmd->xgmi_out_message.get_node_id.node_id;
amdgpu_gmc.h 121 u64 node_id; member in struct:amdgpu_xgmi
  /src/sys/arch/x86/x86/
cpu_topology.c 181 const u_int node_id = apic_id & __BITS(0, 2); local in function:x86_cpu_topology
183 (apic_id >> core_bits) | (node_id << core_bits) :
184 (apic_id >> 5) | (node_id << 2);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_crat.c 493 uint16_t node_id; local in function:kfd_parse_crat_table
512 for (node_id = 0; node_id < num_nodes; node_id++) {
kfd_priv.h 1020 uint32_t event_type, bool auto_reset, uint32_t node_id,
kfd_events.c 328 uint32_t event_type, bool auto_reset, uint32_t node_id,
kfd_chardev.c 1078 args->auto_reset != 0, args->node_id,
  /src/sys/compat/linux/common/
linux_misc.c 2164 // TO-DO: Test on a NUMA machine if the node_id returned is correct
2166 u_int node_id = l->l_cpu->ci_data.cpu_numa_id; local in function:linux_sys_getcpu
2167 error = copyout(&node_id, SCARG(uap, node), sizeof(node_id));
  /src/usr.sbin/cpuctl/arch/
i386.c 1916 const u_int node_id = apic_id & __BITS(0, 2);
1918 (apic_id >> core_bits) | (node_id << core_bits) :
1919 (apic_id >> 5) | (node_id << 2);
  /src/sys/dev/ieee1394/
fwohci.c 1991 uint32_t node_id, plen; local in function:fwohci_intr_core
2032 node_id = OREAD(sc, FWOHCI_NODEID);
2035 fc->nodeid = node_id & 0x3f;
2036 aprint_normal_dev(fc->dev, "node_id=0x%08x, gen=%d, ",
2037 node_id, (plen >> 16) & 0xff);
2038 if (!(node_id & OHCI_NODE_VALID)) {
2046 if ((node_id & OHCI_NODE_ROOT) && !nocyclemaster) {

Completed in 46 milliseconds