Searched refs:core_id_shift (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/x86/x86/
H A Dmp_x86.c148 static int core_id_shift; variable
210 if (caches[level - 1].id_shift < core_id_shift) {
213 printf("%u < %u\n", caches[level - 1].id_shift, core_id_shift);
214 caches[level - 1].id_shift = core_id_shift;
267 core_id_shift = mask_width(share_count);
341 core_id_shift = mask_width(max_logical/max_cores);
342 KASSERT(core_id_shift >= 0,
344 pkg_id_shift = core_id_shift + mask_width(max_cores);
383 core_id_shift = bits;
390 if (pkg_id_shift < core_id_shift) {
[all...]

Completed in 49 milliseconds