Lines Matching refs:chipid_shift
736 uint_t chipid_shift = 0; in cpuid_intel_getids() local
741 chipid_shift++; in cpuid_intel_getids()
743 cpi->cpi_chipid = cpi->cpi_apicid >> chipid_shift; in cpuid_intel_getids()
744 cpi->cpi_clogid = cpi->cpi_apicid & ((1 << chipid_shift) - 1); in cpuid_intel_getids()
1897 uint_t chipid_shift = 0; in cpuid_pass2() local
1915 chipid_shift = BITX(cp->cp_eax, 4, 0); in cpuid_pass2()
1924 cpi->cpi_chipid = x2apic_id >> chipid_shift; in cpuid_pass2()
1925 cpi->cpi_clogid = x2apic_id & ((1 << chipid_shift) - 1); in cpuid_pass2()
4839 uint_t chipid_shift = 0; in cpuid_get_ext_topo() local
4863 chipid_shift = BITX(cp->cp_eax, 4, 0); in cpuid_get_ext_topo()
4867 if (coreid_shift > 0 && chipid_shift > coreid_shift) { in cpuid_get_ext_topo()
4869 *core_nbits = chipid_shift - coreid_shift; in cpuid_get_ext_topo()