Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dmp_x86.c257 int nodes_per_socket; in topo_probe_amd() local
296 nodes_per_socket = ((p[2] >> 8) & 0x7) + 1; in topo_probe_amd()
297 node_id_shift = pkg_id_shift - mask_width(nodes_per_socket); in topo_probe_amd()
325 nodes_per_socket = 1; in topo_probe_amd()
333 nodes_per_socket = 1 + ((v >> 3) & 0x7); in topo_probe_amd()
336 pkg_id_shift - mask_width(nodes_per_socket); in topo_probe_amd()