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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dxpv_platform.c117 cp.cp_eax = base;
125 cp.cp_eax >= (base + 2))
136 cp.cp_eax = base + 1;
138 xen_major = cp.cp_eax >> 16;
139 xen_minor = cp.cp_eax & 0xffff;
158 cp.cp_eax = base + 2;
H A Dcpuid.c374 #define CPI_FAMILY_XTD(cpi) BITX((cpi)->cpi_std[1].cp_eax, 27, 20)
375 #define CPI_MODEL_XTD(cpi) BITX((cpi)->cpi_std[1].cp_eax, 19, 16)
376 #define CPI_TYPE(cpi) BITX((cpi)->cpi_std[1].cp_eax, 13, 12)
377 #define CPI_FAMILY(cpi) BITX((cpi)->cpi_std[1].cp_eax, 11, 8)
378 #define CPI_STEP(cpi) BITX((cpi)->cpi_std[1].cp_eax, 3, 0)
379 #define CPI_MODEL(cpi) BITX((cpi)->cpi_std[1].cp_eax, 7, 4)
401 #define CPI_NUM_CORES(regs) BITX((regs)->cp_eax, 31, 26)
402 #define CPI_NTHR_SHR_CACHE(regs) BITX((regs)->cp_eax, 25, 14)
403 #define CPI_FULL_ASSOC_CACHE(regs) BITX((regs)->cp_eax, 9, 9)
404 #define CPI_SELF_INIT_CACHE(regs) BITX((regs)->cp_eax,
[all...]
H A Dpci_mech1_amd.c52 cp.cp_eax = 0;
64 cp.cp_eax = 1;
66 family = ((cp.cp_eax >> 8) & 0xf) + ((cp.cp_eax >> 20) & 0xff);
H A Dcpuid_subr.c408 cp.cp_eax = 0x80000001;
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dcpc_subr.c129 cpuid.cp_eax = 0x0;
131 if (cpuid.cp_eax < 0xa) {
134 cpuid.cp_eax = 0xa;
137 versionid = cpuid.cp_eax & 0xFF;
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dspeedstep.c287 cpu_regs.cp_eax = 0x1;
310 cpu_regs.cp_eax = 0x6;
312 if (!(cpu_regs.cp_eax & CPUID_TURBO_SUPPORT)) {
H A Dpwrnow.c249 cpu_regs.cp_eax = 0x80000007;
288 cpu_regs.cp_eax = 0x80000007;
/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_cmd.c69 uint32_t cp_eax, cp_ebx, cp_ecx, cp_edx; member in struct:__anon3284
/illumos-gate/usr/src/uts/common/io/
H A Dcpuid_drv.c130 crs.cp_eax = (uint32_t)uoff;
/illumos-gate/usr/src/uts/intel/pcbe/
H A Dcore_pcbe.c1139 cp.cp_eax = 0x0;
1143 if (cp.cp_eax < 0xa) {
1148 cp.cp_eax = 0xa;
1151 versionid = cp.cp_eax & 0xFF;
1230 num_gpc = (cp.cp_eax >> 8) & 0xFF;
1231 width_gpc = (cp.cp_eax >> 16) & 0xFF;
1282 arch_events_vector_length = (cp.cp_eax >> 24) & 0xFF;
/illumos-gate/usr/src/uts/intel/sys/
H A Dx86_archext.h667 uint32_t cp_eax; member in struct:cpuid_regs

Completed in 114 milliseconds