Lines Matching refs:nthreads
2455 uint_t nthreads, nthread_per_core; in cpuid_amd_ncores() local
2457 nthreads = nthread_per_core = 1; in cpuid_amd_ncores()
2460 nthreads = BITX(cpi->cpi_extd[8].cp_ecx, 7, 0) + 1; in cpuid_amd_ncores()
2462 nthreads = CPI_CPU_COUNT(cpi); in cpuid_amd_ncores()
2476 *ncpus = nthreads; in cpuid_amd_ncores()
2477 *ncores = nthreads / nthread_per_core; in cpuid_amd_ncores()
2693 uint_t nthreads = BITX(cpi->cpi_extd[0x1e].cp_ebx, 15, 8) + 1; in cpuid_amd_get_coreid() local
2694 if (nthreads > 1) { in cpuid_amd_get_coreid()
2695 VERIFY3U(nthreads, ==, 2); in cpuid_amd_get_coreid()
2785 uint_t nthreads = BITX(cpi->cpi_extd[0x1e].cp_ebx, 15, 8) + 1; in cpuid_amd_getids() local
2786 if (nthreads > 1) { in cpuid_amd_getids()
2787 VERIFY3U(nthreads, ==, 2); in cpuid_amd_getids()