Searched refs:cp_ebx (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | cpuid.c | 383 #define CPI_FEATURES_7_0_EBX(cpi) ((cpi)->cpi_std[7].cp_ebx) 385 #define CPI_BRANDID(cpi) BITX((cpi)->cpi_std[1].cp_ebx, 7, 0) 386 #define CPI_CHUNKS(cpi) BITX((cpi)->cpi_std[1].cp_ebx, 15, 7) 387 #define CPI_CPU_COUNT(cpi) BITX((cpi)->cpi_std[1].cp_ebx, 23, 16) 388 #define CPI_APIC_ID(cpi) BITX((cpi)->cpi_std[1].cp_ebx, 31, 24) 407 #define CPI_CACHE_WAYS(regs) BITX((regs)->cp_ebx, 31, 22) 408 #define CPI_CACHE_PARTS(regs) BITX((regs)->cp_ebx, 21, 12) 409 #define CPI_CACHE_COH_LN_SZ(regs) BITX((regs)->cp_ebx, 11, 0) 458 #define MWAIT_SIZE_MAX(cpi) BITX((cpi)->cpi_std[5].cp_ebx, 15, 0) 644 regs[0] = cp.cp_ebx; in determine_platform() [all …]
|
H A D | xpv_platform.c | 119 xen_signature[0] = cp.cp_ebx; in xen_hvm_init() 168 wrmsr(cp.cp_ebx, msrval); in xen_hvm_init()
|
H A D | pci_mech1_amd.c | 55 if ((cp.cp_ebx != 0x68747541) || /* Auth */ in pci_check_amd_ioecs()
|
H A D | cpuid_subr.c | 412 idx = BITX(cp.cp_ebx, 31, 28); in synth_amd_info()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | cpuid_drv.c | 131 crs.cp_ebx = crs.cp_ecx = crs.cp_edx = 0; in cpuid_read()
|
/titanic_41/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_cmd.c | 69 uint32_t cp_eax, cp_ebx, cp_ecx, cp_edx; in cpuid_64bit_capable() member
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | x86_archext.h | 682 uint32_t cp_ebx; member
|
/titanic_41/usr/src/uts/intel/pcbe/ |
H A D | core_pcbe.c | 1296 arch_events_vector = cp.cp_ebx & in core_pcbe_init()
|