Symbol: cpuid_ebx
arch/x86/events/amd/core.c
1432
ebx.full = cpuid_ebx(EXT_PERFMON_DEBUG_FEATURES);
arch/x86/events/amd/lbr.c
430
ebx.full = cpuid_ebx(EXT_PERFMON_DEBUG_FEATURES);
arch/x86/events/amd/uncore.c
706
ebx.full = cpuid_ebx(EXT_PERFMON_DEBUG_FEATURES);
arch/x86/kernel/cpu/amd.c
590
c->x86_phys_bits -= (cpuid_ebx(0x8000001f) >> 6) & 0x3f;
arch/x86/kernel/cpu/mshyperv.c
516
ms_hyperv.priv_high = cpuid_ebx(HYPERV_CPUID_FEATURES);
arch/x86/kernel/cpu/mshyperv.c
529
ms_hyperv.max_lp_index = cpuid_ebx(HYPERV_CPUID_IMPLEMENT_LIMITS);
arch/x86/kernel/cpu/mshyperv.c
569
ms_hyperv.isolation_config_b = cpuid_ebx(HYPERV_CPUID_ISOLATION_CONFIG);
arch/x86/kernel/cpu/resctrl/core.c
1085
c->x86_cache_max_rmid = cpuid_ebx(0xf);
arch/x86/kernel/cpu/topology_amd.c
180
tscan->c->topo.cpu_type = cpuid_ebx(0x80000026);
arch/x86/kvm/svm/svm.c
527
sd->max_asid = cpuid_ebx(SVM_CPUID_FUNC) - 1;
arch/x86/kvm/svm/svm.c
5290
enc_bit = cpuid_ebx(0x8000001f) & 0x3f;
arch/x86/virt/svm/sev.c
638
ebx = cpuid_ebx(0x80000025);
drivers/char/agp/efficeon-agp.c
197
const int clflush_chunk = ((cpuid_ebx(1) >> 8) & 0xff) << 3;
drivers/char/agp/efficeon-agp.c
240
const int clflush_chunk = ((cpuid_ebx(1) >> 8) & 0xff) << 3;
drivers/cpufreq/speedstep-lib.c
271
ebx = cpuid_ebx(0x00000001);
drivers/cpufreq/speedstep-lib.c
328
ebx = cpuid_ebx(0x00000001);
drivers/dma/ioat/dca.c
19
#define cpu_physical_id(cpu) (cpuid_ebx(1) >> 24)
drivers/hwmon/k10temp.c
345
pkg_type = cpuid_ebx(0x80000001) & CPUID_PKGTYPE_MASK;
drivers/hwmon/k8temp.c
54
brandidx = cpuid_ebx(0x80000001);
drivers/xen/grant-table.c
1534
width = cpuid_ebx(base + 5) &
tools/power/cpupower/utils/helpers/cpuid.c
150
cpuid_ebx(0x80000008) & (1 << 4))
tools/power/cpupower/utils/helpers/helpers.h
161
unsigned int cpuid_ebx(unsigned int op);