/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/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_gmc.h | 121 u64 node_id; member in struct:amdgpu_xgmi
|
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)
|
/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++) {
|
/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) {
|
/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));
|