Home
last modified time | relevance | path

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

/Linux-v5.4/tools/power/cpupower/utils/helpers/
Dhelpers.h136 unsigned int cpuid_ebx(unsigned int op);
168 static inline unsigned int cpuid_ebx(unsigned int op) { return 0; }; in cpuid_ebx() function
/Linux-v5.4/arch/x86/kernel/cpu/
Dmshyperv.c234 ms_hyperv.max_lp_index = cpuid_ebx(HYPERV_CPUID_IMPLEMENT_LIMITS); in ms_hyperv_init_platform()
245 hv_host_info_ebx = cpuid_ebx(HYPERV_CPUID_VERSION); in ms_hyperv_init_platform()
Dhygon.c56 smp_num_siblings = ((cpuid_ebx(0x8000001e) >> 8) & 0xff) + 1; in hygon_get_topology_early()
Damd.c326 smp_num_siblings = ((cpuid_ebx(0x8000001e) >> 8) & 0xff) + 1; in amd_get_topology_early()
606 c->x86_phys_bits -= (cpuid_ebx(0x8000001f) >> 6) & 0x3f; in early_detect_mem_encrypt()
Dcommon.c884 c->x86_cache_max_rmid = cpuid_ebx(0xf); in init_cqm()
1348 c->initial_apicid = (cpuid_ebx(1) >> 24) & 0xFF; in generic_identify()
/Linux-v5.4/arch/x86/xen/
Denlighten_pvh.c35 msr = cpuid_ebx(xen_cpuid_base() + 2); in xen_pvh_init()
Denlighten_hvm.c107 msr = cpuid_ebx(base + 2); in init_hvm_pv_info()
/Linux-v5.4/drivers/cpufreq/
Dspeedstep-lib.c271 ebx = cpuid_ebx(0x00000001); in speedstep_detect_processor()
328 ebx = cpuid_ebx(0x00000001); in speedstep_detect_processor()
/Linux-v5.4/drivers/char/agp/
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()
/Linux-v5.4/drivers/hwmon/
Dk8temp.c54 brandidx = cpuid_ebx(0x80000001); in is_rev_g_desktop()
Dk10temp.c261 pkg_type = cpuid_ebx(0x80000001) & CPUID_PKGTYPE_MASK; in has_erratum_319()
/Linux-v5.4/drivers/dma/ioat/
Ddca.c17 #define cpu_physical_id(cpu) (cpuid_ebx(1) >> 24)
/Linux-v5.4/arch/x86/include/asm/
Dprocessor.h620 static inline unsigned int cpuid_ebx(unsigned int op) in cpuid_ebx() function
/Linux-v5.4/drivers/visorbus/
Dvisorchipset.c1163 unsigned int cpuid_eax, cpuid_ebx, cpuid_ecx, cpuid_edx; in unisys_vmcall() local
1169 cpuid(0x00000001, &cpuid_eax, &cpuid_ebx, &cpuid_ecx, &cpuid_edx); in unisys_vmcall()
/Linux-v5.4/drivers/xen/
Dgrant-table.c1324 width = cpuid_ebx(base + 5) & in gnttab_need_v2()
/Linux-v5.4/arch/x86/kvm/
Dsvm.c932 sd->max_asid = cpuid_ebx(SVM_CPUID_FUNC) - 1; in svm_hardware_enable()