Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/os/
H A Dcpuid.c1872 struct cpuid_regs **cpi_cache_leaves; /* Actual leaves from above */ member
2186 kmem_free(cpi->cpi_cache_leaves[i], sizeof (struct cpuid_regs)); in cpuid_free_space()
2188 kmem_free(cpi->cpi_cache_leaves, in cpuid_free_space()
5723 cpi->cpi_cache_leaves = in cpuid_pass_dynamic()
5726 cpi->cpi_cache_leaves[0] = &cpi->cpi_std[4]; in cpuid_pass_dynamic()
5728 cpi->cpi_cache_leaves[0] = &cpi->cpi_extd[0x1d]; in cpuid_pass_dynamic()
5739 cp = cpi->cpi_cache_leaves[i] = in cpuid_pass_dynamic()
7020 level = CPI_CACHE_LVL(cpi->cpi_cache_leaves[i]); in intel_cpuid_4_cache_info()
7024 CPI_CACHE_WAYS(cpi->cpi_cache_leaves[i]) + 1; in intel_cpuid_4_cache_info()
7026 CPI_CACHE_COH_LN_SZ(cpi->cpi_cache_leaves[i]) + 1; in intel_cpuid_4_cache_info()
[all …]