Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dmp_x86.c169 int id_shift; member
217 printf("%u => %u\n", caches[level - 1].id_shift, in add_deterministic_cache()
220 caches[level - 1].id_shift = mask_width(share_count); in add_deterministic_cache()
223 if (caches[level - 1].id_shift > pkg_id_shift) { in add_deterministic_cache()
226 caches[level - 1].id_shift, pkg_id_shift); in add_deterministic_cache()
227 caches[level - 1].id_shift = pkg_id_shift; in add_deterministic_cache()
229 if (caches[level - 1].id_shift < core_id_shift) { in add_deterministic_cache()
232 caches[level - 1].id_shift, core_id_shift); in add_deterministic_cache()
233 caches[level - 1].id_shift = core_id_shift; in add_deterministic_cache()
328 caches[0].id_shift = 0; in topo_probe_amd()
[all …]