Symbol: cpuid_ebx
arch/x86/events/amd/core.c
1438
ebx.full = cpuid_ebx(EXT_PERFMON_DEBUG_FEATURES);
arch/x86/events/amd/lbr.c
433
ebx.full = cpuid_ebx(EXT_PERFMON_DEBUG_FEATURES);
arch/x86/events/amd/uncore.c
707
ebx.full = cpuid_ebx(EXT_PERFMON_DEBUG_FEATURES);
arch/x86/kernel/cpu/amd.c
592
c->x86_phys_bits -= (cpuid_ebx(0x8000001f) >> 6) & 0x3f;
arch/x86/kernel/cpu/mshyperv.c
530
ms_hyperv.priv_high = cpuid_ebx(HYPERV_CPUID_FEATURES);
arch/x86/kernel/cpu/mshyperv.c
543
ms_hyperv.max_lp_index = cpuid_ebx(HYPERV_CPUID_IMPLEMENT_LIMITS);
arch/x86/kernel/cpu/mshyperv.c
583
ms_hyperv.isolation_config_b = cpuid_ebx(HYPERV_CPUID_ISOLATION_CONFIG);
arch/x86/kernel/cpu/resctrl/core.c
1086
c->x86_cache_max_rmid = cpuid_ebx(0xf);
arch/x86/kernel/cpu/topology_amd.c
181
tscan->c->topo.cpu_type = cpuid_ebx(0x80000026);
arch/x86/kvm/svm/svm.c
5493
enc_bit = cpuid_ebx(0x8000001f) & 0x3f;
arch/x86/kvm/svm/svm.c
580
sd->max_asid = cpuid_ebx(SVM_CPUID_FUNC) - 1;
arch/x86/virt/svm/sev.c
669
ebx = cpuid_ebx(0x80000025);
drivers/char/agp/efficeon-agp.c
198
const int clflush_chunk = ((cpuid_ebx(1) >> 8) & 0xff) << 3;
drivers/char/agp/efficeon-agp.c
241
const int clflush_chunk = ((cpuid_ebx(1) >> 8) & 0xff) << 3;
drivers/cpufreq/speedstep-lib.c
272
ebx = cpuid_ebx(0x00000001);
drivers/cpufreq/speedstep-lib.c
329
ebx = cpuid_ebx(0x00000001);
drivers/dma/ioat/dca.c
19
#define cpu_physical_id(cpu) (cpuid_ebx(1) >> 24)
drivers/hwmon/k10temp.c
347
pkg_type = cpuid_ebx(0x80000001) & CPUID_PKGTYPE_MASK;
drivers/hwmon/k8temp.c
55
brandidx = cpuid_ebx(0x80000001);
drivers/xen/grant-table.c
1535
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);