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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpuid.c357 uint32_t cpi_apicid; member in struct:cpuid_info
745 cpi->cpi_chipid = cpi->cpi_apicid >> chipid_shift;
746 cpi->cpi_clogid = cpi->cpi_apicid & ((1 << chipid_shift) - 1);
782 cpi->cpi_coreid = cpi->cpi_apicid >> coreid_shift;
854 cpi->cpi_apicid & ((1<<coreidsz) - 1);
871 cpi->cpi_procnodeid = (cpi->cpi_apicid >> coreidsz) & 7;
880 cpi->cpi_procnodeid = BITX(cpi->cpi_apicid, 5,
893 if (cpi->cpi_apicid == cpi->cpi_pkgcoreid) {
900 node2_1 = BITX(cpi->cpi_apicid, 5, 4) << 1;
1703 cpi->cpi_apicid
[all...]

Completed in 267 milliseconds