cpuid_ebx         327 arch/x86/kernel/cpu/amd.c 		smp_num_siblings = ((cpuid_ebx(0x8000001e) >> 8) & 0xff) + 1;
cpuid_ebx         607 arch/x86/kernel/cpu/amd.c 		c->x86_phys_bits -= (cpuid_ebx(0x8000001f) >> 6) & 0x3f;
cpuid_ebx         884 arch/x86/kernel/cpu/common.c 	c->x86_cache_max_rmid = cpuid_ebx(0xf);
cpuid_ebx        1388 arch/x86/kernel/cpu/common.c 		c->initial_apicid = (cpuid_ebx(1) >> 24) & 0xFF;
cpuid_ebx          56 arch/x86/kernel/cpu/hygon.c 		smp_num_siblings = ((cpuid_ebx(0x8000001e) >> 8) & 0xff) + 1;
cpuid_ebx         234 arch/x86/kernel/cpu/mshyperv.c 	ms_hyperv.max_lp_index = cpuid_ebx(HYPERV_CPUID_IMPLEMENT_LIMITS);
cpuid_ebx         245 arch/x86/kernel/cpu/mshyperv.c 		hv_host_info_ebx = cpuid_ebx(HYPERV_CPUID_VERSION);
cpuid_ebx         932 arch/x86/kvm/svm.c 	sd->max_asid = cpuid_ebx(SVM_CPUID_FUNC) - 1;
cpuid_ebx        1320 arch/x86/kvm/svm.c 	enc_bit = cpuid_ebx(0x8000001f) & 0x3f;
cpuid_ebx         107 arch/x86/xen/enlighten_hvm.c 		msr = cpuid_ebx(base + 2);
cpuid_ebx          35 arch/x86/xen/enlighten_pvh.c 	msr = cpuid_ebx(xen_cpuid_base() + 2);
cpuid_ebx         197 drivers/char/agp/efficeon-agp.c 	const int clflush_chunk = ((cpuid_ebx(1) >> 8) & 0xff) << 3;
cpuid_ebx         240 drivers/char/agp/efficeon-agp.c 	const int clflush_chunk = ((cpuid_ebx(1) >> 8) & 0xff) << 3;
cpuid_ebx         271 drivers/cpufreq/speedstep-lib.c 		ebx = cpuid_ebx(0x00000001);
cpuid_ebx         328 drivers/cpufreq/speedstep-lib.c 		ebx = cpuid_ebx(0x00000001);
cpuid_ebx          17 drivers/dma/ioat/dca.c #define cpu_physical_id(cpu) (cpuid_ebx(1) >> 24)
cpuid_ebx         261 drivers/hwmon/k10temp.c 	pkg_type = cpuid_ebx(0x80000001) & CPUID_PKGTYPE_MASK;
cpuid_ebx          54 drivers/hwmon/k8temp.c 	brandidx = cpuid_ebx(0x80000001);
cpuid_ebx        1163 drivers/visorbus/visorchipset.c 	unsigned int cpuid_eax, cpuid_ebx, cpuid_ecx, cpuid_edx;
cpuid_ebx        1169 drivers/visorbus/visorchipset.c 	cpuid(0x00000001, &cpuid_eax, &cpuid_ebx, &cpuid_ecx, &cpuid_edx);
cpuid_ebx        1324 drivers/xen/grant-table.c 		width = cpuid_ebx(base + 5) &
cpuid_ebx         136 tools/power/cpupower/utils/helpers/helpers.h unsigned int cpuid_ebx(unsigned int op);