Home
last modified time | relevance | path

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

/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()
/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.c399 smp_num_siblings = ((cpuid_ebx(0x8000001e) >> 8) & 0xff) + 1; in amd_get_topology_early()
678 c->x86_phys_bits -= (cpuid_ebx(0x8000001f) >> 6) & 0x3f; in early_detect_mem_encrypt()
Dcommon.c885 c->x86_cache_max_rmid = cpuid_ebx(0xf); in init_cqm()
1529 c->initial_apicid = (cpuid_ebx(1) >> 24) & 0xFF; in generic_identify()
/arch/x86/include/asm/
Dprocessor.h612 static inline unsigned int cpuid_ebx(unsigned int op) in cpuid_ebx() function
/arch/x86/kvm/
Dsvm.c938 sd->max_asid = cpuid_ebx(SVM_CPUID_FUNC) - 1; in svm_hardware_enable()
1326 enc_bit = cpuid_ebx(0x8000001f) & 0x3f; in svm_adjust_mmio_mask()