Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dmp_x86.c191 mask_width(u_int x) in mask_width() function
220 mask_width(share_count)); in add_deterministic_cache()
222 caches[level - 1].id_shift = mask_width(share_count); in add_deterministic_cache()
273 mask_width((cpu_procinfo2 & AMDID_CMP_CORES) + 1); in topo_probe_amd()
288 core_id_shift = mask_width(share_count); in topo_probe_amd()
297 node_id_shift = pkg_id_shift - mask_width(nodes_per_socket); in topo_probe_amd()
336 pkg_id_shift - mask_width(nodes_per_socket); in topo_probe_amd()
371 core_id_shift = mask_width(max_logical/max_cores); in topo_probe_intel_0x4()
374 pkg_id_shift = core_id_shift + mask_width(max_cores); in topo_probe_intel_0x4()