Home
last modified time | relevance | path

Searched refs:cpuid_ebx (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c423 ms_hyperv.priv_high = cpuid_ebx(HYPERV_CPUID_FEATURES); in ms_hyperv_init_platform()
434 ms_hyperv.max_lp_index = cpuid_ebx(HYPERV_CPUID_IMPLEMENT_LIMITS); in ms_hyperv_init_platform()
469 hv_host_info_ebx = cpuid_ebx(HYPERV_CPUID_VERSION); in ms_hyperv_init_platform()
488 ms_hyperv.isolation_config_b = cpuid_ebx(HYPERV_CPUID_ISOLATION_CONFIG); in ms_hyperv_init_platform()
H A Dhygon.c55 smp_num_siblings = ((cpuid_ebx(0x8000001e) >> 8) & 0xff) + 1; in hygon_get_topology_early()
H A Damd.c683 c->x86_phys_bits -= (cpuid_ebx(0x8000001f) >> 6) & 0x3f; in early_detect_mem_encrypt()
801 smp_num_siblings = ((cpuid_ebx(0x8000001e) >> 8) & 0xff) + 1; in early_init_amd()
H A Dcommon.c1813 c->initial_apicid = (cpuid_ebx(1) >> 24) & 0xFF; in generic_identify()
/openbmc/linux/tools/power/cpupower/utils/helpers/
H A Dhelpers.h158 unsigned int cpuid_ebx(unsigned int op);
205 static inline unsigned int cpuid_ebx(unsigned int op) { return 0; }; in cpuid_ebx() function
H A Dcpuid.c150 cpuid_ebx(0x80000008) & (1 << 4)) in get_cpu_info()
/openbmc/linux/drivers/cpufreq/
H A Dspeedstep-lib.c271 ebx = cpuid_ebx(0x00000001); in speedstep_detect_processor()
328 ebx = cpuid_ebx(0x00000001); in speedstep_detect_processor()
/openbmc/linux/drivers/char/agp/
H A Defficeon-agp.c197 const int clflush_chunk = ((cpuid_ebx(1) >> 8) & 0xff) << 3; in efficeon_create_gatt_table()
240 const int clflush_chunk = ((cpuid_ebx(1) >> 8) & 0xff) << 3; in efficeon_insert_memory()
/openbmc/u-boot/arch/x86/include/asm/
H A Dcpu.h123 static inline unsigned int cpuid_ebx(unsigned int op) in cpuid_ebx() function
/openbmc/linux/arch/x86/include/asm/
H A Dcpuid.h103 static inline unsigned int cpuid_ebx(unsigned int op) in cpuid_ebx() function
/openbmc/linux/drivers/hwmon/
H A Dk8temp.c54 brandidx = cpuid_ebx(0x80000001); in is_rev_g_desktop()
H A Dk10temp.c328 pkg_type = cpuid_ebx(0x80000001) & CPUID_PKGTYPE_MASK; in has_erratum_319()
/openbmc/linux/drivers/dma/ioat/
H A Ddca.c17 #define cpu_physical_id(cpu) (cpuid_ebx(1) >> 24)
/openbmc/linux/arch/x86/events/amd/
H A Dlbr.c439 ebx.full = cpuid_ebx(EXT_PERFMON_DEBUG_FEATURES); in amd_pmu_lbr_init()
H A Duncore.c696 ebx.full = cpuid_ebx(EXT_PERFMON_DEBUG_FEATURES); in amd_uncore_init()
H A Dcore.c1379 ebx.full = cpuid_ebx(EXT_PERFMON_DEBUG_FEATURES); in amd_core_pmu_init()
/openbmc/linux/arch/x86/hyperv/
H A Dhv_init.c609 if (cpuid_ebx(HYPERV_CPUID_FEATURES) & HV_ACCESS_PARTITION_ID) in hyperv_init()
/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Dcore.c927 c->x86_cache_max_rmid = cpuid_ebx(0xf); in resctrl_cpu_detect()
/openbmc/linux/drivers/xen/
H A Dgrant-table.c1536 width = cpuid_ebx(base + 5) & in gnttab_need_v2()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c638 sd->max_asid = cpuid_ebx(SVM_CPUID_FUNC) - 1; in svm_hardware_enable()
5117 enc_bit = cpuid_ebx(0x8000001f) & 0x3f; in svm_set_cpu_caps()